Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetISCSIPortalHostMapForTarget (0.25 sec)

  1. pkg/volume/iscsi/iscsi_util.go

    	defer b.plugin.targetLocks.UnlockKey(b.Iqn)
    
    	// Build a map of SCSI hosts for each target portal. We will need this to
    	// issue the bus rescans.
    	portalHostMap, err := b.deviceUtil.GetISCSIPortalHostMapForTarget(b.Iqn)
    	if err != nil {
    		return "", err
    	}
    	klog.V(4).Infof("AttachDisk portal->host map for %s is %v", b.Iqn, portalHostMap)
    
    	for i := 1; i <= maxAttachAttempts; i++ {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 22 12:53:01 UTC 2022
    - 34.1K bytes
    - Viewed (0)
Back to top