Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/volume/csi/csi_attacher.go

    	}
    
    	attachID := getAttachmentName(source.VolumeHandle, source.Driver, string(c.plugin.host.GetNodeName()))
    
    	return c.waitForVolumeAttachment(source.VolumeHandle, attachID, timeout)
    }
    
    func (c *csiAttacher) waitForVolumeAttachment(volumeHandle, attachID string, timeout time.Duration) (string, error) {
    	klog.V(4).Info(log("probing for updates from CSI driver for [attachment.ID=%v]", attachID))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 03 07:38:14 UTC 2023
    - 25.9K bytes
    - Viewed (0)
Back to top