Skip to content

Commit

Permalink
Workarounds in description
Browse files Browse the repository at this point in the history
Workarounds for no storage created when using openebs-hostpath StorageClass in Openshift 4.2.
openebs-archive#7
  • Loading branch information
jobcespedes authored Dec 28, 2019
1 parent 504d664 commit 7f918a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions olm/1.3.0/openebsoperator.v1.3.0.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,18 @@ spec:
* OpenEBS welcomes your feedback and contributions in any form possible. [Join our Community](https://openebs.org/community)
## Workarounds
* No storage is created when using openebs-hostpath StorageClass and Openshift 4.2. Error: `mkdir: can't create directory '/data/pvc-<uuid>': Permission denied`.
1. Set permissive selinux in nodes or
2. Modify init-pvc-<uuid> and edit: `securityContext: {}`:
```yaml
spec:
securityContext:
privileged: true
```
## License
OpenEBS is distributed under the
Expand Down

0 comments on commit 7f918a6

Please sign in to comment.