From 99676a6c1a101e9aadf43d185bf61eb45d6e4411 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 26 Jan 2021 18:40:20 +0100 Subject: [PATCH] api: destroy VM: fixup parameter description language Signed-off-by: Thomas Lamprecht --- PVE/API2/Qemu.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 4b02fbbc..7970ab4c 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -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! },