Skip to content

Commit

Permalink
Revert "cmdlib: workaround rofiles-fuse mounts leaking"
Browse files Browse the repository at this point in the history
This reverts commit ba45b29.
  • Loading branch information
HuijingHei committed Sep 5, 2024
1 parent 89f78b4 commit 74d2d13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cmdlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,6 @@ else
fi
echo \$rc > ${rc_file}
if [ -n "\${cachedev}" ]; then
# XXX: brutal workaround for https://github.com/coreos/coreos-assembler/issues/3848
killall rofiles-fuse || :
/sbin/fstrim -v ${workdir}/cache
mount -o remount,ro ${workdir}/cache
fsfreeze -f ${workdir}/cache
Expand Down

0 comments on commit 74d2d13

Please sign in to comment.