[pve-devel] [PATCH qemu-server] qm destroy: Extend --purge description
Dominic Jäger
d.jaeger at proxmox.com
Thu Dec 10 10:17:25 CET 2020
Add replication jobs & HA. This makes the enumeration complete.
Signed-off-by: Dominic Jäger <d.jaeger at proxmox.com>
---
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 00d98ab..693348d 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,
},
},
--
2.20.1
More information about the pve-devel
mailing list