qm disk move: add page; qm move_disk: add alias page (#10530)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
12
pages/linux/qm-disk-move.md
Normal file
12
pages/linux/qm-disk-move.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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}}`
|
8
pages/linux/qm-move-disk.md
Normal file
8
pages/linux/qm-move-disk.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# qm move_disk
|
||||
|
||||
> This command and `qm move-disk` is an alias of `qm disk move`.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr qm-disk-move`
|
Reference in New Issue
Block a user