For testing we usually want the locally built mdmon, not the one systemd prefers. --- tests/env-ddf-template | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/tests/env-ddf-template b/tests/env-ddf-template index aa57fab..a607c10 100644 --- a/tests/env-ddf-template +++ b/tests/env-ddf-template @@ -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 -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html