Signed-off-by: Michael Köppl <[email protected]> --- ha-manager.adoc | 4 ++++ pct.adoc | 3 +++ qm.adoc | 3 +++ 3 files changed, 10 insertions(+)
diff --git a/ha-manager.adoc b/ha-manager.adoc index ea477cc0..5c17f115 100644 --- a/ha-manager.adoc +++ b/ha-manager.adoc @@ -220,6 +220,10 @@ the following command: # ha-manager remove vm:100 ---- +By default, this will also remove the resource from any rule that references it +and will delete rules that only reference this resource. You can override this +behavior using '--purge 0'. + NOTE: This does not start or stop the resource. But all HA related tasks can be done in the GUI, so there is no need to diff --git a/pct.adoc b/pct.adoc index d6146ebe..b3695ac4 100644 --- a/pct.adoc +++ b/pct.adoc @@ -1044,6 +1044,9 @@ removes the firewall configuration of the container. You have to activate '--purge', if you want to additionally remove the container from replication jobs, backup jobs and HA resource configurations. +NOTE: Activating purge will also remove the HA resource from any affinity rules +referencing it and will remove rules that have only this one remaining resource. + ---- # pct destroy 100 --purge ---- diff --git a/qm.adoc b/qm.adoc index f798043a..e70064b1 100644 --- a/qm.adoc +++ b/qm.adoc @@ -2199,6 +2199,9 @@ removes the firewall configuration of the VM. You have to activate '--purge', if you want to additionally remove the VM from replication jobs, backup jobs and HA resource configurations. +NOTE: Activating purge will also remove the HA resource from any affinity rules +referencing it and will remove rules that have only this one remaining resource. + ---- # qm destroy 300 --purge ---- -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
