diff --git a/images/02-console/iscsid.conf b/images/02-console/iscsid.conf index f7ecb6b3..771aab6b 100644 --- a/images/02-console/iscsid.conf +++ b/images/02-console/iscsid.conf @@ -168,11 +168,11 @@ node.session.initial_login_retry_max = 8 # To control how many commands the session will queue set # node.session.cmds_max to an integer between 2 and 2048 that is also # 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 a value between 1 and 1024. The default is 32. -node.session.queue_depth = 32 +node.session.queue_depth = 1024 ################################## # 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 default is 262144 -node.session.iscsi.FirstBurstLength = 262144 +node.session.iscsi.FirstBurstLength = 1048576 # To specify the maximum SCSI payload that the initiator will negotiate # 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 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 # 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 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, # with the initiator requesting a preference of enabling the checking, uncomment# one or both of the following lines: