From 67d59a3542a7939dec6c5904acc3a33b9049ce40 Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Wed, 8 Nov 2017 11:20:21 +0100 Subject: [PATCH] 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 --- qm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qm.adoc b/qm.adoc index 3982549..e0d789c 100644 --- 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 \ -- 2.39.2