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

Add RWX for block volumes #162

Merged
merged 6 commits into from
Apr 13, 2020
Merged

Add RWX for block volumes #162

merged 6 commits into from
Apr 13, 2020

Conversation

Akrog
Copy link
Member

@Akrog Akrog commented Apr 7, 2020

Add RWX for block volumes, an example for Kubernetes 1.17 and fix the problem when we remove Ember-CSI pods in the examples.

Fix #120
Fix #157
Fix #159

If we delete a pod of the Kubernetes example they won't be able to
properly start again.

This is caused by a missing terminationMessagePath, which we add in this
patch to fix this issue.

Fix embercsi#157
Now that cinderilb can accept attach_mode on a connect call we pass it
directly instead of adding it afterwards, saving an etcd write call.
With this patch we now support RWX and ROX modes for block volumes, and
we fail for mount volumes.

Fix embercsi#120
This patch adds the example for Kubernetes 1.17

Unlike READMEs from previous releases this one has been summarized.

Fix embercsi#159
Add some additional information on debug logs for the NodePublishVolume
operation.
@Akrog Akrog merged commit 3736a5a into embercsi:master Apr 13, 2020
@Akrog Akrog deleted the rwx branch April 13, 2020 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Snapshot volume beta API Pod don't start after delete. Support multi-attach
1 participant