Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

store: use OnForget API for checking if a node is reusable #1808

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

ktock
Copy link
Member

@ktock ktock commented Oct 1, 2024

Fixes: #1594
Related to: #1599 , #1705
Based on: #1804 (for passing CRI-O CI)

Issues mentioned in #1594 have been discussed in go-fuse repo (hanwen/go-fuse#520, hanwen/go-fuse#504) and it recently added OnForget API (hanwen/go-fuse#504) that can be used for checking if a node is reusable or not.
This commit uses that feature to fix #1594.

@AkihiroSuda
Copy link
Member

needs rebase

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
@ktock
Copy link
Member Author

ktock commented Oct 8, 2024

Rebased.

@AkihiroSuda AkihiroSuda merged commit 6091073 into containerd:main Oct 8, 2024
26 checks passed
@ktock ktock deleted the inorelease-2 branch October 8, 2024 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ino reuse in newInodeWithID
2 participants