mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-07 14:53:38 +00:00
correct 'snapshot' flag description
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
5fc748614f
commit
bfb04cfc01
@ -753,7 +753,9 @@ my %drivedesc_base = (
|
|||||||
},
|
},
|
||||||
snapshot => {
|
snapshot => {
|
||||||
type => 'boolean',
|
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,
|
optional => 1,
|
||||||
},
|
},
|
||||||
cache => {
|
cache => {
|
||||||
|
Loading…
Reference in New Issue
Block a user