5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-06 13:17:48 +03:00

Create a 10 gibibytes diskimage instead of 10 gigabytes

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>
This commit is contained in:
Emmanuel Kasper 2017-11-08 11:20:21 +01:00 committed by Wolfgang Bumiller
parent 563159b169
commit 67d59a3542

View File

@ -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 \