main: force timeout 0 for ovl_link#184
Closed
giuseppe wants to merge 2 commits intocontainers:masterfrom
Closed
Conversation
There is an issue on RHEL 8.1 where the nlink counter is always incremented by one, no matter what is specified in e.attr.st_nlink. Always set timeout to 0 to force a new stat on the inode. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1802907 Closes: containers#183 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Member
Author
|
@szmi PTAL |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Member
|
LGTM |
Member
|
@szmi does this fix the issue for you? |
Member
Author
|
I've pinged @szmi as the issue seems to be in FUSE on RHEL 8.1 rather than fuse-overlayfs. This is only a workaround. |
Member
Author
|
I think we can merge this PR |
Member
Author
|
it is going to be addressed in the kernel, so closing it |
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.
There is an issue on RHEL 8.1 where the nlink counter is always
incremented by one, no matter what is specified in e.attr.st_nlink.
Always set timeout to 0 to force a new stat on the inode.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1802907
Closes: #183
Signed-off-by: Giuseppe Scrivano gscrivan@redhat.com