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
- * Wed Jan 31 18:00:00 2007 Doug Ledford <dledford{%}redhat{*}com> 1.12.0-2
- Remove spurious super-minor once, super-minor=1 ignored messages
- Attempt to catch overly large linear constituent devices and avoid
a math overflow in the kernel linear code
- Resolves: bz150784, bz170327
- * Fri Jan 26 18:00:00 2007 Doug Ledford <dledford{%}redhat{*}com> 1.12.0-1
- Update to 1.12.0, the last version in the 1. series of mdadm (the 2. series
was a rewrite and is not suitable for update in a stable product such as
RHEL4)
- Resolves: bz201067, bz154561, bz171355, bz199033
- * Thu Jul 21 19:00:00 2005 Doug Ledford <dledford{%}redhat{*}com> 1.6.0-3
- Convert from using MAJOR/MINOR macros to major/minor so that it can
handle the increased number of devices available in the 2.6 kernel.