Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmdlib.sh: keep trying to remount after killall hack
Michael and I were debugging an issue where `cosa build` would still break on: ``` + killall rofiles-fuse + /sbin/fstrim -v /home/jenkins/agent/workspace/bootupd_PR-706/cache /home/jenkins/agent/workspace/bootupd_PR-706/cache: 17.8 GiB (19084976128 bytes) trimmed + mount -o remount,ro /home/jenkins/agent/workspace/bootupd_PR-706/cache mount: /home/jenkins/agent/workspace/bootupd_PR-706/cache: mount point is busy. ``` which I think is because the rofiles-fuse processes haven't fully been cleaned up yet. Let's just spam retry to remount the cache, but notify the user when this is happening for more visibility. We should be able to revert this once we fix #3848
- Loading branch information