From: Wolfgang Bumiller Date: Thu, 8 Feb 2018 12:41:27 +0000 (+0100) Subject: correct 'snapshot' flag description X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=bfb04cfc0182842d6d1e1da874f5eb4d586b9c6a correct 'snapshot' flag description Signed-off-by: Wolfgang Bumiller --- diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 686c864..20d6682 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -753,7 +753,9 @@ my %drivedesc_base = ( }, snapshot => { type => 'boolean', - description => "Whether the drive should be included when making snapshots.", + description => "Controls qemu's snapshot mode feature." + . " If activated, changes made to the disk are temporary and will" + . " be discarded when the VM is shutdown.", optional => 1, }, cache => {