mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-03-27 18:50:10 +03:00
Fix qm create syntax example
uses default storages as they are created during install process
This commit is contained in:
parent
4a859b7bae
commit
b01b1f2cbf
5
qm.adoc
5
qm.adoc
@ -726,9 +726,10 @@ create and delete virtual disks.
|
||||
CLI Usage Examples
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Create a new VM with 4 GB IDE disk.
|
||||
Using an iso file uploaded on the 'local' storage, create a VM
|
||||
with a 4 GB IDE disk on the 'local-lvm' storage
|
||||
|
||||
qm create 300 -ide0 4 -net0 e1000 -cdrom proxmox-mailgateway_2.1.iso
|
||||
qm create 300 -ide0 local-lvm:4 -net0 e1000 -cdrom local:iso/proxmox-mailgateway_2.1.iso
|
||||
|
||||
Start the new VM
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user