-
Notifications
You must be signed in to change notification settings - Fork 3
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
mkdir: can't create directory because of permission denied #7
Comments
cc: @kmova @ChandanSagar @jobcespedes , thank you for reporting this issue & apologies for the delay in response. While we shall look into this, would be great if you can add the workarounds into the description of the CSV here: https://github.com/openebs/helm-operator/tree/master/olm/1.3.0 & 1.4.0 |
Workarounds for no storage created when using openebs-hostpath StorageClass in Openshift 4.2. openebs-archive#7
Workarounds for no storage created when using openebs-hostpath StorageClass in Openshift 4.2. openebs-archive#7
This has been fixed in the 1.5 release with this PR: openebs-archive/maya#1542 With this, this step would be sufficient to successfully create the PV with openebs-hostpath storage class: Keeping this issue open until the OpenEBS 1.5 CSV is pushed to the OperatorHub. cc: @ChandanSagar |
Workarounds for no storage created when using openebs-hostpath StorageClass in Openshift 4.2. #7
The OpenEBS 1.5 community operator is now out! @jobcespedes can we close this issue? |
Issue
No storage is created when using openebs-hostpath StorageClass.
Actual result
The container init-pvc-<uuid> fails with:
Expected result
Storage created
Workaround:
securityContext: {}
:Environment
Openshift: 4.2
openebsoperator: v1.3.0
Other
I think the issue here is that init-pvc-<uuid> is not running as privileged. Running it as privileged is a better option that a permissive selinux. I just don't know yet which component is to be modified for that to happen.
The text was updated successfully, but these errors were encountered: