From 73d10cab03fe77489366d059f803ca1d73b8b6de Mon Sep 17 00:00:00 2001 From: Byju John Date: Sun, 9 Oct 2022 05:11:33 +0100 Subject: [PATCH] qm-reset: add page (#8837) --- pages/linux/qm-reset.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/qm-reset.md diff --git a/pages/linux/qm-reset.md b/pages/linux/qm-reset.md new file mode 100644 index 000000000..6fe5fb5c5 --- /dev/null +++ b/pages/linux/qm-reset.md @@ -0,0 +1,12 @@ +# qm reset + +> Reset a virtual machine on QEMU/KVM Virtual Machine Manager. +> More information: . + +- Reset a virtual machine: + +`qm reset {{vm_id}}` + +- Reset a virtual machine and skip lock (only root can use this option): + +`qm reset --skiplock {{true}} {{vm_id}}`