-
Notifications
You must be signed in to change notification settings - Fork 547
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
cephfs: Avoid hanging lock in volume mutex lock #4725
Conversation
/retest golangci-lint |
a0ed446
to
ee823fb
Compare
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! looks good to me
@Mergifyio rebase |
❌ Pull request can't be updated with latest base branch changesMergify needs the author permission to update the base branch of the pull request. |
This patch allows to avoid hanging mutex lock scenario when fscrypt fails to unlock. Prevents uncessary delays Signed-off-by: Sunnatillo <[email protected]>
ee823fb
to
26d17d4
Compare
Pull request has been modified.
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/k8s-e2e-external-storage/1.30 |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.30 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e/k8s-1.30 |
/retest ci/centos/upgrade-tests |
1 similar comment
/retest ci/centos/upgrade-tests |
Somehow these jobs keep pulling the old CentOS Stream 8 base images, eventhough the tag for the container-image was updated. I guess the images are cached somewhere, other jobs run fine, retrying again 🤞 |
/retest ci/centos/upgrade-tests |
This should work now. The |
/retest ci/centos/upgrade-tests-rbd |
Describe what this PR does
This PR allows to avoid hanging mutex lock scenario when fscrypt fails to unlock. Prevents uncessary delay
Related issues
Follow up improvement to #4697
Fixes: #4715
Checklist:
guidelines in the developer
guide.
Request
notes
updated with breaking and/or notable changes for the next major release.