Skip to content

Fix ControllerPublish/Unpublish error codes #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ message Error {
// information. This string maybe surfaced by CO to end users.
string error_description = 2;

// On `VOLUME_ALREADY_ATTACHED` and `MAX_ATTACHED_NODES` errors,
// On `VOLUME_ALREADY_PUBLISHED` and `MAX_ATTACHED_NODES` errors,
// this field contains the node(s) that the specified volume is
// already attached to.
repeated string node_ids = 3;
Expand Down Expand Up @@ -1139,8 +1139,6 @@ message Error {
// retrying.
INVALID_NODE_ID = 6;

VOLUME_NOT_ATTACHED_TO_SPECIFIED_NODE = 7;

// Indicates that the Plugin does not support the operation
// without a node ID.
//
Expand Down
Loading