summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2017-06-22 13:20:34 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2017-06-22 13:20:34 +0100
commit4539250a36003c406f2b8bf0d81add4fde260fd8 (patch)
tree2e69caedfef765c2a9e608fc6d243bf51e8d4cae
parentdceb3807b2988e207452d47d09c45e9460f0f7e5 (diff)
Fix checkarray script bugs. LP: #1599428 Closes: #787950 Closes: #843665
-rw-r--r--debian/changelog2
-rw-r--r--debian/checkarray2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8fcf8e1a..bf814607 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ mdadm (4.0-1) UNRELEASED; urgency=medium
included in the initramfs.
* Add a warning to mkconf generated file that mdadm.conf is copied into
initrafms.
- * Fix checkaaray script. LP: #1599428
+ * Fix checkarray script bugs. LP: #1599428 Closes: #787950 Closes: #843665
-- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 12 May 2017 12:31:46 +0100
diff --git a/debian/checkarray b/debian/checkarray
index 6b6857be..936cc257 100644
--- a/debian/checkarray
+++ b/debian/checkarray
@@ -196,7 +196,7 @@ for array in $arrays; do
low) ioarg='-c2 -n7'; renice=5;;
high) ioarg='-c2 -n0'; renice=0;;
realtime) ioarg='-c1 -n4'; renice=-5;;
- *) break;;
+ *) continue;;
esac
resync_pid= wait=5