-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
move the device after the options when using mkfs.ext4 #11362
Conversation
Signed-off-by: zouyee <[email protected]>
@zouyee: GitHub didn't allow me to request PR reviews from the following users: deitch. Note that only containerd members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
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-sigs/prow repository. |
Hi @zouyee. Thanks for your PR. I'm waiting for a containerd 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-sigs/prow repository. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I wonder why this is not captured in CI. Is that we never run this test in CI?
containerd/plugins/snapshots/devmapper/pool_device_test.go
Lines 101 to 103 in 59c8cf6
t.Run("MakeFileSystem", func(t *testing.T) { | |
testMakeFileSystem(t, pool) | |
}) |
btw, the CI failures are due to vagrant throttling: #11364
It looks like it keeps getting removed from merge queue after being added? |
Great! Is this scheduled for a future patch version? |
/cherry-pick release/2.0 |
@AkihiroSuda: new pull request created: #11411 In response to this:
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-sigs/prow repository. |
Does that mean it will make it into 2.0.3? |
Yes |
fix: #11347
/cc @deitch