mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-06 13:17:56 +03: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' => {
|
||||
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,
|
||||
default => 1, # FIXME: replace to false in PVE 7.0, this is dangerous!
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user