[pve-devel] [PATCH qemu-server 1/3] correct description of disks 'snapshot' flag

Dominik Csapak d.csapak at proxmox.com
Thu Feb 8 12:09:22 CET 2018


it has nothing to do with our snapshots, but with
the qemu snapshot mode of the disk (see the man page)

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 PVE/QemuServer.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 2738f11..4c04668 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -753,7 +753,7 @@ my %drivedesc_base = (
     },
     snapshot => {
 	type => 'boolean',
-	description => "Whether the drive should be included when making snapshots.",
+	description => "Snapshot mode for the disk to use.",
 	optional => 1,
     },
     cache => {
-- 
2.11.0





More information about the pve-devel mailing list