Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForMultiPathToExist (0.28 sec)

  1. pkg/volume/iscsi/iscsi_util.go

    		devicePath = waitForMultiPathToExist(devicePathList, multipathDeviceTimeout, b.deviceUtil)
    	} else {
    		// For PVs with 1 portal, just try one time to find the multipath device. This
    		// avoids a long pause when the multipath device will never get created, and
    		// matches legacy behavior.
    		devicePath = waitForMultiPathToExist(devicePathList, 1, b.deviceUtil)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 22 12:53:01 UTC 2022
    - 34.1K bytes
    - Viewed (0)
Back to top