-
Notifications
You must be signed in to change notification settings - Fork 1
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
BUG 2266237: cleanup: incorrect fuserecovery logging #303
BUG 2266237: cleanup: incorrect fuserecovery logging #303
Conversation
@iPraveenParihar: Bugzilla bug 2266237 is in a bug group that is not in the allowed groups for this repo.
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/test-infra repository. |
add this extra commit 60e2527 to have CI green |
/bugzilla refresh |
@agarwal-mudit: This pull request references Bugzilla bug 2266237, which is invalid:
Comment 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/test-infra repository. |
3fd2ea8
to
4d15925
Compare
It seems GitHub has an issue with the Fedora 40 container image, extracting the Golang tarball fails. The Fedora 39 image does not have this problem, so use that for the time being. Signed-off-by: Niels de Vos <[email protected]> (cherry picked from commit 60e2527)
Signed-off-by: Praveen M <[email protected]> (cherry picked from commit 0e61b82)
4d15925
to
c4cab67
Compare
removing commit to update golangci-lint as it requires all the commits from https://github.com/ceph/ceph-csi/pull/4539/commits @Rakshith-R , can we merge this PR for now? And update golangci-lint version in another PR? |
/bugzilla refresh |
@iPraveenParihar: This pull request references Bugzilla bug 2266237, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla ([email protected]), skipping review request. 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. |
ack |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iPraveenParihar, Rakshith-R The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
46e4e3f
into
red-hat-storage:release-4.16
@iPraveenParihar: All pull requests linked via external trackers have merged: Bugzilla bug 2266237 has been moved to the MODIFIED state. 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. |
cleanup: incorrect fuserecovery logging
This commit make sure that logs fuserecovery.go is only logged
when the chosen mount is FUSE.
(cherry picked from commit 0e61b82)