All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 5] MD:  prepare RAID10 for inclusion in dm-raid.c
@ 2012-06-26  8:44 Jonathan Brassow
  2012-07-04  1:13 ` NeilBrown
  2012-07-06  8:40 ` CoolCold
  0 siblings, 2 replies; 4+ messages in thread
From: Jonathan Brassow @ 2012-06-26  8:44 UTC (permalink / raw)
  To: linux-raid, dm-devel; +Cc: jbrassow, neilb, agk

Neil,

Here's a couple patches that are necessary for MD before I can add
RAID10 to the list of supported personalities through dm-raid.c:
	1) md-raid10-rename-mirror_info.patch
	2) md-raid1-rename-mirror_info.patch
	3) md-move-IO_BLOCKED-to-md_h.patch
	4) md-export-md_raid10_congested.patch

I'll send the patch that enables raid10 as a separate patch that depends
on this patch set and a couple of DM patches.

 brassow



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

* Re: [PATCH 0 of 5] MD:  prepare RAID10 for inclusion in dm-raid.c
  2012-06-26  8:44 [PATCH 0 of 5] MD: prepare RAID10 for inclusion in dm-raid.c Jonathan Brassow
@ 2012-07-04  1:13 ` NeilBrown
  2012-07-06  8:40 ` CoolCold
  1 sibling, 0 replies; 4+ messages in thread
From: NeilBrown @ 2012-07-04  1:13 UTC (permalink / raw)
  To: Jonathan Brassow; +Cc: linux-raid, dm-devel, agk

[-- Attachment #1: Type: text/plain, Size: 590 bytes --]

On Tue, 26 Jun 2012 03:44:19 -0500 Jonathan Brassow <jbrassow@redhat.com>
wrote:

> Neil,
> 
> Here's a couple patches that are necessary for MD before I can add
> RAID10 to the list of supported personalities through dm-raid.c:
> 	1) md-raid10-rename-mirror_info.patch
> 	2) md-raid1-rename-mirror_info.patch
> 	3) md-move-IO_BLOCKED-to-md_h.patch
> 	4) md-export-md_raid10_congested.patch
> 
> I'll send the patch that enables raid10 as a separate patch that depends
> on this patch set and a couple of DM patches.
> 
>  brassow
> 

All 4 applied, thanks.

NeilBrown

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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

* Re: [PATCH 0 of 5] MD: prepare RAID10 for inclusion in dm-raid.c
  2012-06-26  8:44 [PATCH 0 of 5] MD: prepare RAID10 for inclusion in dm-raid.c Jonathan Brassow
  2012-07-04  1:13 ` NeilBrown
@ 2012-07-06  8:40 ` CoolCold
  2012-07-06 19:32   ` Brassow Jonathan
  1 sibling, 1 reply; 4+ messages in thread
From: CoolCold @ 2012-07-06  8:40 UTC (permalink / raw)
  To: Jonathan Brassow; +Cc: linux-raid, dm-devel, agk


[-- Attachment #1.1: Type: text/plain, Size: 982 bytes --]

On Tue, Jun 26, 2012 at 12:44 PM, Jonathan Brassow <jbrassow@redhat.com>wrote:

> Neil,
>
> Here's a couple patches that are necessary for MD before I can add
> RAID10 to the list of supported personalities through dm-raid.c:
>         1) md-raid10-rename-mirror_info.patch
>         2) md-raid1-rename-mirror_info.patch
>         3) md-move-IO_BLOCKED-to-md_h.patch
>         4) md-export-md_raid10_congested.patch
>
> I'll send the patch that enables raid10 as a separate patch that depends
> on this patch set and a couple of DM patches.
>
> Can you explain a bit more detailed for me, what is this about? I.e. from
my point of view dm-raid and md-raid and fully separated but looks like I'm
wrong and missing something.


>  brassow
>
>
> --
> 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
>



-- 
Best regards,
[COOLCOLD-RIPN]

[-- Attachment #1.2: Type: text/html, Size: 1609 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

* Re: [PATCH 0 of 5] MD: prepare RAID10 for inclusion in dm-raid.c
  2012-07-06  8:40 ` CoolCold
@ 2012-07-06 19:32   ` Brassow Jonathan
  0 siblings, 0 replies; 4+ messages in thread
From: Brassow Jonathan @ 2012-07-06 19:32 UTC (permalink / raw)
  To: CoolCold; +Cc: linux-raid, dm-devel, neilb, agk


On Jul 6, 2012, at 3:40 AM, CoolCold wrote:

> 
> 
> On Tue, Jun 26, 2012 at 12:44 PM, Jonathan Brassow <jbrassow@redhat.com> wrote:
> Neil,
> 
> Here's a couple patches that are necessary for MD before I can add
> RAID10 to the list of supported personalities through dm-raid.c:
>         1) md-raid10-rename-mirror_info.patch
>         2) md-raid1-rename-mirror_info.patch
>         3) md-move-IO_BLOCKED-to-md_h.patch
>         4) md-export-md_raid10_congested.patch
> 
> I'll send the patch that enables raid10 as a separate patch that depends
> on this patch set and a couple of DM patches.
> 
> Can you explain a bit more detailed for me, what is this about? I.e. from my point of view dm-raid and md-raid and fully separated but looks like I'm wrong and missing something.

drivers/md/dm-raid.c is a device-mapper target that provides access to the MD personalities.  So far, MD's RAID 1/4/5/6 have been made available to the device-mapper interface through this module.  We are laying the ground work here for RAID10 to be made available in the same way.

You may wish to have a look at linux/Documentation/device-mapper/dm-raid.txt for additional information.  Also note that in "[PATCH 4 of 4] MD RAID10: Export md_raid10_congested", I referenced a couple of other times that these types of changes were necessary.

Thanks,
 brassow 


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

end of thread, other threads:[~2012-07-06 19:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-26  8:44 [PATCH 0 of 5] MD: prepare RAID10 for inclusion in dm-raid.c Jonathan Brassow
2012-07-04  1:13 ` NeilBrown
2012-07-06  8:40 ` CoolCold
2012-07-06 19:32   ` Brassow Jonathan

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.