aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-11-11 21:29:21 +0100
committerJakob Unterwurzacher2025-11-11 21:29:21 +0100
commitbe34b9822bea4ce3b717c1b9bf5076f1118427ec (patch)
tree8c489bab0f552d566ebb4025c25b47a9b92327d7
parent3bb943c62f8088475fd570cfb39c378190cf2782 (diff)
github ci: document why "mount_max = 10000" is needed
https://github.com/libfuse/libfuse/commit/bf3dd153fbfcd610d799562490f6555b9d708905
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3e47396..c136c38 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,6 +44,8 @@ jobs:
# Fix "/usr/bin/fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf"
# and "/usr/bin/fusermount3: too many FUSE filesystems mounted"
+ # The latter is likely a bug in fusermount, fixed in Oct 2025 by
+ # https://github.com/libfuse/libfuse/commit/bf3dd153fbfcd610d799562490f6555b9d708905
- run: echo -e 'user_allow_other\nmount_max = 10000' | sudo tee -a /etc/fuse.conf && cat /etc/fuse.conf
# Build & upload static binary