diff --git a/data/data/bootstrap/files/etc/systemd/system/var-ostreecontainer.mount b/data/data/bootstrap/files/etc/systemd/system/var-ostreecontainer.mount index 1c793bc3375..ed025f36fe2 100644 --- a/data/data/bootstrap/files/etc/systemd/system/var-ostreecontainer.mount +++ b/data/data/bootstrap/files/etc/systemd/system/var-ostreecontainer.mount @@ -7,4 +7,4 @@ ConditionPathExists=/run/ostree-live What=tmpfs Where=/var/ostreecontainer 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 87dce6a3c40..89972960052 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