Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Tue Feb 2 00:00:00 2010 Eddy Nigg <eddy_nigg.org>
-
- Rebuild for StartCom Linux 5.0.x
- * Fri Nov 13 00: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
- * Sat Jul 25 01: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