Skip to content

Commit 50bd6ad

Browse files
committed
Rename VOLUME_ALREADY_ATTACHED to _PUBLISHED
1 parent 6e718b1 commit 50bd6ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

csi.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ message Error {
10651065
// information. This string maybe surfaced by CO to end users.
10661066
string error_description = 2;
10671067

1068-
// On `VOLUME_ALREADY_ATTACHED` and `MAX_ATTACHED_NODES` errors,
1068+
// On `VOLUME_ALREADY_PUBLISHED` and `MAX_ATTACHED_NODES` errors,
10691069
// this field contains the node(s) that the specified volume is
10701070
// already attached to.
10711071
repeated string node_ids = 3;

lib/go/csi/csi.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ message Error {
15001500
// information. This string maybe surfaced by CO to end users.
15011501
string error_description = 2;
15021502
1503-
// On `VOLUME_ALREADY_ATTACHED` and `MAX_ATTACHED_NODES` errors,
1503+
// On `VOLUME_ALREADY_PUBLISHED` and `MAX_ATTACHED_NODES` errors,
15041504
// this field contains the node(s) that the specified volume is
15051505
// already attached to.
15061506
repeated string node_ids = 3;

0 commit comments

Comments
 (0)