Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stageVolumeForBlock (0.22 sec)

  1. pkg/volume/csi/csi_block.go

    	return path, m.specName
    }
    
    // stageVolumeForBlock stages a block volume to stagingPath
    func (m *csiBlockMapper) stageVolumeForBlock(
    	ctx context.Context,
    	csi csiClient,
    	accessMode v1.PersistentVolumeAccessMode,
    	csiSource *v1.CSIPersistentVolumeSource,
    	attachment *storage.VolumeAttachment,
    ) (string, error) {
    	klog.V(4).Infof(log("blockMapper.stageVolumeForBlock called"))
    
    	stagingPath := m.GetStagingPath()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 06:07:40 UTC 2023
    - 20.1K bytes
    - Viewed (0)
Back to top