[9.1] bind /dev/fuse into the payload container when available - #8740
Open
chrisburr wants to merge 1 commit into
Open
[9.1] bind /dev/fuse into the payload container when available#8740chrisburr wants to merge 1 commit into
chrisburr wants to merge 1 commit into
Conversation
--contain gives the payload a minimal /dev which does not include
/dev/fuse. Apptainer needs it to mount an image with fuse-overlayfs, so
payloads which start a container of their own (e.g. lb-run for an
application needing an older OS) fail on any host where the kernel
overlay is unavailable:
FATAL: container creation failed: image driver mount failure: image
driver fuse-overlayfs instance exited with error: fuse-overlayfs
exited: fuse: device /dev/fuse not found. Kernel module not loaded?
This is silent and site dependent: where the overlay module is loaded
apptainer uses the kernel overlay and never needs fuse, so the same
payload succeeds. Of 140 test jobs at one site, 54 landed on nodes with
the module loaded and worked, while the other 86 failed this way.
/dev/fuse is also what squashfuse needs to mount SIF images without
privileges, so this affects payloads using SIF regardless of whether the
kernel overlay is available.
The bind is conditional because apptainer fails if a bind source does
not exist, mirroring the existing handling of /cvmfs.
chrisburr
force-pushed
the
fix/bind-dev-fuse-for-nested-containers
branch
from
August 12, 2026 12:12
8449dd7 to
02bab02
Compare
chrisburr
marked this pull request as ready for review
August 12, 2026 13:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BEGINRELEASENOTES
*WorkloadManagement
FIX: Support exposing /dev/fuse when using SingularityCE
ENDRELEASENOTES