[pve-devel] [PATCH storage 2/5] lvm plugin: fix typo in rebase log message

Fabian Grünbichler f.gruenbichler at proxmox.com
Tue Jul 29 09:38:41 CEST 2025


this was copied over from Plugin.pm

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 src/PVE/Storage/LVMPlugin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/Storage/LVMPlugin.pm b/src/PVE/Storage/LVMPlugin.pm
index c1f5474..db1be98 100644
--- a/src/PVE/Storage/LVMPlugin.pm
+++ b/src/PVE/Storage/LVMPlugin.pm
@@ -1120,7 +1120,7 @@ sub volume_snapshot_delete {
         my $parentpath = $snapshots->{$parentsnap}->{file};
         print
             "$volname: deleting snapshot '$snap' by rebasing '$childsnap' on top of '$parentsnap'\n";
-        print "running 'qemu-img rebase -b $parentpath -F qcow -f qcow2 $childpath'\n";
+        print "running 'qemu-img rebase -b $parentpath -F qcow2 -f qcow2 $childpath'\n";
         $cmd = [
             '/usr/bin/qemu-img',
             'rebase',
-- 
2.39.5





More information about the pve-devel mailing list