-
Incident report
-
Resolution: Fixed
-
Minor
-
None
-
None
-
# fdisk -l /dev/sda /dev/sdb | grep "/dev"
Disk /dev/sda: 320.1 GB, 320072933376 bytes
/dev/sda1 1 3648 29295616 fd Linux raid autodetect
/dev/sda2 3648 8511 39062528 fd Linux raid autodetect
/dev/sda3 8511 38914 244211712 fd Linux raid autodetect
Disk /dev/sdb: 320.1 GB, 320072933376 bytes
/dev/sdb1 1 3648 29295616 fd Linux raid autodetect
/dev/sdb2 3648 8511 39062528 fd Linux raid autodetect
/dev/sdb3 8511 38914 244211712 fd Linux raid autodetect
# cat /proc/mdstat
md2 : active raid0 sda3[0] sdb3[1]
md1 : active raid1 sda2[0] sdb2[1](F)
md0 : active raid1 sda1[0] sdb1[1]
# fdisk -l /dev/sda /dev/sdb | grep "/dev" Disk /dev/sda: 320.1 GB, 320072933376 bytes /dev/sda1 1 3648 29295616 fd Linux raid autodetect /dev/sda2 3648 8511 39062528 fd Linux raid autodetect /dev/sda3 8511 38914 244211712 fd Linux raid autodetect Disk /dev/sdb: 320.1 GB, 320072933376 bytes /dev/sdb1 1 3648 29295616 fd Linux raid autodetect /dev/sdb2 3648 8511 39062528 fd Linux raid autodetect /dev/sdb3 8511 38914 244211712 fd Linux raid autodetect # cat /proc/mdstat md2 : active raid0 sda3[0] sdb3[1] md1 : active raid1 sda2[0] sdb2[1](F) md0 : active raid1 sda1[0] sdb1[1]
Each part of documentation changes will be described in comments separately.
At first 1.8 doc will be fixed/improved and then 2.0 too.