Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for volume_attach (0.29 sec)

  1. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    	t *testing.T,
    	attachedNode k8stypes.NodeName,
    	dsow cache.DesiredStateOfWorld) {
    	multAttachCheckFunc := func() (bool, error) {
    		for _, volumeToAttach := range dsow.GetVolumesToAttach() {
    			if volumeToAttach.NodeName != attachedNode {
    				if volumeToAttach.MultiAttachErrorReported {
    					return true, nil
    				}
    			}
    		}
    		t.Logf("Warning: MultiAttach error not yet set on Node. Will retry.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
Back to top