Mal1ce
Well-Known Member
Hi everyone, hoping for some guidance here (Linux noob).
Helping a client out with a CentOS 6 file server, looks like they have had a drive missing from their software RAID10 for a while now. Output of cat /proc/mdstat below:
md0 : active raid1 sdb1[1] sdc1[2] sdd1[3]
1048512 blocks super 1.0 [4/3] [_UUU]
bitmap: 1/1 pages [4KB], 65536KB chunk
md2 : active raid10 sdc3[2] sdd3[3] sdb3[1]
3871111168 blocks super 1.1 512K chunks 2 near-copies [4/3] [_UUU]
bitmap: 21/29 pages [84KB], 65536KB chunk
md1 : active raid10 sdc2[2] sdd2[3] sdb2[1]
33523712 blocks super 1.1 512K chunks 2 near-copies [4/3] [_UUU]
unused devices: <none>
/dev/sda appears to be missing, but I can see it from fdisk -l:
Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000ef4d8
Device Boot Start End Blocks Id System
/dev/sda1 * 1 131 1048576 fd Linux raid autodetect
Partition 1 does not end on cylinder boundary.
/dev/sda2 131 2220 16778240 fd Linux raid autodetect
/dev/sda3 2220 243202 1935686656 fd Linux raid autodetect
From what I've read, the event count is very high and the drive shouldn't be added to the array in current state?
Internal Bitmap : 8 sectors from superblock
Update Time : Sat Dec 24 01:38:49 2016
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : 22dec0cf - correct
Events : 6585
Layout : near=2
Chunk Size : 512K
Device Role : Active device 0
Any guidance on how to re-add the missing disk to the array? Or what I should do to test to ensure all is OK before doing so?
Many thanks!
Helping a client out with a CentOS 6 file server, looks like they have had a drive missing from their software RAID10 for a while now. Output of cat /proc/mdstat below:
md0 : active raid1 sdb1[1] sdc1[2] sdd1[3]
1048512 blocks super 1.0 [4/3] [_UUU]
bitmap: 1/1 pages [4KB], 65536KB chunk
md2 : active raid10 sdc3[2] sdd3[3] sdb3[1]
3871111168 blocks super 1.1 512K chunks 2 near-copies [4/3] [_UUU]
bitmap: 21/29 pages [84KB], 65536KB chunk
md1 : active raid10 sdc2[2] sdd2[3] sdb2[1]
33523712 blocks super 1.1 512K chunks 2 near-copies [4/3] [_UUU]
unused devices: <none>
/dev/sda appears to be missing, but I can see it from fdisk -l:
Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000ef4d8
Device Boot Start End Blocks Id System
/dev/sda1 * 1 131 1048576 fd Linux raid autodetect
Partition 1 does not end on cylinder boundary.
/dev/sda2 131 2220 16778240 fd Linux raid autodetect
/dev/sda3 2220 243202 1935686656 fd Linux raid autodetect
From what I've read, the event count is very high and the drive shouldn't be added to the array in current state?
Internal Bitmap : 8 sectors from superblock
Update Time : Sat Dec 24 01:38:49 2016
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : 22dec0cf - correct
Events : 6585
Layout : near=2
Chunk Size : 512K
Device Role : Active device 0
Any guidance on how to re-add the missing disk to the array? Or what I should do to test to ensure all is OK before doing so?
Many thanks!