mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
3e1d2c93a3
The default value hard-coded in QEMU (64KiB) is not always the ideal. Having a possibility to set the cluster_size by user may in specific use-cases improve performance for QCOW2 images. QEMU internally has some limits, the value has to be between 512B and 2048KiB and must by power of two, except when the image has Extended L2 Entries the minimal value has to be 16KiB. Since qemu-img ensures the value is correct and the limit is not always the same libvirt will not duplicate any of these checks as the error message from qemu-img is good enough: Cluster size must be a power of two between 512 and 2048k Resolves: https://gitlab.com/libvirt/libvirt/-/issues/154 Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> |
||
---|---|---|
.. | ||
vol-file-backing.xml | ||
vol-file-iso.xml | ||
vol-file-naming.xml | ||
vol-file.xml | ||
vol-gluster-dir-neg-uid.xml | ||
vol-gluster-dir.xml | ||
vol-logical-backing.xml | ||
vol-logical.xml | ||
vol-luks-cipher.xml | ||
vol-luks.xml | ||
vol-partition.xml | ||
vol-qcow2-0.10-lazy.xml | ||
vol-qcow2-1.1.xml | ||
vol-qcow2-clusterSize.xml | ||
vol-qcow2-encryption.xml | ||
vol-qcow2-lazy.xml | ||
vol-qcow2-luks.xml | ||
vol-qcow2-nobacking.xml | ||
vol-qcow2-nocapacity.xml | ||
vol-qcow2-nocow.xml | ||
vol-qcow2.xml | ||
vol-sheepdog.xml |