-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Cherrypick to v0.37: Return correct DeviceInfo from GetDirFsDevice on / path for Btrfs - Fix kubernetes issue #94335 #2776
Conversation
Hi @gjkim42. Thanks for your PR. I'm waiting for a google member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
/retest |
1 similar comment
/retest |
Please rebase, the CI failing test should be fixed now after #2781 |
f926c4e
to
2e91e2f
Compare
/retest |
2e91e2f
to
40464a9
Compare
- Issue: kubernetes/kubernetes#94335 - Fix `GetDirFsDevice` to return correct `*DeviceInfo` when "/" is Btrfs - Refactor to call new function `mountInfoFromDir` that returns `*MountInfo` which `dir` belongs - Add TestMountInfoFromDir to verify the fix Signed-off-by: Geonju Kim <[email protected]>
40464a9
to
0328176
Compare
Sorry for delay, I wanted to validate the fix, ref: #2752 (comment) LGTM, thanks again! I will cut a new patch release shortly with this fix. |
Backport pick fixes from #2752
(Fix kubernetes/kubernetes#94335)