]> git.proxmox.com Git - pve-docs.git/commitdiff
Create a 10 gibibytes diskimage instead of 10 gigabytes
authorEmmanuel Kasper <e.kasper@proxmox.com>
Wed, 8 Nov 2017 10:20:21 +0000 (11:20 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 16 Nov 2017 10:34:52 +0000 (11:34 +0100)
Otherwise the disk import may fail on block storages requiring
volumes size to be a multiple of the block size, like ZFS.

This fixes the error:
'volume size must be a multiple of volume block size'
when importing the generated disk image as a zvol.

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
qm.adoc

diff --git a/qm.adoc b/qm.adoc
index 39825497aa4210b62fab941605226d02da120e45..e0d789c0b3b249dda61600cc19802e532a5e6323 100644 (file)
--- a/qm.adoc
+++ b/qm.adoc
@@ -804,7 +804,7 @@ foreign hypervisor, or one that you created yourself.
 Suppose you created a Debian/Ubuntu disk image with the 'vmdebootstrap' tool:
 
  vmdebootstrap --verbose \
-  --size 10G --serial-console \
+  --size 10GiB --serial-console \
   --grub --no-extlinux \
   --package openssh-server \
   --package avahi-daemon \