All of lore.kernel.org
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: Phillip Susi <psusi@ubuntu.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: [md PATCH 00/10] md patches for 3.5: RAID10 reshape
Date: Sat, 1 Mar 2014 18:03:35 +1100	[thread overview]
Message-ID: <20140301180335.3cb5de75@notabene.brown> (raw)
In-Reply-To: <53116B4E.50306@ubuntu.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sat, 01 Mar 2014 00:08:30 -0500 Phillip Susi <psusi@ubuntu.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
> 
> On 04/03/2012 01:53 AM, NeilBrown wrote:
> > The following patches are now in my queue for 3.5. (I may add some
> > more, but to avoid patch-bombing I sending these now as I think
> > they are ready).
> > 
> > This is all about reshaping arrays and particularly RAID10.
> 
> I was wondering what the current status of this patch set is?  It
> looks like this patch did get merged into the kernel, but mdadm does
> not yet support reshaping raid10?  Does that mean that adding a drive
> to a raid10 can be done by manually fiddling with sysfs?
> 

Why do you think mdadm doesn't yet support reshaping raid10?

commit 19ceb16dafb7df98ff90298008d4488dc93b370a
Author: NeilBrown <neilb@suse.de>
Date:   Thu Oct 4 16:34:21 2012 +1000

    Grow: add raid10 reshape.
 

$ git describe --contains 19ceb16dafb7df98ff90298008d4488dc93b370a
mdadm-3.3-rc1~192


So mdadm-3.3 and later should do what you want.

NeilBrown
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQIVAwUBUxGGRznsnt1WYoG5AQLj3A//YXEEDqKHvfwCS+VBPoIBiHoPCcjC9iPf
R6JWZrnXi9W1Xtb+ElHPO3dTwfIDS12YBF6t8QROUee6oiPM8syAVOxGqnxdHs6n
wQhPnat3xIDpc9erkkMhVxhcRm3Qt6ksdsbP8Hp4Btrph0n2tNBrZzYbgdlmksjH
fn79vyolUiapiBlOrm6fLffFnQRREjnQyo78wr0e1R9Cucmt2VTvhkyzYOtaiI09
P84OBHEYFBidam3wii5FrizU7DHoFVHs5CjJ7jrRSgk4hUggUGyBDkfQeaUJNmXW
W0oCO5SJAXdfBUT5Yyf9Ni04pbfST7hiVOk4UH9LPjzQoCrULdu6brn7Mcm7m3vc
4Rly3vU8RqMkLYXpJyanq/OHNx82IGQqgPeYpM4y43LJ3Jk5ZVHKA1I3sFCBOROC
q2ivJtgHQVaL4LMrXbfnZlaKaCTry02ed0nNzJXoPlRet2I4XLy2U5WjCVf+lH7I
eWRNjeN6jCb3liKw5Nzip+ZGdwPddmJco552+6HxyL69dApX1uU+/zyvkc+s+G+z
a1D0pI87DaD4bHSiqy8i2YOiqhVBdxrw4mVcBkoZWbbyaG+QTHVNwHs0xxEW6ATZ
a/pCFhgr1gUCAkcdVIsdx8BEPW+HRbNT4L9xOagLdKzFQaO36ouR2I0U4BeKfZVG
VMEyoU0LvTY=
=bEE5
-----END PGP SIGNATURE-----

  reply	other threads:[~2014-03-01  7:03 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-03  5:53 [md PATCH 00/10] md patches for 3.5: RAID10 reshape NeilBrown
2012-04-03  5:53 ` [md PATCH 06/10] md: teach sync_page_io about new_data_offset NeilBrown
2012-04-03  5:53 ` [md PATCH 01/10] md: allow a reshape operation to be reversed NeilBrown
2012-10-01  9:11   ` Roman Mamedov
2012-10-01 10:15   ` Roman Mamedov
2012-10-02  2:41     ` NeilBrown
2012-04-03  5:53 ` [md PATCH 02/10] md: add possibility to change data-offset for devices NeilBrown
2012-04-03  5:53 ` [md PATCH 04/10] md/raid5: allow for change in data_offset while managing a reshape NeilBrown
2012-04-03  5:53 ` [md PATCH 03/10] md/raid5: Use correct data_offset for all IO NeilBrown
2012-04-03  5:53 ` [md PATCH 05/10] md/raid10: collect some geometry fields into a dedicated structure NeilBrown
2012-04-03  5:53 ` [md PATCH 09/10] md/raid10: split out interpretation of layout to separate function NeilBrown
2012-04-03  5:53 ` [md PATCH 10/10] md/raid10: add reshape support NeilBrown
2012-04-03  5:53 ` [md PATCH 08/10] md/raid10: Introduce 'prev' geometry to support reshape NeilBrown
2012-04-03  5:53 ` [md PATCH 07/10] md: use resync_max_sectors for reshape as well as resync NeilBrown
2014-03-01  5:08 ` [md PATCH 00/10] md patches for 3.5: RAID10 reshape Phillip Susi
2014-03-01  7:03   ` NeilBrown [this message]
2014-03-01 19:33     ` Phillip Susi

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=20140301180335.3cb5de75@notabene.brown \
    --to=neilb@suse.de \
    --cc=linux-raid@vger.kernel.org \
    --cc=psusi@ubuntu.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 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.