public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Austin Gonyou <austin@coremetrics.com>
To: CSG Support <csgsupport@qlogic.com>,
	tbelcher@uniquedigital.com, ssaqr@uniquedigital.com
Cc: linux-kernel@vger.kernel.org
Subject: RE: QLogic Linux failover/Load Balancing ER0000000020860
Date: 05 Oct 2002 19:09:26 -0500	[thread overview]
Message-ID: <1033862965.27451.51.camel@UberGeek.coremetrics.com> (raw)
In-Reply-To: <41EBA11203419D4CA8EB4C6140D8B4017CD8EE@AVEXCH01.qlogic.org>

The latest driver does not load balance with STK D178 array either.

I've discovered why, but I'm not sure which direction to take with
helping out to get better closure/resolution with this.


The cause of the problem is that the QLogic driver doesn't to
transparent LUN masking it seems. The reason this is a problem, is that
when the LSI/StoragTEK controllers present their luns, AVT is enabled.
This causes LUN "ghosting" down each path from the storage to the HBAs.
This becomes a problem because when the Linux Driver is told to perform
load balancing via static bindings, the LUNs are now out of order.
(whether LUN ghosting is happening or not). 

This is where transparent LUN masking would solve this problem. 

Example:
HBA0 is told it's only allowed to address the even numbered volumes.
HBA1 is told it's only allowed to address the odd-numberd volumes. 

When this happens, the driver can see all the volumes, and names them
0:0:0:0-16(or whatever the last number is) for HBA0, and then
1:0:0:0-16(or whatever thelast number is). But, the OS is not shown
that, it sees the real LUN numbers as presented by the storage.
(0,2,4,6,8,10,etc) 

Linux is not allowed to address LUNs out of sequence, so searching for
further LUN numbers stops after 0, since 2 is the next one. 

Is there a way to resolve this, either at the driver level, IMHO the
place it *should* happen. At the storage level, the place that it could
also happen, or in the Kernel?

For the time being, I'm using a temporary load balanced setup for
performance reasons since we just extended our two primary loops from 1
tray each, to 3 and 4 trays. Please advise ASAP, as in this
configuration, we cannot fail-over. 

TIA
-- 
Austin Gonyou <austin@coremetrics.com>
Systems Architect
Coremetrics, Inc.
Cel: 512-698-7250

       reply	other threads:[~2002-10-06  0:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <41EBA11203419D4CA8EB4C6140D8B4017CD8EE@AVEXCH01.qlogic.org>
2002-10-06  0:09 ` Austin Gonyou [this message]
2002-10-06  3:18   ` QLogic Linux failover/Load Balancing ER0000000020860 GrandMasterLee
2002-10-06 10:19     ` jbradford
2002-10-06 10:31       ` GrandMasterLee
2002-10-06 11:03         ` jbradford
2002-10-06 12:26           ` Michael Clark
2002-10-06 19:40             ` GrandMasterLee
2002-10-06 23:14               ` GrandMasterLee
2002-10-07  4:54                 ` GrandMasterLee
2002-10-07  5:15                   ` Michael Clark
2002-10-07  5:24                     ` GrandMasterLee
2002-10-06  7:58   ` Lars Marowsky-Bree
2002-10-07 16:32     ` Austin Gonyou
2002-10-06 15:45 James Bottomley
2002-10-06 19:46 ` GrandMasterLee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1033862965.27451.51.camel@UberGeek.coremetrics.com \
    --to=austin@coremetrics.com \
    --cc=csgsupport@qlogic.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ssaqr@uniquedigital.com \
    --cc=tbelcher@uniquedigital.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox