You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amended wording in the spec that referred to the field `supported` that
no longer exists as of this PR and has been effectively replaced with
`confirmed`.
Copy file name to clipboardExpand all lines: spec.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1175,7 +1175,7 @@ The CO MUST implement the specified error recovery behavior when it encounters t
1175
1175
1176
1176
A Controller Plugin MUST implement this RPC call.
1177
1177
This RPC will be called by the CO to check if a pre-provisioned volume has all the capabilities that the CO wants.
1178
-
This RPC call SHALL return `supported` only if all the volume capabilities specified in the request are supported.
1178
+
This RPC call SHALL return `confirmed` only if all the volume capabilities specified in the request are supported.
1179
1179
This operation MUST be idempotent.
1180
1180
1181
1181
NOTE: Older plugins will parse but likely not "process" newer fields that may be present in capability-validation messages (and sub-messages) sent by a CO that is communicating using a newer, backwards-compatible version of the CSI protobufs.
0 commit comments