Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForGlobalMount (0.3 sec)

  1. pkg/kubelet/volumemanager/reconciler/reconciler_test.go

    				waitForVolumeToExistInASW(t, volumeName, asw)
    				// all of these tests rely on device to be globally mounted and hence waiting for global
    				// mount ensures that unmountDevice is called as expected.
    				waitForGlobalMount(t, volumeName, asw)
    				if tc.volumeName == volumetesting.TimeoutAndFailOnSetupVolumeName {
    					// Wait upto 10s for reconciler to catchup
    					time.Sleep(reconcilerSyncWaitDuration)
    				}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 75.4K bytes
    - Viewed (0)
Back to top