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

kubernetes FLEX volumes should allow GID / selinux relabel calls from FLEX shell script #68137

Closed
childsb opened this issue Aug 31, 2018 · 0 comments · Fixed by #68680
Closed
Assignees
Labels
sig/storage Categorizes an issue or PR as relevant to SIG Storage.

Comments

@childsb
Copy link
Contributor

childsb commented Aug 31, 2018

What happened:
For some filesystems recursively applying an SELinux label through chcon or the GID permission is expensive (>30 mins in some cases). There is better strategies for the recursive change and the call should be available through FLEX API.

What you expected to happen:
FLEX has a shell script call to label or set GID for a volume.

Notes--

The fix should be backwards compatible.. If the shell call to perform the permission change is absent, then we fall back on the original method.

@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Aug 31, 2018
@childsb childsb self-assigned this Aug 31, 2018
@childsb childsb added the sig/storage Categorizes an issue or PR as relevant to SIG Storage. label Aug 31, 2018
@k8s-ci-robot k8s-ci-robot removed the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/storage Categorizes an issue or PR as relevant to SIG Storage.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants