Log StructuredLog: spelling formatting
Signed-off-by: 何庆国10193842 <he.qingguo@zte.com.cn>
This commit is contained in:
@@ -412,7 +412,7 @@ func (plugin *localVolumePlugin) NodeExpand(resizeOptions volume.NodeResizeOptio
|
||||
case hostutil.FileTypeDirectory:
|
||||
// if the given local volume path is of already filesystem directory, return directly because
|
||||
// we do not want to prevent mount operation from succeeding.
|
||||
klog.InfoS("expansion of directory based local volumes is NO-OP", "local-volume-path", localDevicePath)
|
||||
klog.InfoS("Expansion of directory based local volumes is NO-OP", "local-volume-path", localDevicePath)
|
||||
return true, nil
|
||||
default:
|
||||
return false, fmt.Errorf("only directory and block device are supported")
|
||||
|
Reference in New Issue
Block a user