From 6bfaa32633171369d722dd6d4e05c1baa0d811ad Mon Sep 17 00:00:00 2001 From: deeeeeeps <73025353+deeeeeeps@users.noreply.github.com> Date: Fri, 21 Oct 2022 09:24:34 +0100 Subject: [PATCH] qm-config: add page (#9216) --- pages/linux/qm-config.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/qm-config.md diff --git a/pages/linux/qm-config.md b/pages/linux/qm-config.md new file mode 100644 index 000000000..2a320f0a3 --- /dev/null +++ b/pages/linux/qm-config.md @@ -0,0 +1,16 @@ +# qm config + +> Display the virtual machine configuration with pending configuration changes applied. +> More information: . + +- Display the virtual machine configuration: + +`qm config {{vm_id}}` + +- Display the current configuration values instead of pending values for the virtual machine: + +`qm config --current {{true}} {{vm_id}}` + +- Fetch the configuration values from the given snapshot: + +`qm config --snapshot {{snapshot_name}} {{vm_id}}`