Skip to content

Commit 3e57adf

Browse files
Modify wording based on comments on July 25th
1 parent 6eaead6 commit 3e57adf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

csi.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ message CreateVolumeRequest {
385385

386386
// Plugin specific parameters to apply, passed in as opaque
387387
// key-value pairs. This field is OPTIONAL. The Plugin is
388-
// responsible for parsing and validating these parameters.
388+
// responsible for parsing and validating these parameters.
389389
// COs will treat these as opaque. Plugins MUST treat these
390390
// as if they take precedence over the parameters field.
391391
// This field SHALL NOT be specified unless the SP has the

lib/go/csi/csi.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ message CreateVolumeRequest {
856856
857857
// Plugin specific parameters to apply, passed in as opaque
858858
// key-value pairs. This field is OPTIONAL. The Plugin is
859-
// responsible for parsing and validating these parameters.
859+
// responsible for parsing and validating these parameters.
860860
// COs will treat these as opaque. Plugins MUST treat these
861861
// as if they take precedence over the parameters field.
862862
// This field SHALL NOT be specified unless the SP has the
@@ -1647,7 +1647,7 @@ The CO MUST implement the specified error recovery behavior when it encounters t
16471647

16481648
#### `ControllerModifyVolume`
16491649

1650-
A Controller plugin MUST implement this RPC call if plugin has MODIFY_VOLUME controller capability.
1650+
A Controller plugin MUST implement this RPC call if the plugin has the MODIFY_VOLUME controller capability.
16511651
This RPC allows the CO to change mutable key attributes of a volume.
16521652

16531653
This operation MUST be idempotent.
@@ -1689,7 +1689,7 @@ message ControllerModifyVolumeResponse {
16891689
|-----------|-----------|-------------|-------------------|
16901690
| Parameters not supported | 3 INVALID_ARGUMENT | Indicates that the CO has specified mutable parameters not supported by the volume. | Caller MAY verify mutable parameters. |
16911691
| Exceeds capabilities | 3 INVALID_ARGUMENT | Indicates that the CO has specified capabilities not supported by the volume. | Caller MAY verify volume capabilities by calling ValidateVolumeCapabilities and retry with matching capabilities. |
1692-
| Volume does not exist | 5 NOT FOUND | Indicates that a volume corresponding to the specified volume_id does not exist. | Caller MUST verify that the volume_id is correct and that the volume is accessible and has not been deleted before retrying with exponential back off. |
1692+
| Volume does not exist | 5 NOT_FOUND | Indicates that a volume corresponding to the specified volume_id does not exist. | Caller MUST verify that the volume_id is correct and that the volume is accessible and has not been deleted before retrying with exponential back off. |
16931693

16941694
#### `GetCapacity`
16951695

0 commit comments

Comments
 (0)