[pve-devel] [PATCH docs] fix error in importdisk format
Dominik Csapak
d.csapak at proxmox.com
Mon Aug 14 14:16:36 CEST 2017
qm importdisk has only three positional arguments:
vmid source-disk target-storage
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
qm.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qm.adoc b/qm.adoc
index e8da4e1..54ed193 100644
--- a/qm.adoc
+++ b/qm.adoc
@@ -712,7 +712,7 @@ Create a virtual machine with 2 cores, 2GB RAM, and one NIC on the default
Import the disk image to the +local-lvm+ storage:
- qm importdisk 999 MSEdge "MSEdge - Win10_preview.vmdk" local-lvm
+ qm importdisk 999 "MSEdge - Win10_preview.vmdk" local-lvm
The disk will be marked as *Unused* in the VM 999 configuration.
After that you can go in the GUI, in the VM *Hardware*, *Edit* the unused disk
--
2.11.0
More information about the pve-devel
mailing list