Part III Software RAID #
- 7 Software RAID configuration
- 8 Configuring software RAID for the root partition
- 9 Creating software RAID 10 devices
- 10 Creating a degraded RAID array
A degraded array is one in which some devices are missing. Degraded arrays are supported only for RAID 1, RAID 4, RAID 5, and RAID 6. These RAID types are designed to withstand some missing devices as part of their fault-tolerance features. Typically, degraded arrays occur when a device fails. It is possible to create a degraded array on purpose.
- 11 Resizing software RAID arrays with mdadm
This section describes how to increase or reduce the size of a software RAID 1, 4, 5, or 6 device with the Multiple Device Administration (
mdadm(8)
) tool.- 12 Storage enclosure LED utilities for MD software RAIDs
Storage enclosure LED Monitoring utility (
ledmon
) and LED Control (ledctl
) utility are Linux user space applications that use a broad range of interfaces and protocols to control storage enclosure LEDs. The primary usage is to visualize the status of Linux MD software RAID devices created with the mdadm utility. Theledmon
daemon monitors the status of the drive array and updates the status of the drive LEDs. Theledctl
utility allows you to set LED patterns for specified devices.- 13 Troubleshooting software RAIDs