aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-06-24 19:57:31 +0000
committerMicah Anderson <micah@riseup.net>2008-06-24 19:57:31 +0000
commit910abf33c79c8930dc8edd42842999cceee4e379 (patch)
tree5fc5b3fe370819be26768d2064d5bbfe600bda22 /ChangeLog
parent4d81bb451c2cc8d5ffac5cf4ad64d524ae55c66f (diff)
downloadbackupninja-910abf33c79c8930dc8edd42842999cceee4e379.tar.gz
backupninja-910abf33c79c8930dc8edd42842999cceee4e379.tar.bz2
added more robust mdadm raid device capture, by actually scanning active arrays via mdadm, rather than just catting the mdadm.conf file, which may be empty
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df24adc..3461200 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,9 @@ version 0.9.6 -- unreleased
debconf-get-selections
. fixed catifexec function to actually work, also now passes the arguments
given to catifexec() to the called command (Thanks John Hallam!)
+ . Added more robust software RAID information capture by running mdadm
+ -Q --detail /dev/md?* because some people may have empty mdadm.conf files
+ (Thanks to John Hallam).
version 0.9.5 -- December 2, 2007
backupninja changes