Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CheckAndMarkDeviceUncertainViaReconstruction (0.55 sec)

  1. pkg/kubelet/volumemanager/cache/actual_state_of_world.go

    	return true, nil
    }
    
    func (asw *actualStateOfWorld) CheckAndMarkDeviceUncertainViaReconstruction(volumeName v1.UniqueVolumeName, deviceMountPath string) bool {
    	asw.Lock()
    	defer asw.Unlock()
    
    	volumeObj, volumeExists := asw.attachedVolumes[volumeName]
    	// CheckAndMarkDeviceUncertainViaReconstruction requires volume to be marked as attached, so if
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 45.8K bytes
    - Viewed (0)
  2. pkg/volume/util/operationexecutor/operation_executor.go

    	// CheckAndMarkDeviceUncertainViaReconstruction only adds device to actual state of the world
    	// if device was not already there. This avoids overwriting in any previously stored
    	// state. We only supply deviceMountPath because devicePath is already determined from
    	// VerifyControllerAttachedVolume function.
    	CheckAndMarkDeviceUncertainViaReconstruction(volumeName v1.UniqueVolumeName, deviceMountPath string) bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top