diff --git a/internal/rbd/nodeserver.go b/internal/rbd/nodeserver.go index a35a28966..0425278f7 100644 --- a/internal/rbd/nodeserver.go +++ b/internal/rbd/nodeserver.go @@ -440,7 +440,7 @@ func (ns *NodeServer) stageTransaction( ok, err = resizer.NeedResize(devicePath, stagingTargetPath) if err != nil { return transaction, status.Errorf(codes.Internal, - "Need resize check failed on devicePath %s and staingPath %s, error: %v", + "need resize check failed on devicePath %s and staingPath %s, error: %v", devicePath, stagingTargetPath, err)