[pve-devel] [PATCH docs v2] Fix qm create syntax example

Emmanuel Kasper e.kasper at proxmox.com
Wed Jun 14 12:00:53 CEST 2017


uses default storages as they are created during install process
---
 qm.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/qm.adoc b/qm.adoc
index d8ab448..2a87484 100644
--- a/qm.adoc
+++ b/qm.adoc
@@ -658,9 +658,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
 
-- 
2.11.0





More information about the pve-devel mailing list