From: Mike Lovell <mlovell@bluehost.com>
To: linux-raid@vger.kernel.org, Jes Sorensen <Jes.Sorensen@redhat.com>
Subject: Re: [PATCH 0/2] Fixes for lots of arrays
Date: Tue, 31 May 2016 11:33:52 -0600 [thread overview]
Message-ID: <CAK9wOaA0RaH7yPH83D2BxOLq41d3rC9Ck5E5nNauekSYkOZAng@mail.gmail.com> (raw)
In-Reply-To: <1463595794-17045-1-git-send-email-mlovell@bluehost.com>
ping. its been about 2 week since i posted these. just following up on it.
mike
On Wed, May 18, 2016 at 12:23 PM, Mike Lovell <mlovell@bluehost.com> wrote:
> This patch series fixes two issues around having more than 127 arrays on a
> system. The first one fixes an issue with using a dev_t as int and the
> number going negative when the array number would be larger than 2<<19. This
> would happen when more than 128 arrays were created on the system without
> creating the arrays by name. Manually specifying the large number would also
> fail.
>
> The second patch changes find_free_devnm in mdopen.c to use go to (2<<9)-1
> after 128 arrays have been created. Newer versions of the kernel don't allow
> the user to specify an array number than 511 so mdadm shouldn't automatically
> choose a bigger number. There was discussion about checking for new_array
> in /sys/module/md_mod/parameters on the list but that parameter has been in
> the kernel since 2.6.29. Any kernel from the last 7 years would still be
> limited by the check so it probably isn't worth a special case.
>
> Mike Lovell (2):
> Use dev_t for devnm2devid and devid2devnm
> Change behavior in find_free_devnm when wrapping around.
>
> Detail.c | 4 ++--
> Grow.c | 2 +-
> lib.c | 2 +-
> mapfile.c | 2 +-
> mdadm.h | 4 ++--
> mdopen.c | 6 +++---
> util.c | 6 +++---
> 7 files changed, 13 insertions(+), 13 deletions(-)
>
> --
> 1.9.1
>
next prev parent reply other threads:[~2016-05-31 17:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-18 18:23 [PATCH 0/2] Fixes for lots of arrays Mike Lovell
2016-05-18 18:23 ` [PATCH 1/2] Use dev_t for devnm2devid and devid2devnm Mike Lovell
2016-05-18 18:23 ` [PATCH 2/2] Change behavior in find_free_devnm when wrapping around Mike Lovell
2016-05-31 17:33 ` Mike Lovell [this message]
2016-06-02 1:00 ` [PATCH 0/2] Fixes for lots of arrays Jes Sorensen
2016-06-03 19:37 ` Jes Sorensen
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=CAK9wOaA0RaH7yPH83D2BxOLq41d3rC9Ck5E5nNauekSYkOZAng@mail.gmail.com \
--to=mlovell@bluehost.com \
--cc=Jes.Sorensen@redhat.com \
--cc=linux-raid@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;
as well as URLs for NNTP newsgroup(s).