]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdmon: honour --offroot, again
authormwilck@arcor.de <mwilck@arcor.de>
Wed, 11 Sep 2013 20:15:19 +0000 (22:15 +0200)
committerNeilBrown <neilb@suse.de>
Thu, 12 Sep 2013 05:41:45 +0000 (15:41 +1000)
commit5d79c72e16b32d7d6d0f535348286a7f2a966092
tree285e8287b9eac570c6af05fafd01a164bd072bdd
parentb95cb4b9d88c8adf2adb7f2efef3ae3f72b27b8e
mdmon: honour --offroot, again

commit 3e32ba9d removed support for --offroot, and a9c15847 made
mdmon use @ in argv[0] only when started from initrd.

This breaks mdadm in OpenSUSE 12.3, which starts mdmon from the
root file system and relies on --offroot to work as documented earlier.

Reintroducing --offroot as an undocumented option, as its use is going to
go away soon anyway.

If this can't be applied, it should probably be included as distro-specific
patch if mdadm 3.3 is built for OpenSUSE 12.3. I haven't checked if the
patch is necesary for OpenSUSE Factory, too.

Signed-off-by: Martin Wilck <mwilck@arcor.de>
Signed-off-by: NeilBrown <neilb@suse.de>
mdmon.c