You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments