From 3eecc92525372c0848a09832968b854f87ef828d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20J=C3=A4ger?= Date: Thu, 10 Dec 2020 10:17:25 +0100 Subject: [PATCH] qm destroy: Extend --purge description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add replication jobs & HA. This makes the enumeration complete. Signed-off-by: Dominic Jäger --- PVE/API2/Qemu.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 00d98ab8..693348da 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1513,7 +1513,7 @@ __PACKAGE__->register_method({ skiplock => get_standard_option('skiplock'), purge => { type => 'boolean', - description => "Remove vmid from backup cron jobs.", + description => "Remove VM ID from backup jobs, replication jobs and HA resource configuration.", optional => 1, }, },