[pve-devel] applied: [PATCH docs] fix error in importdisk format
Wolfgang Bumiller
w.bumiller at proxmox.com
Fri Sep 8 10:42:37 CEST 2017
applied
On Mon, Aug 14, 2017 at 02:16:36PM +0200, Dominik Csapak wrote:
> 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