2025-03-14 21:59:59 -06:00
|
|
|
# qm disk move
|
|
|
|
|
|
|
|
|
|
> Move a virtual disk from one storage to another within the same Proxmox cluster.
|
|
|
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
|
|
|
|
|
|
|
|
|
- Move a virtual disk:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`qm {{[di|disk]}} {{[m|move]}} {{vm_id}} {{destination}} {{index}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Delete the previous copy of the virtual disk:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`qm {{[di|disk]}} {{[m|move]}} --delete {{vm_id}} {{destination}} {{index}}`
|