mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 12:53:28 +02:00
qm*: add missing alias pages (#17515)
This commit is contained in:
parent
d95abbe672
commit
7a74cf1906
4 changed files with 29 additions and 8 deletions
7
pages/linux/qm-agent.md
Normal file
7
pages/linux/qm-agent.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# qm agent
|
||||
|
||||
> This command is an alias of `qm guest cmd`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr qm guest cmd`
|
12
pages/linux/qm-disk-rescan.md
Normal file
12
pages/linux/qm-disk-rescan.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# qm disk rescan
|
||||
|
||||
> Rescan all storages and update disk sizes and unused disk images of a virtual machine.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Rescan all storages and update disk sizes and unused disk images of a specific virtual machine:
|
||||
|
||||
`qm disk rescan {{vm_id}}`
|
||||
|
||||
- Perform a dry-run of rescan on a specific virtual machine and do not write any changes to configurations:
|
||||
|
||||
`qm disk rescan --dryrun {{true}} {{vm_id}}`
|
|
@ -1,12 +1,7 @@
|
|||
# qm rescan
|
||||
|
||||
> Rescan all storages and update disk sizes and unused disk images of a virtual machine.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
> This command is an alias of `qm disk rescan`.
|
||||
|
||||
- Rescan all storages and update disk sizes and unused disk images of a specific virtual machine:
|
||||
- View documentation for the original command:
|
||||
|
||||
`qm rescan {{vm_id}}`
|
||||
|
||||
- Perform a dry-run of rescan on a specific virtual machine and do not write any changes to configurations:
|
||||
|
||||
`qm rescan --dryrun {{true}} {{vm_id}}`
|
||||
`tldr qm disk rescan`
|
||||
|
|
7
pages/linux/qm-unlink.md
Normal file
7
pages/linux/qm-unlink.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# qm unlink
|
||||
|
||||
> This command is an alias of `qm disk unlink`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr qm disk unlink`
|
Loading…
Add table
Reference in a new issue