Skip to content

Commit

Permalink
qemu-img supports zstd compression
Browse files Browse the repository at this point in the history
there's no need for qcow2.zst any more
  • Loading branch information
Mrfai committed Dec 16, 2023
1 parent 5d66abc commit 2a583d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-diskimage
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ case "$image" in
;;

*.qcow2)
copt="-O qcow2 "
copt="-O -c -o compression_type=zstd qcow2 "
qcowname="$iname.qcow2"
;;

Expand Down

0 comments on commit 2a583d3

Please sign in to comment.