Jump to letter: [
          
            49ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        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
        
            - * Fri Aug 10 19:00:00 2007 Doug Ledford <dledford{%}redhat{*}com> - 1.12.0-5
- - Further tweaks to the mdmpd init script for LSB compliance
- Related: bz242687 
            - * Wed Aug  8 19:00:00 2007 Doug Ledford <dledford{%}redhat{*}com> - 1.12.0-4
- - Further tweaks to init script for LSB compliance
- Related: bz242687 
            - * Mon Aug  6 19:00:00 2007 Doug Ledford <dledford{%}redhat{*}com> - 1.12.0-3
- - Make init scripts LSB compliant
- Always start mdadm from the / directory when starting the mdmonitor service
  to avoid SELinux warnings whenever mdadm attempts to send mail to the admin
  about a degraded array event
- Resolves: bz242687