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

feat: Support SINGLE_NODE_MULTI_WRITER capability #327

Open
apricote opened this issue Nov 17, 2022 · 2 comments
Open

feat: Support SINGLE_NODE_MULTI_WRITER capability #327

apricote opened this issue Nov 17, 2022 · 2 comments
Labels
enhancement New feature or request pinned

Comments

@apricote
Copy link
Member

apricote commented Nov 17, 2022

CSI Spec v1.5.0 introduced a new Capability SINGLE_NODE_MULTI_WRITER, which specializes the SINGLE_NODE_WRITER volume access mode into the "sub"-access modes SINGLE_NODE_SINGLE_WRITER and SINGLE_NODE_MULTI_WRITER.

This was added because the existing spec was conflicting. We currently behave like SINGLE_NODE_MULTI_WRITER, so we should just use that in the code.

This requires upgrading all our sidecar containers.

We can also enable the Kubernetes E2E tests flag Feature:SELinuxMountReadWriteOncePod once we have implemented this.

@apricote apricote added the enhancement New feature or request label Nov 17, 2022
@github-actions
Copy link

This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs.

@github-actions github-actions bot added the Stale label Mar 30, 2023
@apricote apricote removed the Stale label Mar 30, 2023
@github-actions
Copy link

This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs.

@github-actions github-actions bot added the Stale label Jun 28, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 29, 2023
@apricote apricote reopened this Jul 31, 2023
@apricote apricote added pinned and removed Stale labels Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned
Projects
None yet
Development

No branches or pull requests

1 participant