Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MarkRemountRequired (3.28 sec)

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

    					tc.volumeName == volumetesting.SuccessAndTimeoutDeviceName {
    					// wait for mount and then break it via remount
    					waitForMount(t, fakePlugin, volumeName, asw)
    					asw.MarkRemountRequired(podName)
    					time.Sleep(reconcilerSyncWaitDuration)
    				}
    
    				if tc.deviceState == operationexecutor.DeviceMountUncertain {
    					waitForUncertainGlobalMount(t, volumeName, asw)
    				}
    
    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