fix some typos in /pkg/volume

This commit is contained in:
qingsenLi
2019-01-28 23:17:48 +08:00
parent 8b98e802ed
commit 4b25a4fd93
3 changed files with 7 additions and 7 deletions

View File

@@ -319,7 +319,7 @@ func (util *fcUtil) DetachBlockFCDisk(c fcDiskUnmapper, mapPath, devicePath stri
}
volumeInfo := arr[len(arr)-1]
// Search symbolick link which matches volumeInfo under /dev/disk/by-path or /dev/disk/by-id
// Search symbolic link which matches volumeInfo under /dev/disk/by-path or /dev/disk/by-id
// then find destination device path from the link
searchPath := byID
if strings.Contains(volumeInfo, "-lun-") {