Managing Software RAIDs 6 and 10 with mdadm
7
99
no
vd
ocx
(e
n)
7 Ja
nua
ry 201
0
7
Managing Software RAIDs 6 and
10 with mdadm
This section describes how to create software RAID 6 and 10 devices, using the Multiple Devices
Administration (
mdadm(8)
) tool. You can also use
mdadm
to create RAIDs 0, 1, 4, and 5. The
mdadm
tool provides the functionality of legacy programs
mdtools
and
raidtools
.
Section 7.1, “Creating a RAID 6,” on page 99
Section 7.2, “Creating Nested RAID 10 Devices with mdadm,” on page 100
Section 7.3, “Creating a Complex RAID 10 with mdadm,” on page 103
Section 7.4, “Creating a Degraded RAID Array,” on page 106
7.1 Creating a RAID 6
Section 7.1.1, “Understanding RAID 6,” on page 99
Section 7.1.2, “Creating a RAID 6,” on page 100
7.1.1 Understanding RAID 6
RAID 6 is essentially an extension of RAID 5 that allows for additional fault tolerance by using a
second independent distributed parity scheme (dual parity). Even if one of the hard disk drives fails
during the data recovery process, the system continues to be operational, with no data loss.
RAID6 provides for extremely high data fault tolerance by sustaining multiple simultaneous drive
failures. It handles the loss of any two devices without data loss. Accordingly, it requires N+2 drives
to store N drives worth of data. It requires a minimum of 4 devices.
The performance for RAID 6 is slightly lower but comparable to RAID 5 in normal mode and single
disk failure mode. It is very slow in dual disk failure mode.
Table 7-1
Comparison of RAID 5 and RAID 6
Feature
RAID 5
RAID 6
Number of devices
N+1, minimum of 3
N+2, minimum of 4
Parity
Distributed, single
Distributed, dual
Performance
Medium impact on write and
rebuild
More impact on sequential write
than RAID 5
Fault-tolerance
Failure of one component device Failure of two component devices
Содержание LINUX ENTERPRISE SERVER 10 SP3 - ARCHITECTURE-SPECIFIC
Страница 4: ...4 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 30: ...30 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 42: ...42 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 76: ...76 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 108: ...108 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 118: ...118 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 124: ...124 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 132: ...132 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...