1
0
mirror of https://github.com/rancher/os.git synced 2025-08-20 07:42:55 +00:00

Use iSCSI settings based on Nutanix guidance

This commit is contained in:
Olli Janatuinen 2020-12-19 20:51:46 +02:00
parent faffe2e347
commit 4866d88d0c

View File

@ -168,11 +168,11 @@ node.session.initial_login_retry_max = 8
# To control how many commands the session will queue set # To control how many commands the session will queue set
# node.session.cmds_max to an integer between 2 and 2048 that is also # node.session.cmds_max to an integer between 2 and 2048 that is also
# a power of 2. The default is 128. # a power of 2. The default is 128.
node.session.cmds_max = 128 node.session.cmds_max = 2048
# To control the device's queue depth set node.session.queue_depth # To control the device's queue depth set node.session.queue_depth
# to a value between 1 and 1024. The default is 32. # to a value between 1 and 1024. The default is 32.
node.session.queue_depth = 32 node.session.queue_depth = 1024
################################## ##################################
# MISC SYSTEM PERFORMANCE SETTINGS # MISC SYSTEM PERFORMANCE SETTINGS
@ -227,7 +227,7 @@ node.session.iscsi.ImmediateData = Yes
# #
# The value is the number of bytes in the range of 512 to (2^24-1) and # The value is the number of bytes in the range of 512 to (2^24-1) and
# the default is 262144 # the default is 262144
node.session.iscsi.FirstBurstLength = 262144 node.session.iscsi.FirstBurstLength = 1048576
# To specify the maximum SCSI payload that the initiator will negotiate # To specify the maximum SCSI payload that the initiator will negotiate
# with the target for, edit the following line. # with the target for, edit the following line.
@ -241,7 +241,7 @@ node.session.iscsi.MaxBurstLength = 16776192
# #
# The value is the number of bytes in the range of 512 to (2^24-1) and # The value is the number of bytes in the range of 512 to (2^24-1) and
# the default is 262144 # the default is 262144
node.conn[0].iscsi.MaxRecvDataSegmentLength = 262144 node.conn[0].iscsi.MaxRecvDataSegmentLength = 1048576
# To specify the maximum number of data bytes the initiator will send # To specify the maximum number of data bytes the initiator will send
# in an iSCSI PDU to the target, edit the following line. # in an iSCSI PDU to the target, edit the following line.
@ -259,7 +259,7 @@ node.conn[0].iscsi.MaxXmitDataSegmentLength = 0
# The value is the number of bytes in the range of 512 to (2^24-1) and # The value is the number of bytes in the range of 512 to (2^24-1) and
# the default is 32768 # the default is 32768
# #
discovery.sendtargets.iscsi.MaxRecvDataSegmentLength = 32768 discovery.sendtargets.iscsi.MaxRecvDataSegmentLength = 1048576
# To allow the targets to control the setting of the digest checking, # To allow the targets to control the setting of the digest checking,
# with the initiator requesting a preference of enabling the checking, uncomment# one or both of the following lines: # with the initiator requesting a preference of enabling the checking, uncomment# one or both of the following lines: