]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
DDF test: make sure mdmon isn't started by systemd
authormwilck@arcor.de <mwilck@arcor.de>
Sat, 14 Sep 2013 20:47:11 +0000 (22:47 +0200)
committerNeilBrown <neilb@suse.de>
Wed, 16 Oct 2013 04:29:42 +0000 (15:29 +1100)
For testing we usually want the locally built mdmon, not the
one systemd prefers.

Signed-off-by: NeilBrown <neilb@suse.de>
tests/env-ddf-template

index aa57fab4bf2745c63f46d46a63f1e2e22067c49b..a607c10a806314f9b0620ce4d9f0532a563cc0c5 100644 (file)
@@ -104,3 +104,6 @@ member1=/dev/md/vol1
 member2=/dev/md/vol2
 member3=/dev/md/vol3
 member4=/dev/md/vol4
+
+# We don't want systemd to start system mdmon; start our own
+export MDADM_NO_SYSTEMCTL=1