복구 후에도 RAID 5가 계속 실패함

복구 후에도 RAID 5가 계속 실패함

mdadm을 사용하여 6x2TB 장치로 raid 5를 구성했습니다(9개 장치에서 6개 장치로 축소했습니다).

/dev/md0:
    Version : 1.2
    Creation Time : Mon Sep 23 17:54:25 2013
    Raid Level : raid5
    Array Size : 9762030080 (9309.80 GiB 9996.32 GB)
    Used Dev Size : 1952406016 (1861.96 GiB 1999.26 GB)
    Raid Devices : 6
    Total Devices : 6
    Persistence : Superblock is persistent

    Update Time : Tue Oct  6 09:48:34 2015
    State : clean, degraded, recovering
    Active Devices : 5
    Working Devices : 6
    Failed Devices : 0
    Spare Devices : 1

    Layout : left-symmetric
    Chunk Size : 512K

    Rebuild Status : 1% complete

       Name : media:0
       UUID : 8fe53fed:5206746d:3fcd5b2b:f176a8f9
     Events : 208638

Number   Major   Minor   RaidDevice State
   0       8       34        0      active sync   /dev/sdc2
   1       8       17        1      active sync   /dev/sdb1
   2       8       65        2      active sync   /dev/sde1
   6       8       80        3      spare rebuilding   /dev/sdf
   4       8       49        4      active sync   /dev/sdd1
   7       8       97        5      active sync   /dev/sdg1

보시다시피 현재 공격대가 복구 중이지만 복구 프로세스 이후/어느 시점에서 내 공격대가 계속 실패하고 있습니다.

/dev/md0:
    Version : 1.2
    Creation Time : Mon Sep 23 17:54:25 2013
    Raid Level : raid5
    Array Size : 9762030080 (9309.80 GiB 9996.32 GB)
    Used Dev Size : 1952406016 (1861.96 GiB 1999.26 GB)
    Raid Devices : 6
    Total Devices : 6
    Persistence : Superblock is persistent

    Update Time : Tue Oct  6 08:33:43 2015
    State : clean, FAILED
    Active Devices : 4
    Working Devices : 5
    Failed Devices : 1
    Spare Devices : 1

    Layout : left-symmetric
    Chunk Size : 512K

       Name : media:0
       UUID : 8fe53fed:5206746d:3fcd5b2b:f176a8f9
     Events : 208622

Number   Major   Minor   RaidDevice State
   0       8       34        0      active sync   /dev/sdc2
   1       8       17        1      active sync   /dev/sdb1
   2       8       65        2      active sync   /dev/sde1
   3       0        0        3      removed
   4       0        0        4      removed
   7       8       97        5      active sync   /dev/sdg1

   4       8       49        -      faulty spare   /dev/sdd1
   6       8       80        -      spare   /dev/sdf

그 후에는 다음을 사용하여 공격대를 다시 조립해야 합니다.

sudo mdadm --assemble --force -v /dev/md0 /dev/sdb1 /dev/sdc2 /dev/sdd1 /dev/sde1 /dev/sdf /dev/sdg1

첨부된 그림(링크)에서 볼 수 있듯이 서버 콘솔에서 오류가 발생하고 RAID가 실패하여 다시 조립해야 합니다.

레이드 오류

저는 우분투 14.04와 mdadm v3.2.5를 사용하고 있습니다.

누군가 여기서 해킹이 일어나고 있는지 말해 줄 수 있습니까?

관련 정보