1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 05:02:10 +02:00
tldr/pages/linux/qm-disk-move.md
farhan khan 412c3caa8d
qm disk move: add page; qm move_disk: add alias page (#10530)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-24 22:15:37 +02:00

350 B

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:

qm disk move {{vm_id}} {{destination}} {{index}}

  • Delete the previous copy of the virtual disk:

qm disk move -delete {{vm_id}} {{destination}} {{index}}