martin f. krafft: Schedule start/stop of mdadm-raid before/ after filesystems are checked&mounted/unmounted

Martin F. Krafft madduck at alioth.debian.org
Mon Jan 31 15:27:29 UTC 2011


Module: mdadm
Branch: master
Commit: 9b51621e31692222377633545f45c173d57d6be2
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=9b51621e31692222377633545f45c173d57d6be2

Author: martin f. krafft <madduck at debian.org>
Date:   Mon Jan 31 16:27:01 2011 +0100

Schedule start/stop of mdadm-raid before/after filesystems are checked&mounted/unmounted

Debian-Bug: 611632
Signed-off-by: martin f. krafft <madduck at debian.org>

---

 debian/changelog  |    5 ++++-
 debian/mdadm-raid |    2 ++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e1fe061..34add4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,11 @@ mdadm (3.1.5-1~unreleased.0) UNRELEASED; urgency=low
     by default (closes: #604702).
   * Make mdadm-raid init script depend on hostname; thanks to Mario
    'BitKoenig' Holbe (closes: #610421).
+  * Schedule start/stop of mdadm-raid before/after filesystems are
+    checked&mounted/unmounted; thanks to Mario 'BitKoenig' Holbe
+    (closes: #611632).
 
- -- martin f. krafft <madduck at debian.org>  Mon, 31 Jan 2011 15:00:01 +0100
+ -- martin f. krafft <madduck at debian.org>  Mon, 31 Jan 2011 16:25:40 +0100
 
 mdadm (3.1.4-1+8efb9d1) unstable; urgency=low
 
diff --git a/debian/mdadm-raid b/debian/mdadm-raid
index bb2964b..91ef5f5 100644
--- a/debian/mdadm-raid
+++ b/debian/mdadm-raid
@@ -10,8 +10,10 @@
 # Provides:          mdadm-raid
 # Required-Start:    mountkernfs hostname
 # Should-Start:      udev devfsd
+# X-Start-Before:    checkfs mountall
 # Required-Stop:     mountkernfs
 # Should-Stop:       udev devfsd
+# X-Stop-After:      umountfs
 # Default-Start:     S
 # Default-Stop:      0 6
 # Short-Description: MD array assembly




More information about the pkg-mdadm-commits mailing list