Jump to letter: [
          
            ABCDEFGHIKLMNOPRSTUVXY
          ]
        
        mdadm: mdadm controls Linux md devices (software RAID arrays)
        
        
        - Summary
- mdadm is used to create, manage, and monitor Linux MD (software RAID)
devices.  As such, it provides similar functionality to the raidtools
package.  However, mdadm is a single program, and it can perform
almost all functions without a configuration file, though a configuration
file can be used to help with some common tasks.
Changelog
        
            - * Thu Nov 12 16:00:00 2009 Doug Ledford <dledford{%}redhat{*}com> - 2.6.9-3
- - If we have more than one array per drive, then the raid-check script will
  only check one of the arrays, the others will get skipped.  Correct that.
- Resolves: bz523000 
            - * Fri Jul 24 17:00:00 2009 Doug Ledford <dledford{%}redhat{*}com> - 2.6.9-2
- - Update the raid-check script to run last, modify script to get config
  from sysconfig/raid-check, make sure we don't do a check operation on
  a device that doesn't support it, wait for the checks to complete in
  order to check the mismatch_count on the devices and notify sysadmin
  if any mismatches were found.
- Resolves: bz513200, bz513473 
            - * Tue May 19 17:00:00 2009 Doug Ledford <dledford{%}redhat{*}com> - 2.6.9-1
- - Update to 2.6.9 (latest in the 2.6 stable series)
- Add automatic weekly data scrubbing of active raid arrays (bz233972)
- Various mdadm.8 man page edits (bz434670, bz434671, bz489476)
- Fix recognition of short options -Y and -N (bz478977)
- Resolves: bz233972, bz434670, bz434671, bz489476, bz478977