All of lore.kernel.org
 help / color / mirror / Atom feed
From: Harald Hoyer <harald.hoyer-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Michal Soltys <soltys-R61QfzASbfY@public.gmane.org>
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [RFC 0/6] Update 90mdraid
Date: Thu, 22 Sep 2011 15:45:41 +0200	[thread overview]
Message-ID: <4E7B3C05.9060905@gmail.com> (raw)
In-Reply-To: <1315261048-19544-1-git-send-email-soltys-R61QfzASbfY@public.gmane.org>

On 06.09.2011 00:17, Michal Soltys wrote:
> This is a set of patches simplifying mdraid module, with a few fixes along the way.
> 
> 1)	90mdraid: adjust stock mdadm udev rules
> 2)	90(md|dm)raid: recognize ddf container
> 3)	90mdraid: containers are not runnable
> 4)	90mdraid: fix/adjust mdraid-cleanup
> 5)	90mdraid: fix/adjust force-run script
> 6)	90mdraid: fix/adjust 65-md* rules and related scripts
> 
> First 4 patches are pretty simple and could likely go in. In particular, 1st
> one has a fix for stock mdadm rules, which originally cause unconditional
> incremental assembly of all native+imsm components.
> 
> #4 - I'm still not sure, why exactly raid cleanup was called twice.
> 
> #5 and #6 are main part with more changes resulting with, subjecitvely,
> cleaner and shorter code. All the details and rationale are in respective
> commit messages.
> 
> It looks solid, but it's still work in progress and requires some
> testing. Comment if you have any objections or questions.
> 
> For convenience, it can be also pulled from:
>   git://git.hasevolq.net/dracut.git mdraid-fix-v1
> 
> 
> Michal Soltys (6):
>   90mdraid: adjust stock mdadm udev rules
>   90(md|dm)raid: recognize ddf container
>   90mdraid: containers are not runnable
>   90mdraid: fix/adjust mdraid-cleanup
>   90mdraid: fix/adjust force-run script
>   90mdraid: fix/adjust 65-md* rules and related scripts
> 
>  dracut.kernel.7.xml                             |    6 ++
>  modules.d/90dmraid/61-dmraid-imsm.rules         |    1 +
>  modules.d/90dmraid/parse-dm.sh                  |    4 +
>  modules.d/90mdraid/65-md-incremental-imsm.rules |   92 ++++++----------------
>  modules.d/90mdraid/md-noddf.sh                  |    5 +
>  modules.d/90mdraid/md-noimsm.sh                 |    2 +-
>  modules.d/90mdraid/md_finished.sh               |    9 --
>  modules.d/90mdraid/mdadm_auto.sh                |    2 +-
>  modules.d/90mdraid/mdcontainer_start.sh         |   12 ---
>  modules.d/90mdraid/mdraid-cleanup.sh            |   30 ++++---
>  modules.d/90mdraid/mdraid_start.sh              |   52 ++++++++-----
>  modules.d/90mdraid/module-setup.sh              |   15 +++-
>  modules.d/90mdraid/parse-md.sh                  |   15 +++-
>  13 files changed, 114 insertions(+), 131 deletions(-)
>  create mode 100755 modules.d/90mdraid/md-noddf.sh
>  delete mode 100755 modules.d/90mdraid/md_finished.sh
>  delete mode 100755 modules.d/90mdraid/mdcontainer_start.sh
> 


pushed to temporary git: http://git.surfsite.org/dracut.git

      parent reply	other threads:[~2011-09-22 13:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-05 22:17 [RFC 0/6] Update 90mdraid Michal Soltys
     [not found] ` <1315261048-19544-1-git-send-email-soltys-R61QfzASbfY@public.gmane.org>
2011-09-05 22:17   ` [RFC 1/6] 90mdraid: adjust stock mdadm udev rules Michal Soltys
2011-09-05 22:17   ` [RFC 2/6] 90(md|dm)raid: recognize ddf container Michal Soltys
2011-09-05 22:17   ` [RFC 3/6] 90mdraid: containers are not runnable Michal Soltys
2011-09-05 22:17   ` [RFC 4/6] 90mdraid: fix/adjust mdraid-cleanup Michal Soltys
2011-09-05 22:17   ` [RFC 5/6] 90mdraid: fix/adjust force-run script Michal Soltys
2011-09-05 22:17   ` [RFC 6/6] 90mdraid: fix/adjust 65-md* rules and related scripts Michal Soltys
2011-09-09 20:02   ` question - minimal mdadm version Michal Soltys
2011-09-10 23:33   ` [RFC 0/6] Update 90mdraid Michal Soltys
2011-09-22 13:45   ` Harald Hoyer [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=4E7B3C05.9060905@gmail.com \
    --to=harald.hoyer-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=soltys-R61QfzASbfY@public.gmane.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 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.