Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsVolumeReconstructed (0.13 sec)

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

    		// if volume was previously reconstructed we are not going to change its state as unmounted even
    		// if mount operation fails.
    		if actualStateOfWorld.IsVolumeReconstructed(volumeToMount.VolumeName, volumeToMount.PodName) {
    			klog.V(3).InfoS("MountVolume.markVolumeErrorState leaving volume uncertain", "volumeName", volumeToMount.VolumeName)
    			return
    		}
    
    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