* Bug in multipath code (Linux 2.6.x) ?
@ 2004-04-07 18:33 Dominik Kubla
2004-04-07 22:37 ` Neil Brown
0 siblings, 1 reply; 8+ messages in thread
From: Dominik Kubla @ 2004-04-07 18:33 UTC (permalink / raw)
To: neilb; +Cc: linux-raid, khoddam
Hi Neil,
It appears to me as if there might be a bug in the multipath code since
it is impossible to activate the multipath device properly. It doesn't
matter if one uses raidtools or mdadm. Every time i try to activate the
mp devices, the system complains about not being able to access the
drive. The result is a mp device with just one path.
Hardware configuration:
Sun Fire v65x with two LSI Logic FC-HBA's connected to two disjunct
switched fabrics.
Fabric switches are four Brocade Silkwork 3600 and storage devices are
two Adv. Unibyte JBODs.
Software configuration:
Debian GNU/Linux (unstable) with kernel 2.6.4.
Two disks are setup up as individual mp devices with a RAID1 on top of
the two mp devices.
I don't have the exact error message at the moment, but can supply it in
case it is needed.
Regards,
Dominik Kubla
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bug in multipath code (Linux 2.6.x) ?
2004-04-07 18:33 Bug in multipath code (Linux 2.6.x) ? Dominik Kubla
@ 2004-04-07 22:37 ` Neil Brown
2004-04-10 8:11 ` Dominik Kubla
0 siblings, 1 reply; 8+ messages in thread
From: Neil Brown @ 2004-04-07 22:37 UTC (permalink / raw)
To: Dominik Kubla; +Cc: linux-raid, khoddam
On Wednesday April 7, kubla@uni-mainz.de wrote:
> Hi Neil,
>
> It appears to me as if there might be a bug in the multipath code since
> it is impossible to activate the multipath device properly. It doesn't
> matter if one uses raidtools or mdadm. Every time i try to activate the
> mp devices, the system complains about not being able to access the
> drive. The result is a mp device with just one path.
It wouldn't surprise me if there was a bug in the multipath code.
I have no hardware to test it on and little interest in it. I'm happy
to fix obvious bugs and I try not to break it with other changes in
md, but beyond that I just leave it alone.
I can do a simple test using two loopback devices on the same file as
the two paths and that seems to work OK, so there is probably some
interesting interaction with your particular hardware and it's driver.
So, if you can get good error messages and try to figure out what is
actually happening, then I'm happy to look at fixing it, but without
lots of details, there isn't much I can do.
NeilBrown
>
> Hardware configuration:
>
> Sun Fire v65x with two LSI Logic FC-HBA's connected to two disjunct
> switched fabrics.
> Fabric switches are four Brocade Silkwork 3600 and storage devices are
> two Adv. Unibyte JBODs.
>
> Software configuration:
>
> Debian GNU/Linux (unstable) with kernel 2.6.4.
> Two disks are setup up as individual mp devices with a RAID1 on top of
> the two mp devices.
>
> I don't have the exact error message at the moment, but can supply it in
> case it is needed.
>
> Regards,
> Dominik Kubla
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bug in multipath code (Linux 2.6.x) ?
2004-04-07 22:37 ` Neil Brown
@ 2004-04-10 8:11 ` Dominik Kubla
2004-04-13 8:04 ` Lars Marowsky-Bree
0 siblings, 1 reply; 8+ messages in thread
From: Dominik Kubla @ 2004-04-10 8:11 UTC (permalink / raw)
To: Neil Brown; +Cc: Dominik Kubla, linux-raid, khoddam
On Thursday 08 April 2004 00:37, Neil Brown wrote:
> It wouldn't surprise me if there was a bug in the multipath code.
> I have no hardware to test it on and little interest in it. I'm happy
> to fix obvious bugs and I try not to break it with other changes in
> md, but beyond that I just leave it alone.
Understandable. Maybe the Linux SAN-Alliance should sponsor you a couple of
HBAs and a JBOD... ;-)
> I can do a simple test using two loopback devices on the same file as
> the two paths and that seems to work OK, so there is probably some
> interesting interaction with your particular hardware and it's driver.
Yes, that could get messy: FC-HBA <-> SCSI layer <-> MD driver
> So, if you can get good error messages and try to figure out what is
> actually happening, then I'm happy to look at fixing it, but without
> lots of details, there isn't much I can do.
I'll get you the correct error messages next week and i will try to work my
way through the multipath code to understand what it's doing. Unfortunately
it some years since i did serious work on the kernel internals, so i will
most likely need to get a feel of what's changed.
Regards,
Dominik Kubla
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bug in multipath code (Linux 2.6.x) ?
2004-04-10 8:11 ` Dominik Kubla
@ 2004-04-13 8:04 ` Lars Marowsky-Bree
0 siblings, 0 replies; 8+ messages in thread
From: Lars Marowsky-Bree @ 2004-04-13 8:04 UTC (permalink / raw)
To: Dominik Kubla, Neil Brown; +Cc: Dominik Kubla, linux-raid, khoddam
On 2004-04-10T10:11:58,
Dominik Kubla <dominik.kubla@uni-mainz.de> said:
> Understandable. Maybe the Linux SAN-Alliance should sponsor you a couple of
> HBAs and a JBOD... ;-)
A lot of work has gone into the Device-Mapper multipath target in 2.6;
maybe you should look at that one.
Sincerely,
Lars Marowsky-Brée <lmb@suse.de>
--
High Availability & Clustering \ ever tried. ever failed. no matter.
SUSE Labs | try again. fail again. fail better.
Research & Development, SUSE LINUX AG \ -- Samuel Beckett
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: Bug in multipath code (Linux 2.6.x) ?
@ 2004-04-13 10:46 Dominik Kubla
2004-04-14 11:09 ` Jure Pecar
0 siblings, 1 reply; 8+ messages in thread
From: Dominik Kubla @ 2004-04-13 10:46 UTC (permalink / raw)
To: Lars Marowsky-Bree, Neil Brown; +Cc: linux-raid, khoddam
Unfortunately very little effort seems to be spent on documenting the features of device-mapper and how to use them. I originally intended to use DM, but since i could not find any information on how to configure mirrored multipath devices i decided against it.
What is the word on MD and DM? I miss some sort of road map and a general overview (preferrably with executive summary). (I am willing to write one if i can find/get the necessary information.)
Regards,
Dominik
-----Original Message-----
From: Lars Marowsky-Bree [mailto:lmb@suse.de]
Sent: Tuesday, April 13, 2004 10:04 AM
To: Dominik Kubla; Neil Brown
Cc: Dominik Kubla; linux-raid@vger.kernel.org; khoddam@netz.klinik.uni-mainz.de
Subject: Re: Bug in multipath code (Linux 2.6.x) ?
On 2004-04-10T10:11:58,
Dominik Kubla <dominik.kubla@uni-mainz.de> said:
> Understandable. Maybe the Linux SAN-Alliance should sponsor you a
> couple of HBAs and a JBOD... ;-)
A lot of work has gone into the Device-Mapper multipath target in 2.6; maybe you should look at that one.
Sincerely,
Lars Marowsky-Brée <lmb@suse.de>
--
High Availability & Clustering \ ever tried. ever failed. no matter.
SUSE Labs | try again. fail again. fail better.
Research & Development, SUSE LINUX AG \ -- Samuel Beckett
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bug in multipath code (Linux 2.6.x) ?
2004-04-13 10:46 Dominik Kubla
@ 2004-04-14 11:09 ` Jure Pecar
0 siblings, 0 replies; 8+ messages in thread
From: Jure Pecar @ 2004-04-14 11:09 UTC (permalink / raw)
To: linux-raid
On Tuesday 13 of April 2004 12:46, Dominik Kubla wrote:
> Unfortunately very little effort seems to be spent on documenting the
> features of device-mapper and how to use them. I originally intended to use
> DM, but since i could not find any information on how to configure mirrored
> multipath devices i decided against it.
>
> What is the word on MD and DM? I miss some sort of road map and a general
> overview (preferrably with executive summary). (I am willing to write one
> if i can find/get the necessary information.)
Take a look at EVMS then. (http://evms.sf.net)
It has excellent documentation and a roadmap as well ;)
--
Jure Pečar
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* Bug in multipath code (Linux 2.6.x) ?
@ 2004-04-25 22:02 christophe varoqui
2004-04-26 13:34 ` Dominik Kubla
0 siblings, 1 reply; 8+ messages in thread
From: christophe varoqui @ 2004-04-25 22:02 UTC (permalink / raw)
To: kubla; +Cc: linux-raid
> Unfortunately very little effort seems to be spent on documenting the features of device-mapper and how to use them. I originally intended to use DM, but since i could not find any information on how to configure mirrored multipath devices i decided against it.
>
> What is the word on MD and DM? I miss some sort of road map and a general overview (preferrably with executive summary). (I am willing to write one if i can find/get the necessary information.)
>
I'm quite fond of my docs on multipath with the device-mapper subsystem.
You can find them at http://christophe.varoqui.free.fr
Hope it helps.
regards,
cvaroqui
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bug in multipath code (Linux 2.6.x) ?
2004-04-25 22:02 christophe varoqui
@ 2004-04-26 13:34 ` Dominik Kubla
0 siblings, 0 replies; 8+ messages in thread
From: Dominik Kubla @ 2004-04-26 13:34 UTC (permalink / raw)
To: christophe.varoqui; +Cc: linux-raid
christophe varoqui wrote:
>>Unfortunately very little effort seems to be spent on documenting the features of device-mapper and how to use them. I originally intended to use DM, but since i could not find any information on how to configure mirrored multipath devices i decided against it.
>>
>>What is the word on MD and DM? I miss some sort of road map and a general overview (preferrably with executive summary). (I am willing to write one if i can find/get the necessary information.)
>>
>
> I'm quite fond of my docs on multipath with the device-mapper subsystem.
> You can find them at http://christophe.varoqui.free.fr
>
> Hope it helps.
>
> regards,
> cvaroqui
>
Excellent! Thanks a lot!
Dominik
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-04-26 13:34 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-07 18:33 Bug in multipath code (Linux 2.6.x) ? Dominik Kubla
2004-04-07 22:37 ` Neil Brown
2004-04-10 8:11 ` Dominik Kubla
2004-04-13 8:04 ` Lars Marowsky-Bree
-- strict thread matches above, loose matches on Subject: below --
2004-04-13 10:46 Dominik Kubla
2004-04-14 11:09 ` Jure Pecar
2004-04-25 22:02 christophe varoqui
2004-04-26 13:34 ` Dominik Kubla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).