[DO-NOT-MERGE] Debug bind mount environment info - #140
Closed
KrzysztofMolon wants to merge 2 commits into
Closed
Conversation
KrzysztofMolon
force-pushed
the
debug-bind-mount-info
branch
from
July 16, 2026 08:22
76b483e to
ff4eb98
Compare
Diagnostic test to dump host and bst mount state when bind-mounting /dev/shm onto /mnt. This is to investigate why the mountinfo-based bind mount test fails in some CI environments (barney) where /dev/shm may not be a separate tmpfs mount. Dumps: /proc/self/mountinfo, /proc/mounts, /dev/shm stat, findmnt, namespace links, and capabilities — both on host and inside bst.
KrzysztofMolon
force-pushed
the
debug-bind-mount-info
branch
from
July 16, 2026 08:30
ff4eb98 to
5894850
Compare
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.
DO NOT MERGE — diagnostic only
Diagnostic test to understand why the
mountinfo-based bind mount test(from #139) fails in barney CI where
/dev/shmis not mounted by default.Dumps:
/proc/self/mountinfoand/proc/mountson host and inside bst/dev/shmstat,findmnt,ls -la--mount /dev/shm,/mnt,none,bindThe test is intentionally expected to fail — we want the output diff.
Context: #139, #137, #138