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:
parent
563159b169
commit
67d59a3542
2
qm.adoc
2
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user