Bug#784070: mdadm: diff for NMU version 3.3.4-1.1

yann-externe.soubeyrand at edf.fr yann-externe.soubeyrand at edf.fr
Tue Nov 10 10:42:49 UTC 2015


Control: tags 784070 + patch

I updated my package for Sid at http://mentors.debian.net/package/mdadm
(versioned as 3.3.4-1.1).

Regards.
diff -Nru mdadm-3.3.4/debian/changelog mdadm-3.3.4/debian/changelog
--- mdadm-3.3.4/debian/changelog	2015-11-08 13:51:08.000000000 +0100
+++ mdadm-3.3.4/debian/changelog	2015-11-10 11:19:15.000000000 +0100
@@ -1,3 +1,11 @@
+mdadm (3.3.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * disable-incremental-assembly.patch: incremental assembly prevents booting
+    in degraded mode (Closes: #784070)
+
+ -- Yann Soubeyrand <yann-externe.soubeyrand at edf.fr>  Tue, 10 Nov 2015 11:18:39 +0100
+
 mdadm (3.3.4-1) unstable; urgency=medium
 
   [ Dimitri John Ledkov ]
diff -Nru mdadm-3.3.4/debian/patches/disable-incremental-assembly.patch mdadm-3.3.4/debian/patches/disable-incremental-assembly.patch
--- mdadm-3.3.4/debian/patches/disable-incremental-assembly.patch	1970-01-01 01:00:00.000000000 +0100
+++ mdadm-3.3.4/debian/patches/disable-incremental-assembly.patch	2015-11-10 11:13:53.000000000 +0100
@@ -0,0 +1,12 @@
+--- a/udev-md-raid-assembly.rules
++++ b/udev-md-raid-assembly.rules
+@@ -25,6 +25,9 @@ GOTO="md_inc_end"
+
+ LABEL="md_inc"
+
++# Disable incremental assembly to fix Debian bug #784070
++GOTO="md_inc_end"
++
+ # remember you can limit what gets auto/incrementally assembled by
+ # mdadm.conf(5)'s 'AUTO' and selectively whitelist using 'ARRAY'
+ ACTION=="add|change", IMPORT{program}="BINDIR/mdadm --incremental --export $tempnode --offroot ${DEVLINKS}"
diff -Nru mdadm-3.3.4/debian/patches/series mdadm-3.3.4/debian/patches/series
--- mdadm-3.3.4/debian/patches/series	2015-11-08 13:50:10.000000000 +0100
+++ mdadm-3.3.4/debian/patches/series	2015-11-10 11:18:07.000000000 +0100
@@ -5,3 +5,4 @@
 use-tempnode-not-devnode.patch
 readlink-path.patch
 mdmonitor-service-simplify.diff
+disable-incremental-assembly.patch



More information about the pkg-mdadm-devel mailing list