Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for countError (0.15 sec)

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

    	}
    }
    
    func (og *operationGenerator) checkForFailedMount(volumeToMount VolumeToMount, mountError error) {
    	pv := volumeToMount.VolumeSpec.PersistentVolume
    	if pv == nil {
    		return
    	}
    
    	if volumetypes.IsFilesystemMismatchError(mountError) {
    		simpleMsg, _ := volumeToMount.GenerateMsg("MountVolume failed", mountError.Error())
    		og.recorder.Eventf(pv, v1.EventTypeWarning, kevents.FailedMountOnFilesystemMismatch, simpleMsg)
    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