diff --git a/www/max_outstanding_r2t.txt b/www/max_outstanding_r2t.txt index 02adf0b13..21d9bd40f 100644 --- a/www/max_outstanding_r2t.txt +++ b/www/max_outstanding_r2t.txt @@ -35,8 +35,8 @@ sent as immediate/unsolicited data without explicit R2T request. 1. The first target with MaxOutstandingR2T 1. MaxOutstandingR2T 1 means that only one R2T request can be active on -time. I.e., the next request for data transfer sent before the previous -one completed and all the data received. +time. I.e., the next request for data transfer can be sent after the +previous one completed and all the data received. Thus, on the first target each command will be completed on time: @@ -56,5 +56,6 @@ Thus, on the second target each command will be completed on time: 5 + 5 + 5 + 256K/64K * 0.5 * 7 + (256K-64K)/64K * 0.5 + 5 = 35.5ms, i.e. 28 IOPS, which is 56MB/s. -Thus, the second target will perform on 56/18 = 311% better that the -first target. + +Thus, the second target with MaxOutstandingR2T 16 will perform on 56/18 = 311% +better that the first target with MaxOutstandingR2T 1. diff --git a/www/mc_s.html b/www/mc_s.html index c69797145..1a99fe9c3 100644 --- a/www/mc_s.html +++ b/www/mc_s.html @@ -54,14 +54,14 @@ practical value this feature has comparing with OS level multipath support it, despite of many years since iSCSI protocol started being actively used, nor going to implement it in the future.
-MC/S is done on the iSCSI level, while MPIO is done on the higher +
MC/S is done on the iSCSI level, while MPIO is done on the higher level. Hence, all MPIO infrastructure is shared among all SCSI transports, including Fibre Channel, SAS, etc.
-MC/S was designed at time, when most OS'es didn't have standard OS level +
MC/S was designed at time, when most OS'es didn't have standard OS level multipath. Instead, each vendor had its own implementation, which created huge interoperability problems. So, one of the goals of MC/S was -to address this issue and standardize the multipath area. But +to address this issue and standardize the multipath area in a single standard. But nowadays almost all OS'es has OS level multipath implemented using standard SCSI facilities, hence this purpose of MC/S isn't valid anymore.
@@ -74,13 +74,13 @@ standard SCSI facilities, hence this purpose of MC/S isn't valid anymore. -Let's look how much true those claims are.
+Let's look how realistic those claims are.
Let's consider a single target exporting a single device over 2 links.
-For MC/S failover recovery is pretty simple: all outstanding SCSI +
For MC/S failover recovery is quite simple: all outstanding SCSI commands reassigned to another connection. No other actions are necessary, because session (i.e. I_T Nexus) remains the same. Consequently, all reservations and other SCSI states as well as other @@ -117,9 +117,9 @@ be cleared. CLEARED BY ANOTHER INITIATOR, so they also can immediately retry all outstanding commands. -
MC/S over several links preserves commands execution order, i.e. with it commands executed in the same order as they were submitted. MPIO @@ -180,7 +179,7 @@ for instance,
There are marginal cases, where MPIO can't be used or will not +
For sake of completeness, we should mention that there are marginal cases, where MPIO can't be used or will not provide any benefit, but MC/S can be successful:
Simply, MC/S is done on the wrong level. No surprise then that no +
Simply, MC/S is rather a workaround done on the wrong level for some deficiencies of existing SCSI standards used for MPIO, +namely the lack of possibility to group several I_T Nexuses with ability to reassign commands +between them and preserve commands order among them. If in future those features added in the SCSI standards, MC/S will +not be needed at all, hence, all investments in it will be voided. No surprise then that no Open Source OS'es neither support, nor going to implement it. Moreover, -when back to 2005 there was an attempt to add MC/S in Linux, it was +when back to 2005 there was an attempt to add MC/S capable iSCSI initiator in Linux, it was rejected. See for more details here and here.
-If in future SCSI standards gain possibility to group several I_T nexuses -with ability to reassign commands between them as well as preserve commands -order among them, the above minor advantages of MC/S over MPIO will be -removed and, hence, all investments in it will be voided.
-