From 412c3caa8de65871c5407f7f569f85bf93e50879 Mon Sep 17 00:00:00 2001 From: farhan khan <86480450+BabaYaga1221@users.noreply.github.com> Date: Tue, 25 Jul 2023 01:45:37 +0530 Subject: [PATCH] qm disk move: add page; qm move_disk: add alias page (#10530) Co-authored-by: K.B.Dharun Krishna --- pages/linux/qm-disk-move.md | 12 ++++++++++++ pages/linux/qm-move-disk.md | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 pages/linux/qm-disk-move.md create mode 100644 pages/linux/qm-move-disk.md 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`