]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/QemuConfig.pm
savevm: show information about drives during snapshot
[qemu-server.git] / PVE / QemuConfig.pm
index 0c4b8fdc3cecac9b86e1c673f3f976eb4b1f4c84..31b3e36416d7a7696ea6e173c6a19db25e748b55 100644 (file)
@@ -339,6 +339,8 @@ sub __snapshot_create_vol_snapshot {
     my $device = "drive-$ds";
     my $storecfg = PVE::Storage::config();
 
+    print "snapshotting '$device' ($drive->{file})\n";
+
     PVE::QemuServer::qemu_volume_snapshot($vmid, $device, $storecfg, $volid, $snapname);
 }