From be34b9822bea4ce3b717c1b9bf5076f1118427ec Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 11 Nov 2025 21:29:21 +0100 Subject: github ci: document why "mount_max = 10000" is needed https://github.com/libfuse/libfuse/commit/bf3dd153fbfcd610d799562490f6555b9d708905 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') 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 -- cgit v1.2.3