From: Jes Sorensen <Jes.Sorensen@redhat.com>
To: Song Liu <songliubraving@fb.com>
Cc: linux-raid@vger.kernel.org, yizhan@redhat.com, Shaohua Li <shli@fb.com>
Subject: Re: [PATCH] mdadm: put journal device in right place of --detail
Date: Fri, 12 Aug 2016 10:59:41 -0400 [thread overview]
Message-ID: <wrfjoa4y823m.fsf@redhat.com> (raw)
In-Reply-To: <1470960853-2859579-1-git-send-email-songliubraving@fb.com> (Song Liu's message of "Thu, 11 Aug 2016 17:14:13 -0700")
Song Liu <songliubraving@fb.com> writes:
> When there is failed HDDs, journal device showed in wrong place
> of --detail:
>
> Number Major Minor RaidDevice State
> 4 8 24 - journal /dev/sdb8
> 1 8 18 1 active sync /dev/sdb2
> 2 8 19 2 active sync /dev/sdb3
> 3 8 21 3 active sync /dev/sdb5
>
> 0 8 17 - faulty /dev/sdb1
>
> This patch fixed the output as:
>
> Number Major Minor RaidDevice State
> - 0 0 0 removed
> 1 8 18 1 active sync /dev/sdb2
> 2 8 19 2 active sync /dev/sdb3
> 3 8 21 3 active sync /dev/sdb5
>
> 0 8 17 - faulty /dev/sdb1
> 4 8 24 - journal /dev/sdb8
>
> Reported-by: Yi Zhang <yizhan@redhat.com>
> Signed-off-by: Song Liu <songliubraving@fb.com>
> Signed-off-by: Shaohua Li <shli@fb.com>
> ---
> Detail.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied, thanks!
Jes
PS: If you CC me directly in mdadm patches I am likely to see them
faster, ie. before I get to the linux-raid list.
prev parent reply other threads:[~2016-08-12 14:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-12 0:14 [PATCH] mdadm: put journal device in right place of --detail Song Liu
2016-08-12 14:59 ` Jes Sorensen [this message]
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=wrfjoa4y823m.fsf@redhat.com \
--to=jes.sorensen@redhat.com \
--cc=linux-raid@vger.kernel.org \
--cc=shli@fb.com \
--cc=songliubraving@fb.com \
--cc=yizhan@redhat.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.