diff --git "a/data/data/bootstrap/files/etc/systemd/system/var-ostree\\x2dcontainer.mount" "b/data/data/bootstrap/files/etc/systemd/system/var-ostree\\x2dcontainer.mount" index 674eb2ba76a..2089f2e6404 100644 --- "a/data/data/bootstrap/files/etc/systemd/system/var-ostree\\x2dcontainer.mount" +++ "b/data/data/bootstrap/files/etc/systemd/system/var-ostree\\x2dcontainer.mount" @@ -7,4 +7,4 @@ ConditionPathExists=/run/ostree-live What=tmpfs Where=/var/ostree-container Type=tmpfs -Options=size=4G +Options=size=5G diff --git a/data/data/bootstrap/files/usr/local/bin/node-image-pull.sh.template b/data/data/bootstrap/files/usr/local/bin/node-image-pull.sh.template index 7b321c3c9d0..247c245d793 100755 --- a/data/data/bootstrap/files/usr/local/bin/node-image-pull.sh.template +++ b/data/data/bootstrap/files/usr/local/bin/node-image-pull.sh.template @@ -39,6 +39,7 @@ if test -f /run/ostree-live; then if [ -d /ostree/repo/refs/heads/ostree/container ]; then echo "Importing base content from system repo for deduplication" ostree pull-local --repo="${ostree_repo}" /ostree/repo + df -h "${ostree_repo}" fi # but we won't be able to force hardlinks cross-device hardlink='' @@ -56,6 +57,7 @@ while ! ostree container image pull --authfile "/root/.docker/config.json" \ echo 'Failed to fetch release image; retrying...' sleep 10 done +df -h "${ostree_repo}" # ideally, `ostree container image pull` would support `--write-ref` or a # command to escape a pullspec, but for now it's pretty easy to tell which ref