Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-11 00:23:05 +00:00
parent 5244514dab
commit de1a736bbc
40 changed files with 127 additions and 72 deletions

View File

@@ -10,8 +10,8 @@ source: https://github.com/tldr-pages/tldr.git
- Rescan all storages and update disk sizes and unused disk images of a specific virtual machine:
`qm disk rescan {{vm_id}}`
`qm {{[di|disk]}} {{[resc|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}}`
`qm {{[di|disk]}} {{[resc|rescan]}} --dryrun {{true}} {{vm_id}}`