remove format operation in WaitForAttach

This commit is contained in:
andyzhangx
2018-04-28 02:12:09 +00:00
parent b87a392b1a
commit 87bd6b5335
3 changed files with 0 additions and 49 deletions

View File

@@ -26,6 +26,3 @@ func scsiHostRescan(io ioHandler, exec mount.Exec) {
func findDiskByLun(lun int, io ioHandler, exec mount.Exec) (string, error) {
return "", nil
}
func formatIfNotFormatted(disk string, fstype string, exec mount.Exec) {
}