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

Workarounds in description #9

Merged
merged 1 commit into from
Jan 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`.

- Set permissive selinux in nodes or
- Modify init-pvc-<uuid> and edit: `securityContext: {}`:
```yaml
spec:
securityContext:
privileged: true
```

## License

OpenEBS is distributed under the
Expand Down
497 changes: 497 additions & 0 deletions olm/1.3.0/openebsoperator.v1.3.0.clusterserviceversion.yaml~

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions olm/1.4.0/openebsoperator.v1.4.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`.

- Set permissive selinux in nodes or
- Modify init-pvc-<uuid> and edit: `securityContext: {}`:
```yaml
spec:
securityContext:
privileged: true
```

## License

OpenEBS is distributed under the
Expand Down
497 changes: 497 additions & 0 deletions olm/1.4.0/openebsoperator.v1.4.0.clusterserviceversion.yaml~

Large diffs are not rendered by default.