1
0
Fork 0
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:
Managor 2025-08-06 19:08:45 +03:00 committed by GitHub
parent d95abbe672
commit 7a74cf1906
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 8 deletions

7
pages/linux/qm-agent.md Normal file
View 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`

View 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}}`

View file

@ -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
View 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`