qm-disk-import: add page; qm-importdisk: add alias page (#10499)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
farhan khan 2023-07-19 22:33:39 +05:30 committed by GitHub
parent 1d44670284
commit 178ec5d5c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# qm disk import
> Import a disk image to a virtual machine as an unused disk.
> The supported image formats for `qemu-img`, such as raw, qcow2, qed, vdi, vmdk, and vhd must be used.
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Import a VMDK/qcow2/raw disk image using a specific storage name:
`qm importdisk {{vm_id}} {{path/to/disk}} {{storage_name}} --format {{qcow2|raw|vmdk}}`

View File

@ -0,0 +1,7 @@
# qm importdisk
> This command is an alias of `qm disk import`.
- View documentation for the original command:
`tldr qm disk import`