From 4539250a36003c406f2b8bf0d81add4fde260fd8 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Thu, 22 Jun 2017 13:20:34 +0100 Subject: Fix checkarray script bugs. LP: #1599428 Closes: #787950 Closes: #843665 --- debian/changelog | 2 +- debian/checkarray | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') 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 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 -- cgit v1.2.3