Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        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
        
            - * Sat May 22 05:00:00 2004 Doug Ledford <dledford{%}redhat{*}com> - 1.5.0-9
- - Fix Makefile and build method to satisfy bz #123769
- Add mdmpd man page, update mdmpd version to 0.3 - bz #117160
- Make sure mdadm --monitor closes all md device files so that md devices
  can be stopped while mdadm is still running - bz #119532 
            - * Thu May 20 05:00:00 2004 Jeremy Katz <katzj{%}redhat{*}com> - 1.5.0-8
- - remove unneeded patch, can use --run instead 
            - * Wed May 19 05:00:00 2004 Jeremy Katz <katzj{%}redhat{*}com> - 1.5.0-7
- - add patch with reallyforce mode on creation to be used by anaconda