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

Document initContainers workaround for CephFS RWX perm issue #374

Merged
merged 5 commits into from Mar 23, 2020

Conversation

johnsca
Copy link
Contributor

@johnsca johnsca commented Mar 19, 2020

This documents the workaround for the CephFS RWX volume mount permissions issue that we are stuck with for the time between LP #1868150 and LP #1867940. This partially mitigates LP #1866262 by documenting the interim workaround.

This documents the workaround for the CephFS RWX volume mount
permissions issue that we are stuck with for the time between
LP #1868150 [1] and LP #1867940 [2]. This partially mitigates
LP #1866262 [3] by documenting the interim workaround.

[1]: https://bugs.launchpad.net/cdk-addons/+bug/1868150
[2]: https://bugs.launchpad.net/cdk-addons/+bug/1867940
[3]: https://bugs.launchpad.net/cdk-addons/+bug/1866262
next OpenStack charms release. In the meantime, you can work around this by adding a simple initContainer
to your pod to adjust the mounted volume permissions, such as:

```yaml
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to be HTML if it is going inside a Note. I can sort that out though

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@johnsca johnsca requested a review from kwmonroe March 19, 2020 20:16
Copy link
Collaborator

@evilnick evilnick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

We used to have a way of tracking notes related to bugs, so we knew when to remove them. It only worked on LP though. It may be worth reworking some tool to do this so we can track blocks which may need updating/removing

@evilnick evilnick merged commit 9a18b54 into master Mar 23, 2020
@evilnick evilnick deleted the johnsca/1868150/initContainers-hack branch March 23, 2020 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants