Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnmapPodDevice (0.17 sec)

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

    			return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    		}
    
    		// Call UnmapPodDevice if blockVolumeUnmapper implements CustomBlockVolumeUnmapper
    		if customBlockVolumeUnmapper, ok := blockVolumeUnmapper.(volume.CustomBlockVolumeUnmapper); ok {
    			// Execute plugin specific unmap
    			unmapErr = customBlockVolumeUnmapper.UnmapPodDevice()
    			if unmapErr != nil {
    				// On failure, return error. Caller will log and retry.
    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