File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
keps/sig-storage/2485-read-write-once-pod-pv-access-mode Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1014,6 +1014,8 @@ Major milestones might include:
1014
1014
- when the KEP was retired or superseded
1015
1015
-->
1016
1016
1017
+ - 3/10/2021: Implementation started
1018
+
1017
1019
## Drawbacks
1018
1020
1019
1021
<!--
@@ -1028,10 +1030,19 @@ not need to be as detailed as the proposal, but should include enough
1028
1030
information to express the idea and why it was not acceptable.
1029
1031
-->
1030
1032
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
+
1031
1040
## Infrastructure Needed (Optional)
1032
1041
1033
1042
<!--
1034
1043
Use this section if you need things from the project/SIG. Examples include a
1035
1044
new subproject, repos requested, or GitHub details. Listing these here allows a
1036
1045
SIG to get the process for these resources started right away.
1037
1046
-->
1047
+
1048
+ None.
You can’t perform that action at this time.
0 commit comments