diff --git a/pages/linux/qm-disk-move.md b/pages/linux/qm-disk-move.md new file mode 100644 index 000000000..73a04197f --- /dev/null +++ b/pages/linux/qm-disk-move.md @@ -0,0 +1,12 @@ +# qm disk move + +> Move a virtual disk from one storage to another within the same Proxmox cluster. +> More information: . + +- 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}}` diff --git a/pages/linux/qm-move-disk.md b/pages/linux/qm-move-disk.md new file mode 100644 index 000000000..bf96e9e9a --- /dev/null +++ b/pages/linux/qm-move-disk.md @@ -0,0 +1,8 @@ +# qm move_disk + +> This command and `qm move-disk` is an alias of `qm disk move`. +> More information: . + +- View documentation for the original command: + +`tldr qm-disk-move`