Skip to content

Commit 2937d5e

Browse files
committed
KEP-2485: Impl History, Drawbacks, Alternatives, Infra Needed
1 parent 11ddfb4 commit 2937d5e

File tree

1 file changed

+11
-0
lines changed
  • keps/sig-storage/2485-read-write-once-pod-pv-access-mode

1 file changed

+11
-0
lines changed

keps/sig-storage/2485-read-write-once-pod-pv-access-mode/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,8 @@ Major milestones might include:
10141014
- when the KEP was retired or superseded
10151015
-->
10161016

1017+
- 3/10/2021: Implementation started
1018+
10171019
## Drawbacks
10181020

10191021
<!--
@@ -1028,10 +1030,19 @@ not need to be as detailed as the proposal, but should include enough
10281030
information to express the idea and why it was not acceptable.
10291031
-->
10301032

1033+
When it comes to handling ReadWriteOnce, an alternative that was considered was
1034+
not introducing a `SINGLE_NODE_MULTI_WRITER` access mode in the CSI spec and
1035+
continuing to use `SINGLE_NODE_WRITER`. This solution was ruled out because the
1036+
`SINGLE_NODE_WRITER` access mode has conflicting definitions, and since we're
1037+
introducing a `SINGLE_NODE_SINGLE_WRITER` access mode we should also address
1038+
this issue to reduce confusion for developers.
1039+
10311040
## Infrastructure Needed (Optional)
10321041

10331042
<!--
10341043
Use this section if you need things from the project/SIG. Examples include a
10351044
new subproject, repos requested, or GitHub details. Listing these here allows a
10361045
SIG to get the process for these resources started right away.
10371046
-->
1047+
1048+
None.

0 commit comments

Comments
 (0)