On 5/7/23 2:35 AM, Wols Lists wrote:
Is it an easy command? Is any more information required?
mdadm array --add /dev/sdc1
I think I'm on my way back now. Thank you very much. -Alex
root@meat:/home/elder# cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5]
[raid4] [raid10]
md127 : active raid5 sdc1[4] sdb1[0] sdd1[3]
15627786240 blocks super 1.2 level 5, 512k chunk, algorithm 2
[3/2] [U_U]
[>....................] recovery = 1.2% (96275752/7813893120)
finish=639.3min speed=201178K/sec
bitmap: 0/59 pages [0KB], 65536KB chunk
unused devices: <none>
root@meat:/home/elder# mdadm --detail /dev/md127
/dev/md127:
Version : 1.2
Creation Time : Sun Oct 22 21:19:23 2017
Raid Level : raid5
Array Size : 15627786240 (14.55 TiB 16.00 TB)
Used Dev Size : 7813893120 (7.28 TiB 8.00 TB)
Raid Devices : 3
Total Devices : 3
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Sun May 7 11:45:04 2023
State : clean, degraded, recovering
Active Devices : 2
Working Devices : 3
Failed Devices : 0
Spare Devices : 1
Layout : left-symmetric
Chunk Size : 512K
Consistency Policy : bitmap
Rebuild Status : 1% complete
Name : meat:z (local to host meat)
UUID : 8a021a34:f19bbc01:7bcf6f8e:3bea43a9
Events : 9636
Number Major Minor RaidDevice State
0 8 17 0 active sync /dev/sdb1
4 8 33 1 spare rebuilding /dev/sdc1
3 8 49 2 active sync /dev/sdd1
root@meat:/home/elder#