Skip to content

Commit

Permalink
Update plugins/csi/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Drew Bailey <2614075+drewbailey@users.noreply.github.com>
  • Loading branch information
tgross and drewbailey committed May 15, 2020
1 parent 6e65a02 commit 8b23096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/csi/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ func (c *client) NodeStageVolume(ctx context.Context, volumeID string, publishCo
"volume %q is already staged to %q but with incompatible capabilities for this request: %v",
volumeID, stagingTargetPath, err)
case codes.FailedPrecondition:
err = fmt.Errorf("volume %q is already published on another node and does not haveMULTI_NODE volume capability: %v",
err = fmt.Errorf("volume %q is already published on another node and does not have MULTI_NODE volume capability: %v",
volumeID, err)
case codes.Internal:
err = fmt.Errorf("node plugin returned an internal error, check the plugin allocation logs for more information: %v", err)
Expand Down

0 comments on commit 8b23096

Please sign in to comment.