forked from pool/mdadm
702c57405a
run "mdadm --monitor" from systemd instead of init.d sciprt (bnc#849523) - remove mdadmd due to above. - udev-rules-try-mdadm-I-on-change-events.patch (bnc#851993) - policy-NULL-path-isn-t-really-acceptable-use-the-dev.patch - DDF-really-ignore-DDF-metadata-on-partitions.patch - Assemble-avoid-infinite-loop-when-auto-assembling-pa.patch - DDF-fix-detection-of-failed-devices-during-assembly.patch - Grow-fix-problems-with-prematurely-aborting-of-resha.patch - IMSM-don-t-crash-when-creating-an-array-with-missing.patch - mdmon-don-t-complain-about-notifying-parent-when-the.patch - systemd-mdmon-set-IMSM_NO_PLATFORM-1.patch - mdmon-.service-remove-over-ride-of-Standard-IO.patch Various upstream bug fixes. OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=101
25 lines
787 B
Diff
25 lines
787 B
Diff
From 1f6b069494c1ecf8014a76fb10e8c8f5f6c27365 Mon Sep 17 00:00:00 2001
|
|
From: NeilBrown <neilb@suse.de>
|
|
Date: Wed, 22 Jan 2014 12:53:31 +1100
|
|
Subject: [PATCH 13/13] mdmon@.service: remove over-ride of Standard IO.
|
|
|
|
Redirecting output to /dev/null is unnecessary and hides any error
|
|
messages there might be. So leave as defaults which are none,
|
|
journal, inherit.
|
|
|
|
Signed-off-by: NeilBrown <neilb@suse.de>
|
|
---
|
|
systemd/mdmon@.service | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
--- mdadm-3.3.orig/systemd/mdmon@.service
|
|
+++ mdadm-3.3/systemd/mdmon@.service
|
|
@@ -15,7 +15,4 @@ Before=initrd-switch-root.target
|
|
# that is mdadm's job if at all.
|
|
Environment=IMSM_NO_PLATFORM=1
|
|
ExecStart=/sbin/mdmon --foreground %I
|
|
-StandardInput=null
|
|
-StandardOutput=null
|
|
-StandardError=null
|
|
KillMode=none
|