diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 686c864c..20d66827 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 => {