mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-07 17:17:48 +03:00
qm/pct: Add explanation for --purge
This was apparently not clear enough. For example, see #3184. A bit long, but I think this is a better place for additional information about ACL and firewall than the GUI tooltip or the API parameter description. Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
This commit is contained in:
parent
60077fc155
commit
87927c657e
10
pct.adoc
10
pct.adoc
@ -791,6 +791,16 @@ Reduce the memory of the container to 512MB
|
|||||||
# pct set 100 -memory 512
|
# pct set 100 -memory 512
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Destroying a container always removes it from Access Control Lists and it always
|
||||||
|
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.
|
||||||
|
|
||||||
|
----
|
||||||
|
# pct destroy 100 --purge
|
||||||
|
----
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Obtaining Debugging Logs
|
Obtaining Debugging Logs
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
8
qm.adoc
8
qm.adoc
@ -1326,6 +1326,14 @@ Same as above, but only wait for 40 seconds.
|
|||||||
|
|
||||||
qm shutdown 300 && qm wait 300 -timeout 40
|
qm shutdown 300 && qm wait 300 -timeout 40
|
||||||
|
|
||||||
|
Destroying a VM always removes it from Access Control Lists and it always
|
||||||
|
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.
|
||||||
|
|
||||||
|
qm destroy 300 --purge
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[[qm_configuration]]
|
[[qm_configuration]]
|
||||||
Configuration
|
Configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user