mirror of
https://github.com/kubernetes-csi/csi-driver-nvmf.git
synced 2025-09-18 07:50:50 +00:00
style&chore: modity Makefile and some code style
1. add .prow.sh 2. add a symlink in Makefile related to release-tools. 3. modify some code style to pass fmt test. Signed-off-by: Meinhard Zhou <zhouenhua@bytedance.com>
This commit is contained in:
@@ -40,7 +40,7 @@ func AttachDisk(req *csi.NodePublishVolumeRequest, nm nvmfDiskMounter) (string,
|
||||
return "", fmt.Errorf("Heuristic determination of mount point failed:%v", err)
|
||||
}
|
||||
if !notMounted {
|
||||
klog.Infof("AttachDisk: VolumeID: %s, Path: %s is already mounted, device: %s", req.VolumeId, nm.targetPath)
|
||||
klog.Infof("AttachDisk: VolumeID: %s, Path: %s is already mounted, device: %s", req.VolumeId, nm.targetPath, nm.DeviceUUID)
|
||||
return "", nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user