/proc/mdstat shows [U_] for all sdb entries
Hi,
Am running Suse, with Raid configured in two disks. One disk was faulty mdstat was as below
server01:/home/oamsys # more /proc/mdstat
Personalities : [raid1]
md1 : active raid1 sdb6[2](F) sda6[0]
2104384 blocks [2/1] [U_]
md2 : active raid1 sdb7[1] sda7[0]
446703232 blocks [2/2] [UU]
md3 : active raid1 sdb8[1] sda8[0]
4192832 blocks [2/2] [UU]
md0 : active raid1 sdb5[1] sda5[0]
529984 blocks [2/2] [UU]
unused devices: <none>
server01:/home/oamsys #
Unfortunately i replaced a good disk leaving the bad one. Later I decided to return the good one in its original place and leave a faulty one.
This is what i get ;
server:~ # more /proc/mdstat
Personalities : [raid1]
md1 : active raid1 sda6[0]
2104384 blocks [2/1] [U_]
md2 : active raid1 sdb7[1]
446703232 blocks [2/1] [_U]
md3 : active raid1 sdb8[1]
4192832 blocks [2/1] [_U]
md0 : active raid1 sdb5[1]
529984 blocks [2/1] [_U]
unused devices: <none>
server01:~ # cd /proc
Is there anything i can do at least to into previous state?
Thanks,
|