Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CheckAndMarkVolumeAsUncertainViaReconstruction (0.29 sec)

  1. pkg/kubelet/volumemanager/reconciler/reconstruct.go

    				VolumeSpec:          volume.volumeSpec,
    				VolumeMountState:    operationexecutor.VolumeMountUncertain,
    				SELinuxMountContext: volume.seLinuxMountContext,
    			}
    
    			_, err = rc.actualStateOfWorld.CheckAndMarkVolumeAsUncertainViaReconstruction(markVolumeOpts)
    			if err != nil {
    				klog.ErrorS(err, "Could not add pod to volume information to actual state of world", "pod", klog.KObj(volume.pod))
    				continue
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:23:12 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top