mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
remove format operation in WaitForAttach
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user