]> git.proxmox.com Git - pve-docs.git/commitdiff
Fix qm create syntax example
authorEmmanuel Kasper <e.kasper@proxmox.com>
Wed, 14 Jun 2017 10:00:53 +0000 (12:00 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 22 Jun 2017 07:50:35 +0000 (09:50 +0200)
uses default storages as they are created during install process

qm.adoc

diff --git a/qm.adoc b/qm.adoc
index e7c0381182f128d683647817cc44157f3178702f..68cf604accdf8bfc602885bb983a1bec23ec0b7c 100644 (file)
--- a/qm.adoc
+++ b/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