From bfb04cfc0182842d6d1e1da874f5eb4d586b9c6a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 8 Feb 2018 13:41:27 +0100 Subject: [PATCH] correct 'snapshot' flag description Signed-off-by: Wolfgang Bumiller --- PVE/QemuServer.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 => { -- 2.39.2