From 75f6b62e8c41161908549aac19bd8287393aa2b6 Mon Sep 17 00:00:00 2001 From: farhan khan <86480450+BabaYaga1221@users.noreply.github.com> Date: Thu, 13 Jul 2023 05:18:25 +0530 Subject: [PATCH] qm-suspend: add page (#10469) --- pages/linux/qm-suspend.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/linux/qm-suspend.md diff --git a/pages/linux/qm-suspend.md b/pages/linux/qm-suspend.md new file mode 100644 index 000000000..7d532817f --- /dev/null +++ b/pages/linux/qm-suspend.md @@ -0,0 +1,17 @@ +# qm suspend + +> Suspends a virtual machine (VM) in the Proxmox Virtual Environment (PVE). +> Use `--skiplock` and `--skiplockstorage` flags with caution, as they may lead to data corruption in certain situations. +> More information: . + +- Suspend a virtual machine by id: + +`qm suspend {{vm_id}} {{integer}}` + +- Skip the lock check when suspending the VM: + +`qm suspend {{vm_id}} {{integer}} --skiplock` + +- Skip the lock check for storage when suspending the VM: + +`qm suspend {{vm_id}} {{integer}} --skiplockstorage`