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

move the device after the options when using mkfs.ext4 #11362

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

zouyee
Copy link
Contributor

@zouyee zouyee commented Feb 8, 2025

fix: #11347

/cc @deitch

@k8s-ci-robot
Copy link

@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:

fix: #11347

/cc @deitch

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.

@k8s-ci-robot
Copy link

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

@zouyee
Copy link
Contributor Author

zouyee commented Feb 8, 2025

==> default: Loading metadata for box 'almalinux/8'
    default: URL: https://vagrantcloud.com/api/v2/vagrant/almalinux/8
==> default: Adding box 'almalinux/8' (v8.10.202408[21](https://github.com/containerd/containerd/actions/runs/13213817428/job/36890739811?pr=11362#step:6:22)) for provider: libvirt (amd64)
    default: Downloading: https://vagrantcloud.com/almalinux/boxes/8/versions/8.10.20240821/providers/libvirt/amd64/vagrant.box

An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Copy link
Contributor

@deitch deitch left a 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.

Copy link
Member

@djdongjin djdongjin left a 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?

t.Run("MakeFileSystem", func(t *testing.T) {
testMakeFileSystem(t, pool)
})

btw, the CI failures are due to vagrant throttling: #11364

@AkihiroSuda AkihiroSuda added this pull request to the merge queue Feb 18, 2025
@AkihiroSuda AkihiroSuda added cherry-pick/1.6.x Change to be cherry picked to release/1.6 branch cherry-pick/1.7.x Change to be cherry picked to release/1.7 branch cherry-pick/2.0.x Change to be cherry picked to release/2.0 branch labels Feb 18, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 18, 2025
@AkihiroSuda AkihiroSuda added this pull request to the merge queue Feb 18, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 18, 2025
@deitch
Copy link
Contributor

deitch commented Feb 19, 2025

It looks like it keeps getting removed from merge queue after being added?

@estesp estesp added this pull request to the merge queue Feb 19, 2025
Merged via the queue into containerd:main with commit e1da5de Feb 19, 2025
56 checks passed
@deitch
Copy link
Contributor

deitch commented Feb 20, 2025

Great! Is this scheduled for a future patch version?

@AkihiroSuda
Copy link
Member

/cherry-pick release/2.0

@k8s-infra-cherrypick-robot

@AkihiroSuda: new pull request created: #11411

In response to this:

/cherry-pick release/2.0

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.

@deitch
Copy link
Contributor

deitch commented Feb 21, 2025

Does that mean it will make it into 2.0.3?

@AkihiroSuda AkihiroSuda added cherry-picked/2.0.x PR commits are cherry picked into the release/2.0 branch and removed cherry-pick/2.0.x Change to be cherry picked to release/2.0 branch labels Feb 21, 2025
@AkihiroSuda
Copy link
Member

Does that mean it will make it into 2.0.3?

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick/1.6.x Change to be cherry picked to release/1.6 branch cherry-pick/1.7.x Change to be cherry picked to release/1.7 branch cherry-picked/2.0.x PR commits are cherry picked into the release/2.0 branch kind/bug needs-ok-to-test size/XS
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

mkfs.ext4 has arguments in wrong order
8 participants