Skip to content

Commit beb01d3

Browse files
committed
cmdlib: bump size of cache qcow2
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.
1 parent bf41d14 commit beb01d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmdlib.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ runvm_with_cache_snapshot() {
599599
local snapshot=$1; shift
600600
# "cache2" has an explicit label so we can find it in qemu easily
601601
if [ ! -f "${workdir}"/cache/cache2.qcow2 ]; then
602-
qemu-img create -f qcow2 cache2.qcow2.tmp 10G
602+
qemu-img create -f qcow2 cache2.qcow2.tmp 16G
603603
(
604604
# shellcheck source=src/libguestfish.sh
605605
source /usr/lib/coreos-assembler/libguestfish.sh

0 commit comments

Comments
 (0)