[pve-devel] [PATCH v3 0/7] add purge option for VM/CT destroy
Christian Ebner
c.ebner at proxmox.com
Mon Jul 1 15:43:46 CEST 2019
When destroying a VM/CT, we intentionally did not remove all related configs such
as backup or replication jobs.
The intention of this flag is to allow the removal of such configs on destroy.
Christian Ebner (2):
fix #1291: implement remove_vmid_from_backup_jobs
fix #1291: implement remove_vmid_jobs for ReplicationConfig
PVE/ReplicationConfig.pm | 14 ++++++++++++
PVE/VZDump/Plugin.pm | 46 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
Christian Ebner (2):
Newline cleanups
fix #1291: add option purge for destroy_vm api call
src/PVE/API2/LXC.pm | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
Christian Ebner (2):
Newline cleanup
fix #1291: add option purge for vm_destroy api call
PVE/API2/Qemu.pm | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
Christian Ebner (1):
fix #1291: add purge checkbox to VM/CT destroy dialog
www/manager6/window/SafeDestroy.js | 12 ++++++++++++
1 file changed, 12 insertions(+)
--
2.20.1
More information about the pve-devel
mailing list