Mount dumps only in singleuser containers - #521
Open
filippog wants to merge 1 commit into
Open
Conversation
Bug: T432583 stack-info: PR: #521, branch: filippog/stack/1
filippog
force-pushed
the
filippog/stack/1
branch
from
July 29, 2026 13:00
cba5318 to
b2b0c2a
Compare
filippog
marked this pull request as ready for review
July 29, 2026 13:03
dhinus
reviewed
Jul 31, 2026
dhinus
left a comment
Member
There was a problem hiding this comment.
The only pod/container needing dumps-nfs mounts is singleuser, thus avoid mounting nfs anywhere else.
Where are dumps mounted for singleuser though? I'm struggling to find it in the repo.
| nfs: | ||
| server: pawsdev-nfs.pawsdev.codfw1dev.wikimedia.cloud | ||
| path: / | ||
| # Without this, dumps becomes inaccessible and can hang the host |
Member
There was a problem hiding this comment.
Are you confident this comment is no longer true? :)
Member
Ah, I found it in the next patch in the stack! |
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.
The only pod/container needing dumps-nfs mounts is
singleuser, thus avoid mounting nfs anywhere else.