Hi,
ich lese eher passiv hier mit, habe aber nun selbst ein großes Problem. Leider hilft mir die englische Manpage von mdadm nicht weiter.
root@freenas2:~# cat /etc/mdadm/mdadm.conf.scan ARRAY /dev/md/500er level=raid5 num-devices=8 metadata=1.2 spares=1 name=freenas2:500er UUID=7b1b4393:33238585:06fe9f48:6509e12e
devices=/dev/sdh,/dev/sdi,/dev/sdg,/dev/sdf,/dev/sde,/dev/sdl,/dev/sdb,/dev/sdc,/dev/sdd
Mein ursprüngliches Raid5 verlor eine HDD (Controller wurde beim booten nicht gefunden) und fing an zu recovern:
# cat /proc/mdstat Personalities : [raid6] [raid5] [raid4] md127 : active raid5 sdh[0] sdd[7] sdc[8] sdb[9] sde[4] sdf[3] sdg[2] sdi[1] 3418150400 blocks super 1.2 level 5, 512k chunk, algorithm 2 [8/7] [UUUUU_UU] [==>..................] recovery = 13.9% (68188544/488307200) finish=261.8min speed=26742K/sec
unused devices: <none>
Das kam mir recht, da ich diese HDD aus dem Raid eigentlich eh weg haben wollte da diese als einzige an einem alten Controller hing. Dummerweise stieg beim recovern eine weitere HDD aus.
Nach einem Rebbot (vermutlich der "Fehler") was natürlich /dev/sdl wieder da und seit dem habe ich folgende "Konfiguration":
root@freenas2:~# cat /proc/mdstat Personalities : [raid6] [raid5] [raid4] md126 : inactive sdi[1] sdl[6] 976693272 blocks super 1.2
md127 : inactive sdh[0] sdd[7](S) sdc[8] sdb[9] sde[4] sdf[3] sdg[2] 3418153984 blocks super 1.2
unused devices: <none>
root@freenas2:~# cat md126.txt md127.txt /dev/md126: Version : 1.2 Creation Time : Sat Feb 25 10:15:12 2012 Raid Level : raid5 Used Dev Size : 488307200 (465.69 GiB 500.03 GB) Raid Devices : 8 Total Devices : 2 Persistence : Superblock is persistent
Update Time : Wed Nov 7 22:15:03 2012 State : active, FAILED, Not Started Active Devices : 2 Working Devices : 2 Failed Devices : 0 Spare Devices : 0
Layout : left-symmetric Chunk Size : 512K
Name : freenas2:500er (local to host freenas2) UUID : 7b1b4393:33238585:06fe9f48:6509e12e Events : 25626
Number Major Minor RaidDevice State 0 0 0 0 removed 1 8 128 1 active sync /dev/sdi 2 0 0 2 removed 3 0 0 3 removed 4 0 0 4 removed 6 8 176 5 active sync /dev/sdl 6 0 0 6 removed 7 0 0 7 removed /dev/md127: Version : 1.2 Creation Time : Sat Feb 25 10:15:12 2012 Raid Level : raid5 Used Dev Size : 488307200 (465.69 GiB 500.03 GB) Raid Devices : 8 Total Devices : 7 Persistence : Superblock is persistent
Update Time : Wed Nov 7 23:55:21 2012 State : active, FAILED, Not Started Active Devices : 6 Working Devices : 7 Failed Devices : 0 Spare Devices : 1
Layout : left-symmetric Chunk Size : 512K
Name : freenas2:500er (local to host freenas2) UUID : 7b1b4393:33238585:06fe9f48:6509e12e Events : 25634
Number Major Minor RaidDevice State 0 8 112 0 active sync /dev/sdh 1 0 0 1 removed 2 8 96 2 active sync /dev/sdg 3 8 80 3 active sync /dev/sdf 4 8 64 4 active sync /dev/sde 5 0 0 5 removed 9 8 16 6 active sync /dev/sdb 8 8 32 7 active sync /dev/sdc
7 8 48 - spare /dev/sdd
Habe ich irgend wie eine Chance die beiden Platten aus md126 entsprechend wieder in das md127 zu bekommen ohne Daten zu verlieren?
Die Hardwerconfig: /dev/sdb DISK_8_0 n/a HPT 465.69 GiB /dev/sdc DISK_8_1 n/a HPT 465.69 GiB /dev/sdd DISK_8_2 n/a HPT 465.69 GiB /dev/sde DISK_8_3 n/a HPT 465.69 GiB /dev/sdf DISK_8_4 n/a HPT 465.69 GiB /dev/sdg DISK_8_5 n/a HPT 465.69 GiB /dev/sdh DISK_8_6 n/a HPT 465.69 GiB /dev/sdi DISK_8_7 n/a HPT 465.69 GiB /dev/sdj HDS725050KLA360 KRVN63ZAGHEGYD ATA 465.76 GiB /dev/sdk HDS725050KLA360 KRVN03ZAGEZ1AD ATA 465.76 GiB /dev/sdl HDS725050KLA360 KRVN63ZAGN990D ATA 465.76 GiB
Bin für jede Hilfe dankbar, Gruß Andi