From: Jes Sorensen <Jes.Sorensen@redhat.com>
To: Mike Lovell <mlovell@bluehost.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: [PATCH 0/2] Fixes for lots of arrays
Date: Wed, 01 Jun 2016 21:00:04 -0400 [thread overview]
Message-ID: <wrfjeg8g9zhn.fsf@redhat.com> (raw)
In-Reply-To: <CAK9wOaA0RaH7yPH83D2BxOLq41d3rC9Ck5E5nNauekSYkOZAng@mail.gmail.com> (Mike Lovell's message of "Tue, 31 May 2016 11:33:52 -0600")
Mike Lovell <mlovell@bluehost.com> writes:
> ping. its been about 2 week since i posted these. just following up on it.
Hi,
I think you sent it while I was traveling - I'll try to get to it within
the next couple of days.
Thanks for the reminder.
Jes
>
> 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-06-02 1:00 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 ` [PATCH 0/2] Fixes for lots of arrays Mike Lovell
2016-06-02 1:00 ` Jes Sorensen [this message]
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=wrfjeg8g9zhn.fsf@redhat.com \
--to=jes.sorensen@redhat.com \
--cc=linux-raid@vger.kernel.org \
--cc=mlovell@bluehost.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.