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

replace k8s.io/utils/mount with k8s.io/mount-utils #21

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

hensur
Copy link

@hensur hensur commented Aug 1, 2024

What this PR does:
replaces the k8s.io/utils/mount dependency with k8s.io/mount-utils

the upstream package has been renamed: https://github.com/kubernetes/utils/tree/master/mount

The new package also includes a change to drop consistentread calls on newer kernels which don't require that workaround anymore: kubernetes/mount-utils@4ae857e

On some of our Nodes with high mount activity the zfs provisioner would often fail to read /proc/mounts because of an inconsistentread error.

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Checklist

  • PR messages has document related information
  • Labelled this PR & related issue with documentation tag
  • PR messages has breaking changes related information
  • PR messages has upgrade related information
  • Labelled this PR & related issue with requires-upgrade tag
  • Tests updated

package has been renamed: https://github.com/kubernetes/utils/tree/master/mount

The new package also includes a change to drop inconsistentread calls on
newer kernels which don't require that workaround anymore:
kubernetes/mount-utils@4ae857e

Signed-off-by: Henning Surmeier <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant