[pve-devel] [PATCH docs] Fix qm create synthax example

Emmanuel Kasper e.kasper at proxmox.com
Tue Jun 13 15:18:42 CEST 2017


(using local storage as the qm config example a bit below also uses that)
---
 qm.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qm.adoc b/qm.adoc
index d8ab448..025a7a9 100644
--- a/qm.adoc
+++ b/qm.adoc
@@ -660,7 +660,7 @@ CLI Usage Examples
 
 Create a new VM with 4 GB IDE disk.
 
- qm create 300 -ide0 4 -net0 e1000 -cdrom proxmox-mailgateway_2.1.iso
+ qm create 300 -ide0 local:4 -net0 e1000 -cdrom proxmox-mailgateway_2.1.iso
 
 Start the new VM
 
-- 
2.11.0





More information about the pve-devel mailing list