Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for iscsiadm (0.11 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)
Back to top