mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
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:
parent
68660c0ac2
commit
412c3caa8d
2 changed files with 20 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue