mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
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>
This commit is contained in:
parent
1d44670284
commit
178ec5d5c1
2 changed files with 16 additions and 0 deletions
9
pages/linux/qm-disk-import.md
Normal file
9
pages/linux/qm-disk-import.md
Normal 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}}`
|
7
pages/linux/qm-importdisk.md
Normal file
7
pages/linux/qm-importdisk.md
Normal 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`
|
Loading…
Add table
Reference in a new issue