mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
rbd: use small case of error message
the error message should not start with the capital letter changing the case as per the standard. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
51998a5f4a
commit
7bbd2ea284
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user