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 9fc7ad2 commit 6e65a02
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 @@ -606,7 +606,7 @@ func (c *client) NodePublishVolume(ctx context.Context, req *NodePublishVolumeRe
"volume %q is already published at target path %q but with capabilities or a read_only setting incompatible with this request: %v",
req.ExternalID, req.TargetPath, 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",
req.ExternalID, 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 6e65a02

Please sign in to comment.