summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2012-10-28 20:52:16 +0400
committerMichael Tokarev <mjt@tls.msk.ru>2012-10-28 20:52:16 +0400
commit37be04cfef9838b79873b56845b4f753bfbf1b07 (patch)
treeb09e859bd999d6c5e3db2f6ff06538d14848c951 /debian/changelog
parent018a3bd3e6564ca2c8bdf62ad7e7bfc6c69c173f (diff)
Fix 'enough' function for RAID10 (#691668)
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 35ae8684..2427323a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ mdadm (3.2.5-4) UNRELEASED; urgency=low
version which creates /run, and the initscript itself is started
after local_fs is processed, so this is merely a no-op, but let's
do it for consistency.
+ * Fix 'enough' function for RAID10, to prevent starting of a RAID10
+ array which does not have required minimum of component devices.
+ (Closes: #691668).
-- Michael Tokarev <mjt@tls.msk.ru> Sat, 20 Oct 2012 19:20:12 +0400