Skip to content

Commit 3b82fb9

Browse files
committed
Log peak ramdisk usage
1 parent 0399a1c commit 3b82fb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/data/bootstrap/files/usr/local/bin/node-image-pull.sh.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ ostree checkout --repo "${ostree_repo}" ${hardlink} coreos/node-image "${ostree_
9090

9191
# in the assisted-installer case, nuke the temporary repo to save RAM
9292
if grep -q coreos.liveiso= /proc/cmdline; then
93+
df -h /run/ephemeral
9394
echo "Deleting temporary repo"
9495
rm -rf "${ostree_repo}"
9596
fi

0 commit comments

Comments
 (0)