]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Don't lie to systemd about mdadm's status.
authorNeilBrown <neilb@suse.de>
Thu, 1 Aug 2013 04:04:07 +0000 (14:04 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 1 Aug 2013 04:04:07 +0000 (14:04 +1000)
commit879982efa90c8cf6b7afc708316cf47c4247bfe3
tree16f986286293f83ddc1bd0afd42e3eefb3783fd9
parent84d11e6c6a3b827b2daa32e16303235ce33d49f5
Don't lie to systemd about mdadm's status.

Telling systemd that mdadm was started from the initrd
is often a lie and never necessary.  Now that the reshape monitoring
thread handles SIGTERM gracefully it is OK for system to kill
and mdadm that it finds running.

mdmon still have a bit of a question mark over it so I won't remove
the '@' from there just yet.

Signed-off-by: NeilBrown <neilb@suse.de>
mdadm.c