mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 02:42:04 +00:00
api: destroy VM: fixup parameter description language
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
47f9f50b75
commit
99676a6c1a
@ -1519,7 +1519,8 @@ __PACKAGE__->register_method({
|
|||||||
},
|
},
|
||||||
'destroy-unreferenced-disks' => {
|
'destroy-unreferenced-disks' => {
|
||||||
type => 'boolean',
|
type => 'boolean',
|
||||||
description => "If set, destroy all disks with the VMID from all enabled storages.",
|
description => "If set, destroy additionally all disks not referenced in the config"
|
||||||
|
." but with a matching VMID from all enabled storages.",
|
||||||
optional => 1,
|
optional => 1,
|
||||||
default => 1, # FIXME: replace to false in PVE 7.0, this is dangerous!
|
default => 1, # FIXME: replace to false in PVE 7.0, this is dangerous!
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user