mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 08:55:47 +00:00
Update cheatsheets
This commit is contained in:
21
linux/qm-config
Normal file
21
linux/qm-config
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user