mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
qm-config: add page (#9216)
This commit is contained in:
parent
18b449b4c1
commit
6bfaa32633
1 changed files with 16 additions and 0 deletions
16
pages/linux/qm-config.md
Normal file
16
pages/linux/qm-config.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# qm config
|
||||||
|
|
||||||
|
> Display the virtual machine configuration with pending configuration changes applied.
|
||||||
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||||
|
|
||||||
|
- 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}}`
|
Loading…
Add table
Reference in a new issue