]> git.proxmox.com Git - pve-docs.git/commit - qm.adoc
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)
commit67d59a3542a7939dec6c5904acc3a33b9049ce40
treeafb29a165936454f41ac95c11c77d80784f85c99
parent563159b1691c49e489adf3c3561acdde41536acf
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>
qm.adoc