Re: [PATCH RFC 2/2] implement transport scan callout for iscsi

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I would like to correct myself on something I said below ... I said using the upper layer to issue commands with multi-pathing would take more execution time but I don't believe that is correct.

Another point about multi-connections vs multi-pathing and that is sequencing the commands. If you have ordered commands or head of queue tags, you would have to go to more work at the upper layer. Also, there is a mode page that must be properly set (I can't remember the page or bit now) or sequencing can be a problem for simple tags too.

Using multi-pathing for multi-connections is a historical solution. The only SCSI protocol other than iSCSI that had multi-connection capability was SSA and that would not sequence the commands. If I heard correctly recently, there is a Fibre Channel group working on multi-connections for that too.

Eddy

----- Original Message ----- From: "open_iscsi" <ESQuicksall_open_iscsi@xxxxxxxxxxx>
To: "James Bottomley" <James.Bottomley@xxxxxxxxxxxx>
Cc: <open-iscsi@xxxxxxxxxxxxxxxx>; "Mike Christie" <michaelc@xxxxxxxxxxx>; "'SCSI Mailing List'" <linux-scsi@xxxxxxxxxxxxxxx>
Sent: Tuesday, May 24, 2005 9:28 PM
Subject: Re: [PATCH RFC 2/2] implement transport scan callout for iscsi



But it is not multi-pathing. Multi-pathing belongs at a higher layer.

Yes, you could make multi-pathing perform a similar action but being at a higher layer, it means more operations to achieve the same thing. Also, multi-pathing is better suited for failover than multi-connections.

There is another point here ... an HBA will probably use multi-connections irrespective of what higher layers want.

Regarding the numbers, we get 400,000 IOPS with our hardware solution using multiple connections and multiple micro-engines. I have not tried multi-pathing but I can tell you that I had to count clocks to get that number and found that even a few extra clocks could mean a lot. So since multi-pathing takes a lot of extra clocks, then I think there is a benefit. However with a software solution the extra clocks for the multi-pathing may not be significant.

I would think that you would want to let the lower layers do their best to get the best thruput and leave the failover logic to the upper layers.

Eddy

----- Original Message ----- From: "James Bottomley" <James.Bottomley@xxxxxxxxxxxx>
To: "open_iscsi" <ESQuicksall_open_iscsi@xxxxxxxxxxx>
Cc: <open-iscsi@xxxxxxxxxxxxxxxx>; "Mike Christie" <michaelc@xxxxxxxxxxx>; "'SCSI Mailing List'" <linux-scsi@xxxxxxxxxxxxxxx>
Sent: Tuesday, May 24, 2005 9:00 PM
Subject: Re: [PATCH RFC 2/2] implement transport scan callout for iscsi



On Tue, 2005-05-24 at 20:25 -0400, open_iscsi wrote:
The MC/S feature of iSCSI is not multi-pathing. Multi-pathing would be the
use of multiple sessions to reach the same target. Generally the two
sessions would use the same InitiatorName+ISID but use different Target
Portal Groups at the target. In SCSI terms, it is the same initiator
accessing different SCSI ports.

Well, yes, every driver vendor with a multi-path solution in-driver that made a single presentation to the mid-layer has argued that one...

The bottom line is that implementation must be in-driver.  So every
driver doing it this way has to have their own separate multi-path
implementation.  Whether you call it FC/AL or MC/S (or any of the other
buzz acronyms) it's still a driver implementation of pathing.

MC/S can be used to improve band width of a session without using
multi-pathing and it belongs in the driver because it is hidden from the
upper layers. Think of it like parallel wires, each carrying separate (but
sequenced) commands in parallel.

So far, no-one has been able to produce any figures to show that MC/S is significantly better than symmetric active dm-multipath to an iSCSI target, but if you have them, please publish them.

Hiding something from the upper layers which the upper layers could do
equally well themselves is what's considered wrong: it adds code bloat
with no tangible benefit.

James




- : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux