[pve-devel] [PATCH docs 4/4] qm: add overrule-shutdown to CLI usage examples

Friedrich Weber f.weber at proxmox.com
Thu Apr 18 15:46:37 CEST 2024


Signed-off-by: Friedrich Weber <f.weber at proxmox.com>
---
 qm.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/qm.adoc b/qm.adoc
index 45e3a57..42c26db 100644
--- a/qm.adoc
+++ b/qm.adoc
@@ -1839,6 +1839,13 @@ Same as above, but only wait for 40 seconds.
 # qm shutdown 300 && qm wait 300 -timeout 40
 ----
 
+If the VM does not shut down, force-stop it and overrule any running shutdown
+tasks. As stopping VMs may incur data loss, use it with caution.
+
+----
+# qm stop 300 -overrule-shutdown 1
+----
+
 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,
-- 
2.39.2





More information about the pve-devel mailing list