Skip to content

Commit

Permalink
Enable extended L2 entries, reduce cluster size
Browse files Browse the repository at this point in the history
* I/O perf should improve thanks to extended L2:
https://blogs.igalia.com/berto/2020/12/03/subcluster-allocation-for-qcow2-images/

* Decreasing cluster size produces smaller images
  • Loading branch information
HulaHoop0 committed Sep 23, 2021
1 parent ded28b2 commit bec122d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-steps.d/1800_copy_vms_into_raw
Expand Up @@ -43,7 +43,8 @@ copy-vm-files(){
# convert \
# -p \
# -O qcow2 \
# -o cluster_size=2M \
# -o extended_l2=on \
# -o cluster_size=128k \
# -o preallocation=metadata \
# "$binary_image_raw" \
# "$binary_image_qcow2"
Expand Down

0 comments on commit bec122d

Please sign in to comment.