All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: RE: RAID5 compatibility.
@ 2008-02-27 16:59 silentphoebus
  2008-02-27 17:32 ` Wood, Brian J
  0 siblings, 1 reply; 4+ messages in thread
From: silentphoebus @ 2008-02-27 16:59 UTC (permalink / raw)
  To: dm-devel

Thank you for your answer.
I can't manage the raid5 to work,
here are what what i do :

dmraid -s give me :
*** Group superset isw_hdaagdcbc
--> Subset
name   : isw_hdaagdcbc_RAID5
size   : 1465177344
stride : 128
type   : raid5_la
status : ok
subsets: 0
devs   : 4
spares : 0

dmraid -tay give me :
isw_hdaagdcbc_RAID5: 0 1465177344 raid45 core 2 131072 nosync raid5_la 1 128 4 -1 /dev/sda 0 /dev/sdb 0 /dev/sdc 0 /dev/sde 0

and dmraid -ay give me :
ERROR: device-mapper target type "raid45" not in kernel
and the /dev/mapper/ show only the control file.

i have try with the from the cvs tree and the current tools.
i use the latest kernel with raid456 compiled as modules and loaded.

What should i do to make the raid5 work.
Thank you very much.
> 
> 
> > Message du 26/02/08 à 10h00
> > De : "Cetnerowski, Adam" <adam.cetnerowski@intel.com>
> > A : silentphoebus@voila.fr, "device-mapper development" <dm-devel@redhat.com>
> > Copie à : 
> > Objet : RE: [dm-devel] RAID5 compatibility.
> > 
> > 
> > 
> > > -----Original Message-----
> > > From: dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com]
> > On > Behalf Of silentphoebus
> > > Sent: Monday, February 25, 2008 8:07 PM
> > > To: dm-devel@redhat.com
> > > Subject: [dm-devel] RAID5 compatibility.
> > >
> > > Hi all,
> > > i found a lot of informations on the internet for intel software raid5
> > > with ICH controler.
> > > So, the best is maybe to ask here.
> > > Is it compatible with the dmraid mapper or not ?
> > > Thank you for taking time to read.
> > 
> > Hi,
> > 
> > The software RAID 5 does indeed use device mapper. I would like to note
> > that at the moment it is in the experimental stage, while we work on
> > some of the features.
> > 
> > Adam Cetnerowski
> > Intel Technology Poland
> > 
> >

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: RE: RAID5 compatibility.
  2008-02-27 16:59 RE: RAID5 compatibility silentphoebus
@ 2008-02-27 17:32 ` Wood, Brian J
  0 siblings, 0 replies; 4+ messages in thread
From: Wood, Brian J @ 2008-02-27 17:32 UTC (permalink / raw)
  To: device-mapper development

You need to use the raid 4/5 patch from the maintainers website to have dmraid 4/5 support added. Here's the link:

http://people.redhat.com/heinzm/sw/dm/dm-raid45/dm-raid45-2.6.25-rc2_20080221.patch.bz2 

Unzip this patch using bunzip2 and apply it to your 2.6.25-rc2 kernel. Then using "make gconfig" or "make menuconfig" go into "Device Drivers->Multiple devices driver support (RAID and LVM)->Device mapper support" and select "RAID 4/5 target". 

Brian Wood
Software Engineer
Intel Corp., Manageability & Platform Software Division
brian.j.wood@intel.com

>-----Original Message-----
>From: dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com] On Behalf Of silentphoebus
>Sent: Wednesday, February 27, 2008 9:00 AM
>To: dm-devel@redhat.com
>Subject: RE: RE: [dm-devel] RAID5 compatibility.
>
>Thank you for your answer.
>I can't manage the raid5 to work,
>here are what what i do :
>
>dmraid -s give me :
>*** Group superset isw_hdaagdcbc
>--> Subset
>name   : isw_hdaagdcbc_RAID5
>size   : 1465177344
>stride : 128
>type   : raid5_la
>status : ok
>subsets: 0
>devs   : 4
>spares : 0
>
>dmraid -tay give me :
>isw_hdaagdcbc_RAID5: 0 1465177344 raid45 core 2 131072 nosync raid5_la 1 128 4 -1 /dev/sda 0
>/dev/sdb 0 /dev/sdc 0 /dev/sde 0
>
>and dmraid -ay give me :
>ERROR: device-mapper target type "raid45" not in kernel
>and the /dev/mapper/ show only the control file.
>
>i have try with the from the cvs tree and the current tools.
>i use the latest kernel with raid456 compiled as modules and loaded.
>
>What should i do to make the raid5 work.
>Thank you very much.
>>
>>
>> > Message du 26/02/08 à 10h00
>> > De : "Cetnerowski, Adam" <adam.cetnerowski@intel.com>
>> > A : silentphoebus@voila.fr, "device-mapper development" <dm-devel@redhat.com>
>> > Copie à :
>> > Objet : RE: [dm-devel] RAID5 compatibility.
>> >
>> >
>> >
>> > > -----Original Message-----
>> > > From: dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com]
>> > On > Behalf Of silentphoebus
>> > > Sent: Monday, February 25, 2008 8:07 PM
>> > > To: dm-devel@redhat.com
>> > > Subject: [dm-devel] RAID5 compatibility.
>> > >
>> > > Hi all,
>> > > i found a lot of informations on the internet for intel software raid5
>> > > with ICH controler.
>> > > So, the best is maybe to ask here.
>> > > Is it compatible with the dmraid mapper or not ?
>> > > Thank you for taking time to read.
>> >
>> > Hi,
>> >
>> > The software RAID 5 does indeed use device mapper. I would like to note
>> > that at the moment it is in the experimental stage, while we work on
>> > some of the features.
>> >
>> > Adam Cetnerowski
>> > Intel Technology Poland
>> >
>> >
>
>
>--
>dm-devel mailing list
>dm-devel@redhat.com
>https://www.redhat.com/mailman/listinfo/dm-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: RE: RAID5 compatibility.
@ 2008-02-28 19:22 silentphoebus
  2008-03-30  1:56 ` Ahmed Medhat
  0 siblings, 1 reply; 4+ messages in thread
From: silentphoebus @ 2008-02-28 19:22 UTC (permalink / raw)
  To: dm-devel

It's works now.
Thank you very much for your help all.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: RE: RAID5 compatibility.
  2008-02-28 19:22 silentphoebus
@ 2008-03-30  1:56 ` Ahmed Medhat
  0 siblings, 0 replies; 4+ messages in thread
From: Ahmed Medhat @ 2008-03-30  1:56 UTC (permalink / raw)
  To: silentphoebus, device-mapper development

Hello,

I was wondering if this new module support rebuilding/extending of a
raid5 array ?


_Thanks_

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-30  1:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-27 16:59 RE: RAID5 compatibility silentphoebus
2008-02-27 17:32 ` Wood, Brian J
  -- strict thread matches above, loose matches on Subject: below --
2008-02-28 19:22 silentphoebus
2008-03-30  1:56 ` Ahmed Medhat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.