mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 09:36:10 +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 => {
|
||||
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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user