컴퓨터 추락, 습격 배열 문제


0

나는 오늘 내 집 서버가 꺼져 있다는 것을 알기 위해 집에 도착했다 (왜 그런지 모르겠다). 다시 켜고 RAID 어레이를 마운트하지 못했습니다.

/ proc / mdstat는 다음을 보여줍니다.

Personalities :
md0 : inactive sdh[7](S) sdc[2](S) sdd[1](S) sdb[3](S) sde[0](S) sdg[5](S) sdi[6](S) sdf[4](S)
      39069143232 blocks super 1.2

unused devices: <none>

mdadm --detail / dev / md0은 공격대가 실제로 raid6 인 경우 공격대 수준이 raid0이라고 말합니다.

각 개별 드라이브에서 mdadm -E를 살펴 봅니다. sdg를 제외한 모든 드라이브의 어레이 상태는 AAAAA.AA이며 이벤트 카운트는 191578이며 상태는 활성입니다.

그러나 sdg의 배열 상태는 AAAAAAAA이고 이벤트 수는 69286이며 상태는 깨끗합니다.

또한 -E에 표시된 배열 UUID는 /etc/mdadm.conf에있는 배열 UUID와 다릅니다. 이는 과거에 머신이 커질 때 충돌했던 문제로 인한 것일 수 있습니다. mdadm -CR /dev/md0 --metadata=1.2 --raid-devices=5 --level=6 -c512 /dev/sdb /dev/sdc /dev/sdd /dev/sdf /dev/sde --assume-clean문제를 해결 하기 위해 실행해야 했지만 배열 UUID도 변경되었다고 생각합니다.

참고로, 시스템에는 IT 모드에서 Dell Perc H310에 연결된 RAID 6 어레이 (/ dev / sdb-/ dev / sdi) 용 8 개의 5TB 드라이브와 마더 보드에 연결된 하나의 부트 ssd (/ dev / sda)가 있습니다.

모든 드라이브에 대한 내 mdadm -E의 출력 :

/dev/sdb:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 2a625f41:32a13393:978936d5:902719da
           Name : azelphur-server:0  (local to host azelphur-server)
  Creation Time : Thu Mar 23 18:29:16 2017
     Raid Level : raid6
   Raid Devices : 8

 Avail Dev Size : 9767285168 (4657.40 GiB 5000.85 GB)
     Array Size : 29301835776 (27944.41 GiB 30005.08 GB)
  Used Dev Size : 9767278592 (4657.40 GiB 5000.85 GB)
    Data Offset : 250880 sectors
   Super Offset : 8 sectors
   Unused Space : before=250792 sectors, after=11696 sectors
          State : active
    Device UUID : 6228ab0d:6a65fce7:b7a2cda8:e246fbf9

Internal Bitmap : 8 sectors from superblock
    Update Time : Mon Jul 23 18:20:53 2018
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : 36d4b421 - correct
         Events : 191578

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 3
   Array State : AAAAA.AA ('A' == active, '.' == missing, 'R' == replacing)
/dev/sdc:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 2a625f41:32a13393:978936d5:902719da
           Name : azelphur-server:0  (local to host azelphur-server)
  Creation Time : Thu Mar 23 18:29:16 2017
     Raid Level : raid6
   Raid Devices : 8

 Avail Dev Size : 9767285168 (4657.40 GiB 5000.85 GB)
     Array Size : 29301835776 (27944.41 GiB 30005.08 GB)
  Used Dev Size : 9767278592 (4657.40 GiB 5000.85 GB)
    Data Offset : 250880 sectors
   Super Offset : 8 sectors
   Unused Space : before=250792 sectors, after=11696 sectors
          State : active
    Device UUID : e08e56d8:a5eb2baf:b9362af3:369a4f84

Internal Bitmap : 8 sectors from superblock
    Update Time : Mon Jul 23 18:20:53 2018
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : 9d60882f - correct
         Events : 191578

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 2
   Array State : AAAAA.AA ('A' == active, '.' == missing, 'R' == replacing)
/dev/sdd:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 2a625f41:32a13393:978936d5:902719da
           Name : azelphur-server:0  (local to host azelphur-server)
  Creation Time : Thu Mar 23 18:29:16 2017
     Raid Level : raid6
   Raid Devices : 8

 Avail Dev Size : 9767285168 (4657.40 GiB 5000.85 GB)
     Array Size : 29301835776 (27944.41 GiB 30005.08 GB)
  Used Dev Size : 9767278592 (4657.40 GiB 5000.85 GB)
    Data Offset : 250880 sectors
   Super Offset : 8 sectors
   Unused Space : before=250792 sectors, after=11696 sectors
          State : active
    Device UUID : 0b4e9aec:42dc5e1c:548f4882:34da967f

Internal Bitmap : 8 sectors from superblock
    Update Time : Mon Jul 23 18:20:53 2018
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : a93cd08e - correct
         Events : 191578

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 1
   Array State : AAAAA.AA ('A' == active, '.' == missing, 'R' == replacing)
/dev/sde:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 2a625f41:32a13393:978936d5:902719da
           Name : azelphur-server:0  (local to host azelphur-server)
  Creation Time : Thu Mar 23 18:29:16 2017
     Raid Level : raid6
   Raid Devices : 8

 Avail Dev Size : 9767285168 (4657.40 GiB 5000.85 GB)
     Array Size : 29301835776 (27944.41 GiB 30005.08 GB)
  Used Dev Size : 9767278592 (4657.40 GiB 5000.85 GB)
    Data Offset : 250880 sectors
   Super Offset : 8 sectors
   Unused Space : before=250792 sectors, after=11696 sectors
          State : active
    Device UUID : ea04e5bb:f6c9f9ff:1e68eca2:8e990546

Internal Bitmap : 8 sectors from superblock
    Update Time : Mon Jul 23 18:20:53 2018
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : 43350d45 - correct
         Events : 191578

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 0
   Array State : AAAAA.AA ('A' == active, '.' == missing, 'R' == replacing)
/dev/sdf:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 2a625f41:32a13393:978936d5:902719da
           Name : azelphur-server:0  (local to host azelphur-server)
  Creation Time : Thu Mar 23 18:29:16 2017
     Raid Level : raid6
   Raid Devices : 8

 Avail Dev Size : 9767285168 (4657.40 GiB 5000.85 GB)
     Array Size : 29301835776 (27944.41 GiB 30005.08 GB)
  Used Dev Size : 9767278592 (4657.40 GiB 5000.85 GB)
    Data Offset : 250880 sectors
   Super Offset : 8 sectors
   Unused Space : before=250792 sectors, after=11696 sectors
          State : active
    Device UUID : 03f09a11:5bc14011:8d3f7f4d:bc33d6b9

Internal Bitmap : 8 sectors from superblock
    Update Time : Mon Jul 23 18:20:53 2018
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : c8956162 - correct
         Events : 191578

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 4
   Array State : AAAAA.AA ('A' == active, '.' == missing, 'R' == replacing)
/dev/sdg:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 2a625f41:32a13393:978936d5:902719da
           Name : azelphur-server:0  (local to host azelphur-server)
  Creation Time : Thu Mar 23 18:29:16 2017
     Raid Level : raid6
   Raid Devices : 8

 Avail Dev Size : 9767285168 (4657.40 GiB 5000.85 GB)
     Array Size : 29301835776 (27944.41 GiB 30005.08 GB)
  Used Dev Size : 9767278592 (4657.40 GiB 5000.85 GB)
    Data Offset : 250880 sectors
   Super Offset : 8 sectors
   Unused Space : before=250800 sectors, after=11696 sectors
          State : clean
    Device UUID : 3b0f7209:ed729a79:2ebc9ab1:07d6e063

Internal Bitmap : 8 sectors from superblock
    Update Time : Sun Jul  8 17:26:16 2018
  Bad Block Log : 512 entries available at offset 32 sectors
       Checksum : 36dc9ff0 - correct
         Events : 69286

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 5
   Array State : AAAAAAAA ('A' == active, '.' == missing, 'R' == replacing)
/dev/sdh:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 2a625f41:32a13393:978936d5:902719da
           Name : azelphur-server:0  (local to host azelphur-server)
  Creation Time : Thu Mar 23 18:29:16 2017
     Raid Level : raid6
   Raid Devices : 8

 Avail Dev Size : 9767290288 (4657.41 GiB 5000.85 GB)
     Array Size : 29301835776 (27944.41 GiB 30005.08 GB)
  Used Dev Size : 9767278592 (4657.40 GiB 5000.85 GB)
    Data Offset : 250880 sectors
   Super Offset : 8 sectors
   Unused Space : before=250800 sectors, after=11696 sectors
          State : active
    Device UUID : e042a7da:1cb4058f:6a976fa7:f30203e1

Internal Bitmap : 8 sectors from superblock
    Update Time : Mon Jul 23 18:20:53 2018
  Bad Block Log : 512 entries available at offset 32 sectors
       Checksum : 9083e1f1 - correct
         Events : 191578

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 7
   Array State : AAAAA.AA ('A' == active, '.' == missing, 'R' == replacing)
/dev/sdi:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 2a625f41:32a13393:978936d5:902719da
           Name : azelphur-server:0  (local to host azelphur-server)
  Creation Time : Thu Mar 23 18:29:16 2017
     Raid Level : raid6
   Raid Devices : 8

 Avail Dev Size : 9767285168 (4657.40 GiB 5000.85 GB)
     Array Size : 29301835776 (27944.41 GiB 30005.08 GB)
  Used Dev Size : 9767278592 (4657.40 GiB 5000.85 GB)
    Data Offset : 250880 sectors
   Super Offset : 8 sectors
   Unused Space : before=250800 sectors, after=11696 sectors
          State : active
    Device UUID : 5742d56b:3c9b9f70:35e9550f:349db858

Internal Bitmap : 8 sectors from superblock
    Update Time : Mon Jul 23 18:20:53 2018
  Bad Block Log : 512 entries available at offset 32 sectors
       Checksum : e2e7a091 - correct
         Events : 191578

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 6
   Array State : AAAAA.AA ('A' == active, '.' == missing, 'R' == replacing)

lsdrv의 출력 :

PCI [ahci] 00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04)
└scsi 1:0:0:0 ATA      Samsung SSD 840 
 └sda 465.76g [8:0] Empty/Unknown
  ├sda1 512.00m [8:1] Empty/Unknown
  │└Mounted as /dev/sda1 @ /boot
  ├sda2 457.78g [8:2] Empty/Unknown
  │└Mounted as /dev/sda2 @ /
  └sda3 7.48g [8:3] Empty/Unknown
PCI [mpt3sas] 02:00.0 Serial Attached SCSI controller: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (rev 03)
├phy-0:0 scsi 0:0:0:0 ATA      TOSHIBA MD04ACA5
│└sdb 4.55t [8:16] Empty/Unknown
│ └md0 0.00k [9:0] MD v1.2  () inactive, None (None) None {None}
│                  Empty/Unknown
├phy-0:1 scsi 0:0:1:0 ATA      TOSHIBA MD04ACA5
│└sdc 4.55t [8:32] Empty/Unknown
│ └md0 0.00k [9:0] MD v1.2  () inactive, None (None) None {None}
│                  Empty/Unknown
├phy-0:2 scsi 0:0:2:0 ATA      TOSHIBA MD04ACA5
│└sdd 4.55t [8:48] Empty/Unknown
│ └md0 0.00k [9:0] MD v1.2  () inactive, None (None) None {None}
│                  Empty/Unknown
├phy-0:3 scsi 0:0:3:0 ATA      TOSHIBA MD04ACA5
│└sde 4.55t [8:64] Empty/Unknown
│ └md0 0.00k [9:0] MD v1.2  () inactive, None (None) None {None}
│                  Empty/Unknown
├phy-0:4 scsi 0:0:4:0 ATA      ST5000DM000-1FK1
│└sdf 4.55t [8:80] Empty/Unknown
│ └md0 0.00k [9:0] MD v1.2  () inactive, None (None) None {None}
│                  Empty/Unknown
├phy-0:5 scsi 0:0:5:0 ATA      ST5000DM000-1FK1
│└sdg 4.55t [8:96] Empty/Unknown
│ └md0 0.00k [9:0] MD v1.2  () inactive, None (None) None {None}
│                  Empty/Unknown
├phy-0:6 scsi 0:0:7:0 ATA      ST5000DM000-1FK1
│└sdi 4.55t [8:128] Empty/Unknown
│ └md0 0.00k [9:0] MD v1.2  () inactive, None (None) None {None}
│                  Empty/Unknown
└phy-0:7 scsi 0:0:6:0 ATA      TOSHIBA MD04ACA5
 └sdh 4.55t [8:112] Empty/Unknown
  └md0 0.00k [9:0] MD v1.2  () inactive, None (None) None {None}
                   Empty/Unknown

모든 드라이브에 대한 Smartctl : https://pastebin.com/raw/04HeUBzw


각각에 Spinrite를 실행
Sunnyskyguy EE75

실제로 어레이를 시작해 보셨습니까? 비활성으로 표시됩니다.
cdhowie

안녕 @ cdhowie-나는 이것을 해결했다. sdg가 파손되었습니다 (SMART 결과에 표시). 나는 그것을 제거하고 새 드라이브를 추가했습니다. 어레이가 시작되고 재 구축되었으며 이제 모든 것이 작동합니다.
Azelphur

다행. 디스크가 없어도 어레이가 열화되지 않은 것은 이상하다.
cdhowie

@ cdhowie 나는 두 가지 중 하나에 해당하는 느낌을 가지고 있습니다. 과거에는 다소 나쁜 실패였으며 --assume-clean으로 배열을 다시 작성해야했습니다. 이로 인해 어레이 UUID가 변경되었지만 /etc/mdadm.conf에서 UUID를 업데이트하지 않았습니다.
Azelphur
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.