diff options
author | Neil Brown <neilb@suse.de> | 2008-04-28 08:29:45 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2008-04-28 08:29:45 +0200 |
commit | 1486e43fec5394bcb23a90f678451a8c3e378b10 (patch) | |
tree | 94035bec274107c0c09209ad4864e46b1584443d /ChangeLog | |
parent | Fix problems with array.size overflowing on large arrays. (diff) | |
download | mdadm-1486e43fec5394bcb23a90f678451a8c3e378b10.tar.xz mdadm-1486e43fec5394bcb23a90f678451a8c3e378b10.zip |
Print 'Events' more sensibly.
Instead of MSW.LSW, just print it as a 64bit number.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ Changes Prior to this release arrays. - Fix problem with failing to add devices to v.large (>4TB) arrays, cause by problems with device-size overflow. + - For v0.90 superblocks, print the 'Events' count as a real count, + not 2 numbers separated by a dot. Changes Prior to 2.6.4 release - Make "--create --auto=mdp" work for non-standard device names. |