diff --git a/plugins/csi/client.go b/plugins/csi/client.go index 628e9e67947c..0e9e367eb900 100644 --- a/plugins/csi/client.go +++ b/plugins/csi/client.go @@ -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)