Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 60 for initiatorName (0.18 sec)

  1. pkg/volume/iscsi/iscsi_util_test.go

    		"# BEGIN RECORD 2.0-873\n" +
    			"iface.iscsi_ifacename = default\n" +
    			"iface.transport_name = tcp\n" +
    			"iface.initiatorname = <empty>\n" +
    			"# END RECORD",
    		"# BEGIN RECORD 2.0-873\n" +
    			"iface.iscsi_ifacename = default\n" +
    			"iface.transport_name = cxgb4i\n" +
    			"iface.initiatorname = <empty>\n" +
    			"# END RECORD",
    		"# BEGIN RECORD 2.0-873\n" +
    			"iface.iscsi_ifacename = default\n" +
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 18 09:43:07 UTC 2022
    - 14.5K bytes
    - Viewed (0)
  2. pkg/volume/iscsi/iscsi_util.go

    		return err
    	}
    
    	var bkpPortal []string
    	var volName, iqn, iface, initiatorName string
    	found := true
    
    	// load iscsi disk config from json file
    	if err := util.loadISCSI(c.iscsiDisk, mntPath); err == nil {
    		bkpPortal, iqn, iface, volName = c.iscsiDisk.Portals, c.iscsiDisk.Iqn, c.iscsiDisk.Iface, c.iscsiDisk.VolName
    		initiatorName = c.iscsiDisk.InitiatorName
    	} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 22 12:53:01 UTC 2022
    - 34.1K bytes
    - Viewed (0)
  3. pkg/volume/iscsi/iscsi.go

    		return nil, err
    	}
    
    	var initiatorName string
    	if initiatorNamePtr != nil {
    		initiatorName = *initiatorNamePtr
    	}
    	chapDiscovery, err := getISCSIDiscoveryCHAPInfo(spec)
    	if err != nil {
    		return nil, err
    	}
    	chapSession, err := getISCSISessionCHAPInfo(spec)
    	if err != nil {
    		return nil, err
    	}
    
    	initIface := iface
    	if initiatorName != "" {
    		iface = bkportal[0] + ":" + spec.Name()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.ReplicaSet.yaml

            hostPath:
              path: pathValue
              type: typeValue
            iscsi:
              chapAuthDiscovery: true
              chapAuthSession: true
              fsType: fsTypeValue
              initiatorName: initiatorNameValue
              iqn: iqnValue
              iscsiInterface: iscsiInterfaceValue
              lun: 3
              portals:
              - portalsValue
              readOnly: true
              secretRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PodTemplate.yaml

          hostPath:
            path: pathValue
            type: typeValue
          iscsi:
            chapAuthDiscovery: true
            chapAuthSession: true
            fsType: fsTypeValue
            initiatorName: initiatorNameValue
            iqn: iqnValue
            iscsiInterface: iscsiInterfaceValue
            lun: 3
            portals:
            - portalsValue
            readOnly: true
            secretRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 31.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.ReplicaSet.yaml

            hostPath:
              path: pathValue
              type: typeValue
            iscsi:
              chapAuthDiscovery: true
              chapAuthSession: true
              fsType: fsTypeValue
              initiatorName: initiatorNameValue
              iqn: iqnValue
              iscsiInterface: iscsiInterfaceValue
              lun: 3
              portals:
              - portalsValue
              readOnly: true
              secretRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml

            hostPath:
              path: pathValue
              type: typeValue
            iscsi:
              chapAuthDiscovery: true
              chapAuthSession: true
              fsType: fsTypeValue
              initiatorName: initiatorNameValue
              iqn: iqnValue
              iscsiInterface: iscsiInterfaceValue
              lun: 3
              portals:
              - portalsValue
              readOnly: true
              secretRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml

            hostPath:
              path: pathValue
              type: typeValue
            iscsi:
              chapAuthDiscovery: true
              chapAuthSession: true
              fsType: fsTypeValue
              initiatorName: initiatorNameValue
              iqn: iqnValue
              iscsiInterface: iscsiInterfaceValue
              lun: 3
              portals:
              - portalsValue
              readOnly: true
              secretRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.DaemonSet.yaml

            hostPath:
              path: pathValue
              type: typeValue
            iscsi:
              chapAuthDiscovery: true
              chapAuthSession: true
              fsType: fsTypeValue
              initiatorName: initiatorNameValue
              iqn: iqnValue
              iscsiInterface: iscsiInterfaceValue
              lun: 3
              portals:
              - portalsValue
              readOnly: true
              secretRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.yaml

            hostPath:
              path: pathValue
              type: typeValue
            iscsi:
              chapAuthDiscovery: true
              chapAuthSession: true
              fsType: fsTypeValue
              initiatorName: initiatorNameValue
              iqn: iqnValue
              iscsiInterface: iscsiInterfaceValue
              lun: 3
              portals:
              - portalsValue
              readOnly: true
              secretRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top