qm disk move: add page; qm move_disk: add alias page (#10530)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
farhan khan 2023-07-25 01:45:37 +05:30 committed by GitHub
parent 68660c0ac2
commit 412c3caa8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View 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}}`

View 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`