Skip to content

Commit

Permalink
cmdlib: bump size of cache qcow2
Browse files Browse the repository at this point in the history
Since we are now using the cache qcow2 for OSBuild we need it to
be a little large to handle those duties as well as the tree compose
ones. I'd like to drop the cache, but hit some trouble there; see
coreos#3720.
  • Loading branch information
dustymabe committed Feb 7, 2024
1 parent bf41d14 commit beb01d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmdlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ runvm_with_cache_snapshot() {
local snapshot=$1; shift
# "cache2" has an explicit label so we can find it in qemu easily
if [ ! -f "${workdir}"/cache/cache2.qcow2 ]; then
qemu-img create -f qcow2 cache2.qcow2.tmp 10G
qemu-img create -f qcow2 cache2.qcow2.tmp 16G
(
# shellcheck source=src/libguestfish.sh
source /usr/lib/coreos-assembler/libguestfish.sh
Expand Down

0 comments on commit beb01d3

Please sign in to comment.