|
Last change
on this file since 1003 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:
250 bytes
|
| Line | |
|---|
| 1 | # Sample raid-4 configuration
|
|---|
| 2 | raiddev /dev/md0
|
|---|
| 3 | raid-level 4
|
|---|
| 4 | nr-raid-disks 3
|
|---|
| 5 | chunk-size 4
|
|---|
| 6 |
|
|---|
| 7 | # Spare disks for hot reconstruction
|
|---|
| 8 | #nr-spare-disks 0
|
|---|
| 9 |
|
|---|
| 10 | device /dev/hda1
|
|---|
| 11 | raid-disk 0
|
|---|
| 12 |
|
|---|
| 13 | device /dev/hdb1
|
|---|
| 14 | raid-disk 1
|
|---|
| 15 |
|
|---|
| 16 | device /dev/hdc1
|
|---|
| 17 | raid-disk 2
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.