Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetVolumesToReportAttached (0.28 sec)

  1. pkg/controller/volume/attachdetach/cache/actual_state_of_world_test.go

    	}
    	verifyAttachedVolume(t, allVolumes, generatedVolumeName, string(volumeName), nodeName, devicePath, true /* expectedMountedByNode */, false /* expectNonZeroDetachRequestedTime */)
    
    	reportAsAttachedVolumesMap := asw.GetVolumesToReportAttached(logger)
    	_, exists := reportAsAttachedVolumesMap[nodeName]
    	if exists {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 66.1K bytes
    - Viewed (0)
  2. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    	// controller then added the volume back as attached.
    	// verifyVolumeReportedAsAttachedToNode will check volume is in the list of volume attached that needs to be updated
    	// in node status. By calling this function (GetVolumesToReportAttached), node status should be updated, and the volume
    	// will not need to be updated until new changes are applied (detach is triggered again)
    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