From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Jean Delvare <jdelvare@suse.de>
Cc: linux-scsi@vger.kernel.org, Kurt Garloff <garloff@suse.de>,
Hannes Reinecke <hare@suse.de>
Subject: Re: [PATCH] Add BLIST_REPORTLUN2 to EMC SYMMETRIX
Date: Wed, 01 Jul 2009 19:33:32 +0000 [thread overview]
Message-ID: <1246476812.3894.56.camel@mulgrave.site> (raw)
In-Reply-To: <200907012018.13695.jdelvare@suse.de>
On Wed, 2009-07-01 at 20:18 +0200, Jean Delvare wrote:
> From: Kurt Garloff <garloff@suse.de>
>
> All EMC SYMMETRIX support REPORT_LUNS, even if configured to report
> SCSI-2 for whatever reason.
>
> Signed-off-by: Kurt Garloff <garloff@suse.de>
> Signed-off-by: Hannes Reinecke <hare@suse.de>
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> ---
> We have this fix in our SLES10 kernel for over a year now, I guess
> it's about time to get it upstream so that everyone benefits.
>
> Patch already sent on:
> * 2009-05-29
The SCSI mailing list doesn't find it.
> drivers/scsi/scsi_devinfo.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- root.orig/drivers/scsi/scsi_devinfo.c
> +++ root/drivers/scsi/scsi_devinfo.c
> @@ -152,7 +152,7 @@ static struct {
> {"DGC", "RAID", NULL, BLIST_SPARSELUN}, /* Dell PV 650F, storage on LUN 0 */
> {"DGC", "DISK", NULL, BLIST_SPARSELUN}, /* Dell PV 650F, no storage on LUN 0 */
> {"EMC", "Invista", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
> - {"EMC", "SYMMETRIX", NULL, BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN},
> + {"EMC", "SYMMETRIX", NULL, BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_REPORTLUN2},
You don't actually need SPARSE or LARGELUN ... that's implied by
REPORTLUN2, so only REPORTLUN2 is needed here.
> {"EMULEX", "MD21/S2 ESDI", NULL, BLIST_SINGLELUN},
> {"easyRAID", "16P", NULL, BLIST_NOREPORTLUN},
> {"easyRAID", "X6P", NULL, BLIST_NOREPORTLUN},
James
next parent reply other threads:[~2009-07-01 19:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200907012018.13695.jdelvare@suse.de>
2009-07-01 19:33 ` James Bottomley [this message]
2009-07-01 19:42 ` [PATCH] Add BLIST_REPORTLUN2 to EMC SYMMETRIX Kurt Garloff
2009-07-02 14:38 ` berthiaume_wayne
2009-07-02 15:35 ` James Bottomley
2009-07-02 8:23 ` Jean Delvare
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=1246476812.3894.56.camel@mulgrave.site \
--to=james.bottomley@hansenpartnership.com \
--cc=garloff@suse.de \
--cc=hare@suse.de \
--cc=jdelvare@suse.de \
--cc=linux-scsi@vger.kernel.org \
/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