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
        
            - * Mon Oct  4 19:00:00 2004 Doug Ledford <dledford{%}redhat{*}com> 1.6.0-2
- - Remove /etc/mdadm.conf from the file list.  Anaconda will write one out
  if it's needed. 
            - * Fri Oct  1 19:00:00 2004 Doug Ledford <dledford{%}redhat{*}com> 1.6.0-1
- - Update to newer upstream version
- Make mdmpd work on kernels that don't have the event interface patch 
            - * Fri Jul 30 19:00:00 2004 Dan Walsh <dwalsh{%}redhat{*}com> 1.5.0-11
- - Create a directory /var/run/mdadm to contain mdadm.pid
- This cleans up SELinux problem