Hello all, I had a working pair of SCSI drives set in software RAID1. One of the drives failed, and I replaced with a fresh new disk (same make/model/capacity).
When I attempt to repair the RAID using commands:
"raidhotadd dev/md'0-2' /dev/sdb'1-3", respectively, the rebuild fails on md1.
I get:
Current configuration is:
Personalities : [raid1]
read_ahead 1024 sectors
md0 : active raid1 sdb1[1] sda1[0]
104320 blocks [2/2] [UU]
md1 : active raid1 sdb2[2] sda2[0]
17406336 blocks [2/1] [U_]
[=>...................] recovery = 8.9% (1558400/17406336) finish=25.7min speed=10246K/sec
md2 : active raid1 sdb3[1] sda3[0]
264960 blocks [2/2] [UU]
unused devices: <none>
Last known good configuration was:
Personalities : [raid1]
read_ahead 1024 sectors
md0 : active raid1 sda1[0]
104320 blocks [2/1] [U_]
md1 : active raid1 sda2[0]
17406336 blocks [2/1] [U_]
md2 : active raid1 sda3[0]
264960 blocks [2/1] [U_]
unused devices: <none>
STAUS now shows:
Personalities : [raid1]
read_ahead 1024 sectors
md0 : active raid1 sdb1[1] sda1[0]
104320 blocks [2/2] [UU]
md1 : active raid1 sdb2[2](F) sda2[0]
17406336 blocks [2/1] [U_]
md2 : active raid1 sdb3[1] sda3[0]
264960 blocks [2/2] [UU]
Something looks busted on md1, sdb2... do you think I have a half functioning drive that is running solo, unable to provide clean data to second fresh drive?