Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-26 00:21:07 +00:00
parent 46995545d6
commit 5dd0e05729
145 changed files with 351 additions and 275 deletions

View File

@@ -11,20 +11,20 @@ source: https://github.com/tldr-pages/tldr.git
- Migrate a specific virtual machine:
`qm migrate {{vm_id}} {{target}}`
`qm {{[mi|migrate]}} {{vm_id}} {{target}}`
- Override the current I/O bandwidth limit with 10 KiB/s:
`qm migrate {{vm_id}} {{target}} --bwlimit 10`
`qm {{[mi|migrate]}} {{vm_id}} {{target}} --bwlimit 10`
- Allow migration of virtual machines using local devices (root only):
`qm migrate {{vm_id}} {{target}} --force true`
`qm {{[mi|migrate]}} {{vm_id}} {{target}} --force true`
- Use online/live migration if a virtual machine is running:
`qm migrate {{vm_id}} {{target}} --online true`
`qm {{[mi|migrate]}} {{vm_id}} {{target}} --online true`
- Enable live storage migration for local disks:
`qm migrate {{vm_id}} {{target}} --with-local-disks true`
`qm {{[mi|migrate]}} {{vm_id}} {{target}} --with-local-disks true`