Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for iscsiadm (0.21 sec)

  1. pkg/volume/iscsi/iscsi_util_test.go

    	scripts := []volumetest.CommandScript{
    		{
    			Cmd:    "iscsiadm",
    			Args:   []string{"-m", "iface", "-I", "", "-o", "show"},
    			Output: "iface.ipaddress = <empty>\niface.transport_name = tcp\niface.initiatorname = <empty>\n",
    		},
    		{
    			Cmd:  "iscsiadm",
    			Args: []string{"-m", "iface", "-I", TestIface, "-o", "new"},
    		},
    		{
    			Cmd:  "iscsiadm",
    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

    	deviceDiscoveryTimeout = 30
    
    	// 'iscsiadm' error code stating that a session is logged in
    	// See https://github.com/open-iscsi/open-iscsi/blob/7d121d12ad6ba7783308c25ffd338a9fa0cc402b/include/iscsi_err.h#L37-L38
    	iscsiadmErrorSessExists = 15
    
    	// iscsiadm exit code for "session could not be found"
    	exit_ISCSI_ERR_SESS_NOT_FOUND = 2
    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. CHANGELOG/CHANGELOG-1.10.md

    will now explicitly set startup.mode to 'manual' to  prevent automatic login after node failure recovery. This is the default open-iscsi mode, so this change will only impact users who have changed their startup.mode to be 'automatic' in /etc/iscsi/iscsid.conf. ([#57475](https://github.com/kubernetes/kubernetes/pull/57475), [@stmcginnis](https://github.com/stmcginnis))
    
    * The IPVS feature gateway is now enabled by default in kubeadm, which makes the  --feature-gates=SupportIPVSProxyMode=true...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
Back to top