Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetDeviceMountState (0.21 sec)

  1. pkg/volume/util/operationexecutor/operation_generator.go

    		}
    
    		var resizeError error
    		resizeOptions := volume.NodeResizeOptions{
    			DevicePath: devicePath,
    		}
    
    		if volumeDeviceMounter != nil && actualStateOfWorld.GetDeviceMountState(volumeToMount.VolumeName) != DeviceGloballyMounted {
    			deviceMountPath, err :=
    				volumeDeviceMounter.GetDeviceMountPath(volumeToMount.VolumeSpec)
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
Back to top