Created
August 11, 2014 22:19
-
-
Save j-griffith/a56c0403e9e8724bc386 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@bdr77:/etc/iscsi# ls | |
ifaces initiatorname.iscsi iscsid.conf nodes | |
root@bdr77:/etc/iscsi# cd nodes/ | |
root@bdr77:/etc/iscsi/nodes# ls | |
iqn.2010-01.com.solidfire:3gd2.uuid-c4569a8e-8429-4790-80f6-d4acb69b26e1.166 | |
root@bdr77:/etc/iscsi/nodes# cd iqn.2010-01.com.solidfire\:3gd2.uuid-c4569a8e-8429-4790-80f6-d4acb69b26e1.166/ | |
root@bdr77:/etc/iscsi/nodes/iqn.2010-01.com.solidfire:3gd2.uuid-c4569a8e-8429-4790-80f6-d4acb69b26e1.166# ls | |
10.10.8.112,3260 | |
root@bdr77:/etc/iscsi/nodes/iqn.2010-01.com.solidfire:3gd2.uuid-c4569a8e-8429-4790-80f6-d4acb69b26e1.166# cat 10.10.8.112,3260 | |
# BEGIN RECORD 2.0-871 | |
node.name = iqn.2010-01.com.solidfire:3gd2.uuid-c4569a8e-8429-4790-80f6-d4acb69b26e1.166 | |
node.tpgt = -1 | |
node.startup = manual | |
iface.iscsi_ifacename = default | |
iface.transport_name = tcp | |
node.discovery_port = 0 | |
node.discovery_type = static | |
node.session.initial_cmdsn = 0 | |
node.session.initial_login_retry_max = 8 | |
node.session.xmit_thread_priority = -20 | |
node.session.cmds_max = 128 | |
node.session.queue_depth = 32 | |
node.session.auth.authmethod = None | |
node.session.timeo.replacement_timeout = 120 | |
node.session.err_timeo.abort_timeout = 15 | |
node.session.err_timeo.lu_reset_timeout = 20 | |
node.session.err_timeo.host_reset_timeout = 60 | |
node.session.iscsi.FastAbort = Yes | |
node.session.iscsi.InitialR2T = No | |
node.session.iscsi.ImmediateData = Yes | |
node.session.iscsi.FirstBurstLength = 262144 | |
node.session.iscsi.MaxBurstLength = 16776192 | |
node.session.iscsi.DefaultTime2Retain = 0 | |
node.session.iscsi.DefaultTime2Wait = 2 | |
node.session.iscsi.MaxConnections = 1 | |
node.session.iscsi.MaxOutstandingR2T = 1 | |
node.session.iscsi.ERL = 0 | |
node.conn[0].address = 10.10.8.112 | |
node.conn[0].port = 3260 | |
node.conn[0].startup = manual | |
node.conn[0].tcp.window_size = 524288 | |
node.conn[0].tcp.type_of_service = 0 | |
node.conn[0].timeo.logout_timeout = 15 | |
node.conn[0].timeo.login_timeout = 15 | |
node.conn[0].timeo.auth_timeout = 45 | |
node.conn[0].timeo.noop_out_interval = 5 | |
node.conn[0].timeo.noop_out_timeout = 5 | |
node.conn[0].iscsi.MaxRecvDataSegmentLength = 262144 | |
node.conn[0].iscsi.HeaderDigest = None | |
node.conn[0].iscsi.DataDigest = None | |
node.conn[0].iscsi.IFMarker = No | |
node.conn[0].iscsi.OFMarker = No | |
# END RECORD | |
root@bdr77:/etc/iscsi/nodes/iqn.2010-01.com.solidfire:3gd2.uuid-c4569a8e-8429-4790-80f6-d4acb69b26e1.166# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment