|
Last change
on this file since 1570 was 30, checked in by bcornec, 20 years ago |
|
Id property added on files to allow for better conf. management
|
-
Property svn:keywords
set to
Id
|
|
File size:
462 bytes
|
| Line | |
|---|
| 1 | # Sample raid-5 configuration
|
|---|
| 2 | raiddev /dev/md0
|
|---|
| 3 | raid-level 5
|
|---|
| 4 | nr-raid-disks 3
|
|---|
| 5 | chunk-size 4
|
|---|
| 6 |
|
|---|
| 7 | # Parity placement algorithm
|
|---|
| 8 |
|
|---|
| 9 | #parity-algorithm left-asymmetric
|
|---|
| 10 |
|
|---|
| 11 | #
|
|---|
| 12 | # the best one for maximum performance:
|
|---|
| 13 | #
|
|---|
| 14 | parity-algorithm left-symmetric
|
|---|
| 15 |
|
|---|
| 16 | #parity-algorithm right-asymmetric
|
|---|
| 17 | #parity-algorithm right-symmetric
|
|---|
| 18 |
|
|---|
| 19 | # Spare disks for hot reconstruction
|
|---|
| 20 | #nr-spare-disks 0
|
|---|
| 21 |
|
|---|
| 22 | device /dev/hda1
|
|---|
| 23 | raid-disk 0
|
|---|
| 24 |
|
|---|
| 25 | device /dev/hdb1
|
|---|
| 26 | raid-disk 1
|
|---|
| 27 |
|
|---|
| 28 | device /dev/hdc1
|
|---|
| 29 | raid-disk 2
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.