Skip to content

Commit

Permalink
Clarify ControllerPublishVolume readonly field
Browse files Browse the repository at this point in the history
  • Loading branch information
saad-ali committed Nov 8, 2018
1 parent c62adb3 commit bb04428
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 77 deletions.
4 changes: 3 additions & 1 deletion csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,9 @@ message ControllerPublishVolumeRequest {
VolumeCapability volume_capability = 3;

// Whether to publish the volume in readonly mode. This field is
// REQUIRED.
// REQUIRED. If an SP does not support this field, SP MUST ignore
// the field and handle the request normally (SP SHOULD not error if
// SP does not support this field).
bool readonly = 4;

// Secrets required by plugin to complete controller publish volume
Expand Down
Loading

0 comments on commit bb04428

Please sign in to comment.