Front light blinking red and status Raid is degraded

Front light blinking red and status Raid is degraded

Postby Glaven Clattuck » Sun Jul 30, 2023 9:56 am

Good morning everyone
I'm back on the forum after a long time for a new problem on my old 5BIG Network2, always hoping for your help.

For some days now, the NAS has had its front light flashing red, while all the LEDs on the HDs are blue.
The folders are reachable and the files are all ok.
But if I try to do some (Add or Move operation) everything is slowed down to death or it doesn't work at all. I can delete the files or even read them, but nothing else.
From the Dashboard in the RAID window, it tells me that the RAID is degraded and to change the HD in slot 1.

I bought a new HD and tried three times to do this but after so many hours (almost 24 hours yesterday) in the end there is always an error that blocks everything.
This time for example, it wrote that there was an error and all data is lost. Every time I have reinserted the original disk that the NAS says to replace, and again everything has returned as before, but obviously always with degraded RAID and with the operating difficulties that I mentioned above.
The NAS keeps suggesting me to change the HD because the data is not protected, but I don't know what to do anymore.
Your help is appreciated

p.s.To make you understand better, transferring a 5GB file from my Mac to the NAS, which normally takes a few minutes, now tells me it takes about 7 hours!!
Glaven Clattuck
Donator VIP
Donator VIP
 
Posts: 152
Joined: Sat May 21, 2016 3:21 pm
Location: Urbe Immortalis

Re: Front light blinking red and status Raid is degraded

Postby Jocko » Sun Jul 30, 2023 2:56 pm

Hi Glaven Clattuck,

Indeed you may have a fail disk.

If with the new one, the firmware failed to rebuild the raid that would mean you did not change the right disk. Can you explain how did you try to do it ?
And what is the slot1 for you ? first left disk when you see the slots side ?

Other point, I assume you still use the original disk, can you post these outputs :
Code: Select all
cat /proc/mdstat
mdadm --detail /dev/md0
mdadm --examine /dev/sd[abcde]8


and also
Code: Select all
dmesg
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Front light blinking red and status Raid is degraded

Postby Glaven Clattuck » Sun Jul 30, 2023 4:56 pm

Hi Jocko
slot #1 is what the NAS tells me it is, i.e. the first one on the left.
In the Dasboard there is just an image that indicates which disk is faulty.
To replace it I followed the procedure indicated in the LaCie Dashboard.
From the RAID page, I am told which is the failed disk and to replace it. So with the NAS turned on, I change the disk and press the button indicated on the browser. There begins the synchronization phase, which since I have all 5TB HDs in RAID5 is quite long.
In any case this stops and to operate again I'm forced to put the original HD back in the indicated slot.

Jocko wrote:Other point, I assume you still use the original disk, can you post these outputs :
Code: Select all
cat /proc/mdstat
mdadm --detail /dev/md0
mdadm --examine /dev/sd[abcde]8


and also
Code: Select all
dmesg

These are the requested output:

Code: Select all
[root@LaCie-5big ~]# cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md4 : active raid5 sdc2[1] sde2[4] sdb2[2] sdd2[3]
      15619969024 blocks super 1.0 level 5, 64k chunk, algorithm 2 [5/4] [_UUUU]
     
md3 : active raid1 sda5[0] sde5[4] sdb5[3] sdd5[2] sdc5[1]
      255936 blocks [5/5] [UUUUU]
     
md2 : active raid1 sda9[0] sdb9[4] sdc9[3] sdd9[2] sde9[1]
      875456 blocks [5/5] [UUUUU]
     
md1 : active raid1 sda8[0] sdb8[4] sdc8[3] sdd8[2] sde8[1]
      843328 blocks [5/5] [UUUUU]
     
md0 : active raid1 sde7[3] sdd7[4] sdc7[2] sdb7[1] sda7[0]
      16000 blocks [5/5] [UUUUU]
     
unused devices: <none>


Code: Select all
[root@LaCie-5big ~]# mdadm --detail /dev/md0
/dev/md0:
        Version : 0.90
  Creation Time : Tue Oct 28 21:06:41 2014
     Raid Level : raid1
     Array Size : 16000 (15.63 MiB 16.38 MB)
  Used Dev Size : 16000 (15.63 MiB 16.38 MB)
   Raid Devices : 5
  Total Devices : 5
Preferred Minor : 0
    Persistence : Superblock is persistent

    Update Time : Sun Jul 30 18:48:43 2023
          State : clean
 Active Devices : 5
Working Devices : 5
 Failed Devices : 0
  Spare Devices : 0

           UUID : ecd75e4a:49eb1115:3d186b3c:53958f34
         Events : 0.20090

    Number   Major   Minor   RaidDevice State
       0       8       39        0      active sync   /dev/sda7
       1       8       23        1      active sync   /dev/sdb7
       2       8        7        2      active sync   /dev/sdc7
       3       8       55        3      active sync   /dev/sde7
       4       8       71        4      active sync   /dev/sdd7


Code: Select all
[root@LaCie-5big ~]# mdadm --examine /dev/sd[abcde]8
/dev/sda8:
          Magic : a92b4efc
        Version : 0.90.00
           UUID : e4cfea82:c0f6f0eb:3d186b3c:53958f34
  Creation Time : Tue Oct 28 21:06:45 2014
     Raid Level : raid1
  Used Dev Size : 843328 (823.70 MiB 863.57 MB)
     Array Size : 843328 (823.70 MiB 863.57 MB)
   Raid Devices : 5
  Total Devices : 5
Preferred Minor : 1

    Update Time : Sun Jul 30 18:48:40 2023
          State : clean
 Active Devices : 5
Working Devices : 5
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 98c3cb82 - correct
         Events : 7536


      Number   Major   Minor   RaidDevice State
this     0       8       40        0      active sync   /dev/sda8

   0     0       8       40        0      active sync   /dev/sda8
   1     1       8       56        1      active sync   /dev/sde8
   2     2       8       72        2      active sync   /dev/sdd8
   3     3       8        8        3      active sync   /dev/sdc8
   4     4       8       24        4      active sync   /dev/sdb8
/dev/sdb8:
          Magic : a92b4efc
        Version : 0.90.00
           UUID : e4cfea82:c0f6f0eb:3d186b3c:53958f34
  Creation Time : Tue Oct 28 21:06:45 2014
     Raid Level : raid1
  Used Dev Size : 843328 (823.70 MiB 863.57 MB)
     Array Size : 843328 (823.70 MiB 863.57 MB)
   Raid Devices : 5
  Total Devices : 5
Preferred Minor : 1

    Update Time : Sun Jul 30 18:48:40 2023
          State : clean
 Active Devices : 5
Working Devices : 5
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 98c3cb7a - correct
         Events : 7536


      Number   Major   Minor   RaidDevice State
this     4       8       24        4      active sync   /dev/sdb8

   0     0       8       40        0      active sync   /dev/sda8
   1     1       8       56        1      active sync   /dev/sde8
   2     2       8       72        2      active sync   /dev/sdd8
   3     3       8        8        3      active sync   /dev/sdc8
   4     4       8       24        4      active sync   /dev/sdb8
/dev/sdc8:
          Magic : a92b4efc
        Version : 0.90.00
           UUID : e4cfea82:c0f6f0eb:3d186b3c:53958f34
  Creation Time : Tue Oct 28 21:06:45 2014
     Raid Level : raid1
  Used Dev Size : 843328 (823.70 MiB 863.57 MB)
     Array Size : 843328 (823.70 MiB 863.57 MB)
   Raid Devices : 5
  Total Devices : 5
Preferred Minor : 1

    Update Time : Sun Jul 30 18:48:40 2023
          State : clean
 Active Devices : 5
Working Devices : 5
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 98c3cb68 - correct
         Events : 7536


      Number   Major   Minor   RaidDevice State
this     3       8        8        3      active sync   /dev/sdc8

   0     0       8       40        0      active sync   /dev/sda8
   1     1       8       56        1      active sync   /dev/sde8
   2     2       8       72        2      active sync   /dev/sdd8
   3     3       8        8        3      active sync   /dev/sdc8
   4     4       8       24        4      active sync   /dev/sdb8
/dev/sdd8:
          Magic : a92b4efc
        Version : 0.90.00
           UUID : e4cfea82:c0f6f0eb:3d186b3c:53958f34
  Creation Time : Tue Oct 28 21:06:45 2014
     Raid Level : raid1
  Used Dev Size : 843328 (823.70 MiB 863.57 MB)
     Array Size : 843328 (823.70 MiB 863.57 MB)
   Raid Devices : 5
  Total Devices : 5
Preferred Minor : 1

    Update Time : Sun Jul 30 18:48:40 2023
          State : clean
 Active Devices : 5
Working Devices : 5
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 98c3cba6 - correct
         Events : 7536


      Number   Major   Minor   RaidDevice State
this     2       8       72        2      active sync   /dev/sdd8

   0     0       8       40        0      active sync   /dev/sda8
   1     1       8       56        1      active sync   /dev/sde8
   2     2       8       72        2      active sync   /dev/sdd8
   3     3       8        8        3      active sync   /dev/sdc8
   4     4       8       24        4      active sync   /dev/sdb8
/dev/sde8:
          Magic : a92b4efc
        Version : 0.90.00
           UUID : e4cfea82:c0f6f0eb:3d186b3c:53958f34
  Creation Time : Tue Oct 28 21:06:45 2014
     Raid Level : raid1
  Used Dev Size : 843328 (823.70 MiB 863.57 MB)
     Array Size : 843328 (823.70 MiB 863.57 MB)
   Raid Devices : 5
  Total Devices : 5
Preferred Minor : 1

    Update Time : Sun Jul 30 18:48:40 2023
          State : clean
 Active Devices : 5
Working Devices : 5
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 98c3cb94 - correct
         Events : 7536


      Number   Major   Minor   RaidDevice State
this     1       8       56        1      active sync   /dev/sde8

   0     0       8       40        0      active sync   /dev/sda8
   1     1       8       56        1      active sync   /dev/sde8
   2     2       8       72        2      active sync   /dev/sdd8
   3     3       8        8        3      active sync   /dev/sdc8
   4     4       8       24        4      active sync   /dev/sdb8

and last one

Code: Select all
[root@LaCie-5big ~]# dmesg
>[    3.210000] md: linear personality registered for level -1
[    3.210000] md: raid0 personality registered for level 0
[    3.220000] md: raid1 personality registered for level 1
[    3.220000] md: raid10 personality registered for level 10
[    3.230000] md: raid6 personality registered for level 6
[    3.230000] md: raid5 personality registered for level 5
[    3.240000] md: raid4 personality registered for level 4
[    3.240000] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    3.250000] cpufreq: Setting CPU Frequency to 1200000 KHz
[    3.250000] cpufreq: Setting PowerSaveState to off
[    3.260000] ata1.02: hard resetting link
[    3.260000] cpuidle: using governor ladder
[    3.260000] cpuidle: using governor menu
[    3.270000] Registered led device: net5big-v2:blue:power
[    3.270000] Registered led device: net5big-v2:red:power
[    3.280000] Registered led device: net5big-v2:blue:sata0
[    3.290000] Registered led device: net5big-v2:red:sata0
[    3.290000] Registered led device: net5big-v2:blue:sata1
[    3.300000] Registered led device: net5big-v2:red:sata1
[    3.300000] Registered led device: net5big-v2:blue:sata2
[    3.310000] Registered led device: net5big-v2:red:sata2
[    3.310000] Registered led device: net5big-v2:blue:sata3
[    3.320000] Registered led device: net5big-v2:red:sata3
[    3.320000] Registered led device: net5big-v2:blue:sata4
[    3.330000] Registered led device: net5big-v2:red:sata4
[    3.330000] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[    3.340000] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[    3.390000] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    3.430000] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[    3.470000] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[    3.510000] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[    3.510000] TCP cubic registered
[    3.510000] NET: Registered protocol family 17
[    3.520000] Bridge firewalling registered
[    3.520000] NET: Registered protocol family 5
[    3.530000] RPC: Registered udp transport module.
[    3.530000] RPC: Registered tcp transport module.
[    3.540000] /home/sbs/devs/workspace/5bignetwork2_release/system/components/linux/source/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    3.770000] ata1.03: hard resetting link
[    4.320000] ata1.01: ATA-9: ST4000VN000-1H4168, SC44, max UDMA/133
[    4.320000] ata1.01: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    4.390000] ata1.01: configured for UDMA/133
[    4.430000] ata1.02: ATA-9: ST4000VN000-1H4168, SC43, max UDMA/133
[    4.430000] ata1.02: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    4.500000] ata1.02: configured for UDMA/133
[    4.540000] ata1.03: ATA-9: ST4000VN000-1H4168, SC43, max UDMA/133
[    4.540000] ata1.03: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    4.610000] ata1.03: configured for UDMA/133
[    4.610000] ata1: EH complete
[    4.610000] scsi 0:1:0:0: Direct-Access     ATA      ST4000VN000-1H41 SC44 PQ: 0 ANSI: 5
[    4.620000] sd 0:1:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    4.630000] sd 0:1:0:0: [sdc] 4096-byte physical blocks
[    4.630000] sd 0:1:0:0: [sdc] Write Protect is off
[    4.640000] sd 0:1:0:0: [sdc] Mode Sense: 00 3a 00 00
[    4.640000] sd 0:1:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.650000]  sdc:
[    4.650000] sd 0:1:0:0: Attached scsi generic sg0 type 0
[    4.660000] scsi 0:2:0:0: Direct-Access     ATA      ST4000VN000-1H41 SC43 PQ: 0 ANSI: 5
[    4.670000] sd 0:2:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    4.670000] sd 0:2:0:0: [sdb] 4096-byte physical blocks
[    4.680000] sd 0:2:0:0: [sdb] Write Protect is off
[    4.680000] sd 0:2:0:0: [sdb] Mode Sense: 00 3a 00 00
[    4.680000] sd 0:2:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.690000]  sdb:
[    4.700000] sd 0:2:0:0: Attached scsi generic sg1 type 0
[    4.700000] scsi 0:3:0:0: Direct-Access     ATA      ST4000VN000-1H41 SC43 PQ: 0 ANSI: 5
[    4.710000] sd 0:3:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    4.720000] sd 0:3:0:0: [sda] 4096-byte physical blocks
[    4.720000] sd 0:3:0:0: [sda] Write Protect is off
[    4.730000] sd 0:3:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.730000] sd 0:3:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.740000]  sda: sdc1 sdc2 sdc3 sdc4 sdc5 sdc6 sdc7 sdc8 sdc9 sdc10
[    4.750000] sd 0:3:0:0: Attached scsi generic sg2 type 0
[    4.750000] sd 0:1:0:0: [sdc] Attached SCSI disk
[    4.760000]  sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8 sdb9 sdb10
[    4.770000] sd 0:2:0:0: [sdb] Attached SCSI disk
[    4.790000]  sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10
[    4.800000] sd 0:3:0:0: [sda] Attached SCSI disk
[    5.260000] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[    5.260000] ata2.15: Port Multiplier 1.1, 0x11ab:0x4140 r193, 4 ports, feat 0x5/0x1f
[    5.270000] ata2.00: hard resetting link
[    5.620000] ata2.01: hard resetting link
[    6.130000] ata2.02: hard resetting link
[    6.640000] ata2.03: hard resetting link
[    7.030000] ata2.01: ATA-9: ST4000VN000-1H4168, SC46, max UDMA/133
[    7.030000] ata2.01: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    7.100000] ata2.01: configured for UDMA/133
[    7.140000] ata2.02: ATA-9: ST4000VN000-1H4168, SC43, max UDMA/133
[    7.140000] ata2.02: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    7.210000] ata2.02: configured for UDMA/133
[    7.210000] ata2: EH complete
[    7.210000] scsi 1:1:0:0: Direct-Access     ATA      ST4000VN000-1H41 SC46 PQ: 0 ANSI: 5
[    7.220000] sd 1:1:0:0: [sde] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    7.230000] sd 1:1:0:0: [sde] 4096-byte physical blocks
[    7.230000] sd 1:1:0:0: [sde] Write Protect is off
[    7.240000] sd 1:1:0:0: [sde] Mode Sense: 00 3a 00 00
[    7.240000] sd 1:1:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.250000]  sde:
[    7.250000] sd 1:1:0:0: Attached scsi generic sg3 type 0
[    7.260000] scsi 1:2:0:0: Direct-Access     ATA      ST4000VN000-1H41 SC43 PQ: 0 ANSI: 5
[    7.270000] sd 1:2:0:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    7.270000] sd 1:2:0:0: [sdd] 4096-byte physical blocks
[    7.280000] sd 1:2:0:0: [sdd] Write Protect is off
[    7.280000] sd 1:2:0:0: [sdd] Mode Sense: 00 3a 00 00
[    7.280000] sd 1:2:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.290000]  sdd:
[    7.300000] sd 1:2:0:0: Attached scsi generic sg4 type 0
[    7.330000]  sde1 sde2 sde3 sde4 sde5 sde6 sde7 sde8 sde9 sde10
[    7.340000] sd 1:1:0:0: [sde] Attached SCSI disk
[    7.340000]  sdd1 sdd2 sdd3 sdd4 sdd5 sdd6 sdd7 sdd8 sdd9 sdd10
[    7.350000] sd 1:2:0:0: [sdd] Attached SCSI disk
[    7.350000] Freeing init memory: 148K
[    7.360000] Freeing initramfs memory: 4K
[    9.710000] eth0: link down
[    9.720000] eth0: started
[   10.840000] eth0: link up, full duplex, speed 1 Gbps
[   12.970000] md: md0 stopped.
[   12.980000] md: bind<sda7>
[   12.980000] raid1: raid set md0 active with 1 out of 5 mirrors
[   12.990000] md0: detected capacity change from 0 to 16384000
[   13.000000]  md0: unknown partition table
[   13.000000] kjournald starting.  Commit interval 5 seconds
[   13.010000] EXT3-fs: mounted filesystem with writeback data mode.
[   14.150000] md: bind<sdb7>
[   14.230000] RAID1 conf printout:
[   14.230000]  --- wd:1 rd:5
[   14.230000]  disk 0, wo:0, o:1, dev:sda7
[   14.230000]  disk 1, wo:1, o:1, dev:sdb7
[   14.240000] md: recovery of RAID array md0
[   14.240000] md: minimum _guaranteed_  speed: 1000 KB/sec/disk.
[   14.250000] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for recovery.
[   14.260000] md: using 128k window, over a total of 16000 blocks.
[   14.260000] md: md0: recovery done.
[   14.350000] RAID1 conf printout:
[   14.350000]  --- wd:2 rd:5
[   14.350000]  disk 0, wo:0, o:1, dev:sda7
[   14.350000]  disk 1, wo:0, o:1, dev:sdb7
[   14.550000] md: bind<sdc7>
[   14.650000] RAID1 conf printout:
[   14.650000]  --- wd:2 rd:5
[   14.650000]  disk 0, wo:0, o:1, dev:sda7
[   14.650000]  disk 1, wo:0, o:1, dev:sdb7
[   14.660000]  disk 2, wo:1, o:1, dev:sdc7
[   14.660000] md: recovery of RAID array md0
[   14.670000] md: minimum _guaranteed_  speed: 1000 KB/sec/disk.
[   14.670000] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for recovery.
[   14.680000] md: using 128k window, over a total of 16000 blocks.
[   15.050000] md: bind<sdd7>
[   15.300000] md: bind<sde7>
[   19.070000] md: md0: recovery done.
[   19.310000] RAID1 conf printout:
[   19.310000]  --- wd:3 rd:5
[   19.310000]  disk 0, wo:0, o:1, dev:sda7
[   19.310000]  disk 1, wo:0, o:1, dev:sdb7
[   19.320000]  disk 2, wo:0, o:1, dev:sdc7
[   19.440000] RAID1 conf printout:
[   19.440000]  --- wd:3 rd:5
[   19.440000]  disk 0, wo:0, o:1, dev:sda7
[   19.440000]  disk 1, wo:0, o:1, dev:sdb7
[   19.450000]  disk 2, wo:0, o:1, dev:sdc7
[   19.450000]  disk 3, wo:1, o:1, dev:sde7
[   19.460000] RAID1 conf printout:
[   19.460000]  --- wd:3 rd:5
[   19.460000]  disk 0, wo:0, o:1, dev:sda7
[   19.470000]  disk 1, wo:0, o:1, dev:sdb7
[   19.470000]  disk 2, wo:0, o:1, dev:sdc7
[   19.470000]  disk 3, wo:1, o:1, dev:sde7
[   19.480000]  disk 4, wo:1, o:1, dev:sdd7
[   19.480000] md: recovery of RAID array md0
[   19.490000] md: minimum _guaranteed_  speed: 1000 KB/sec/disk.
[   19.490000] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for recovery.
[   19.500000] md: using 128k window, over a total of 16000 blocks.
[   22.180000] md: md0: recovery done.
[   22.420000] RAID1 conf printout:
[   22.420000]  --- wd:5 rd:5
[   22.420000]  disk 0, wo:0, o:1, dev:sda7
[   22.420000]  disk 1, wo:0, o:1, dev:sdb7
[   22.430000]  disk 2, wo:0, o:1, dev:sdc7
[   22.430000]  disk 3, wo:0, o:1, dev:sde7
[   22.440000]  disk 4, wo:0, o:1, dev:sdd7
[   23.190000] md: md1 stopped.
[   23.200000] md: bind<sde8>
[   23.200000] md: bind<sdd8>
[   23.210000] md: bind<sdc8>
[   23.210000] md: bind<sdb8>
[   23.210000] md: bind<sda8>
[   23.220000] raid1: raid set md1 active with 5 out of 5 mirrors
[   23.220000] md1: detected capacity change from 0 to 863567872
[   23.320000]  md1: unknown partition table
[   24.300000] md: md2 stopped.
[   24.340000] md: bind<sde9>
[   24.340000] md: bind<sdd9>
[   24.340000] md: bind<sdc9>
[   24.340000] md: bind<sdb9>
[   24.350000] md: bind<sda9>
[   24.350000] raid1: raid set md2 active with 5 out of 5 mirrors
[   24.360000] md2: detected capacity change from 0 to 896466944
[   24.450000]  md2: unknown partition table
[   25.420000] md: md3 stopped.
[   25.420000] md: bind<sdc5>
[   25.420000] md: bind<sdd5>
[   25.430000] md: bind<sdb5>
[   25.430000] md: bind<sde5>
[   25.430000] md: bind<sda5>
[   25.440000] raid1: raid set md3 active with 5 out of 5 mirrors
[   25.450000] md3: detected capacity change from 0 to 262078464
[   25.540000]  md3: unknown partition table
[   31.400000] kjournald starting.  Commit interval 5 seconds
[   31.410000] EXT3-fs: mounted filesystem with writeback data mode.
[   31.460000] kjournald starting.  Commit interval 5 seconds
[   31.470000] EXT3 FS on md2, internal journal
[   31.470000] EXT3-fs: mounted filesystem with writeback data mode.
[   31.640000] unionfs: unionfs: new generation number 2
[   31.700000] unionfs: unionfs: new generation number 3
[   32.690000] Adding 255928k swap on /dev/md3.  Priority:-1 extents:1 across:255928k
[   33.030000] usbcore: registered new interface driver usbfs
[   33.030000] usbcore: registered new interface driver hub
[   33.030000] usbcore: registered new device driver usb
[   33.050000] Initializing USB Mass Storage driver...
[   33.050000] usbcore: registered new interface driver usb-storage
[   33.050000] USB Mass Storage support registered.
[   34.120000] udev: starting version 139
[   36.530000] uncorrectable error :
[   36.530000] end_request: I/O error, dev mtdblock0, sector 0
[   36.530000] Buffer I/O error on device mtdblock0, logical block 0
[   36.530000] uncorrectable error :
[   36.530000] end_request: I/O error, dev mtdblock0, sector 8
[   36.530000] Buffer I/O error on device mtdblock0, logical block 1
[   36.530000] end_request: I/O error, dev mtdblock0, sector 16
[   36.530000] Buffer I/O error on device mtdblock0, logical block 2
[   36.530000] uncorrectable error :
[   36.530000] end_request: I/O error, dev mtdblock0, sector 24
[   36.530000] Buffer I/O error on device mtdblock0, logical block 3
[   36.530000] uncorrectable error :
[   36.530000] end_request: I/O error, dev mtdblock0, sector 0
[   36.530000] Buffer I/O error on device mtdblock0, logical block 0
[   48.020000] uncorrectable error :
[   48.020000] end_request: I/O error, dev mtdblock0, sector 0
[   48.180000] md: md4 stopped.
[   48.190000] md: bind<sda2>
[   48.190000] md: bind<sdd2>
[   48.190000] md: bind<sdb2>
[   48.190000] md: bind<sde2>
[   48.190000] md: bind<sdc2>
[   48.190000] md: kicking non-fresh sda2 from array!
[   48.190000] md: unbind<sda2>
[   48.190000] md: export_rdev(sda2)
[   48.330000] raid5: device sdc2 operational as raid disk 1
[   48.330000] raid5: device sde2 operational as raid disk 4
[   48.330000] raid5: device sdb2 operational as raid disk 3
[   48.330000] raid5: device sdd2 operational as raid disk 2
[   48.330000] raid5: allocated 5258kB for md4
[   48.330000] raid5: raid level 5 set md4 active with 4 out of 5 devices, algorithm 2
[   48.330000] RAID5 conf printout:
[   48.330000]  --- rd:5 wd:4
[   48.330000]  disk 1, o:1, dev:sdc2
[   48.330000]  disk 2, o:1, dev:sdd2
[   48.330000]  disk 3, o:1, dev:sdb2
[   48.330000]  disk 4, o:1, dev:sde2
[   48.330000] md4: detected capacity change from 0 to 15994848280576
[   48.580000]  md4: unknown partition table
[   52.810000] eth1: started
[   65.790000] loop: module loaded
[   70.600000] XFS mounting filesystem md4
[   71.040000] Ending clean XFS mount for filesystem: md4
[  106.400000] iSCSI Enterprise Target Software - version 1.4.19
[  106.400000] iscsi_trgt: Registered io type fileio
[  106.400000] iscsi_trgt: Registered io type blockio
[  106.400000] iscsi_trgt: Registered io type nullio
[  114.350000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[  114.350000] ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
[  114.350000] ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
[  114.380000] ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
[  114.400000] ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00
[  114.400000] usb usb1: configuration #1 chosen from 1 choice
[  114.400000] hub 1-0:1.0: USB hub found
[  114.400000] hub 1-0:1.0: 1 port detected
[  114.720000] usb 1-1: new high speed USB device using ehci_marvell and address 2
[  114.870000] usb 1-1: configuration #1 chosen from 1 choice
[  114.870000] hub 1-1:1.0: USB hub found
[  114.880000] hub 1-1:1.0: 2 ports detected
[  124.410000] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[  124.410000] NFSD: unable to find recovery directory /var/lib/nfs/v4recovery
[  124.410000] NFSD: starting 90-second grace period
[  136.910000] warning: `proftpd' uses 32-bit capabilities (legacy support in use)


Hope you can find something that helps.
Thank you
Glaven Clattuck
Donator VIP
Donator VIP
 
Posts: 152
Joined: Sat May 21, 2016 3:21 pm
Location: Urbe Immortalis

Re: Front light blinking red and status Raid is degraded

Postby Glaven Clattuck » Mon Jul 31, 2023 4:46 pm

If i understood well, the prob is on the md4, so i launch the same command that you request for the md0, to the md4.
This is the result:
Code: Select all
[root@LaCie-5big ~]# mdadm --detail /dev/md4       
/dev/md4:
        Version : 1.0
  Creation Time : Tue Oct 28 21:06:48 2014
     Raid Level : raid5
     Array Size : 15619969024 (14896.36 GiB 15994.85 GB)
  Used Dev Size : 3904992256 (3724.09 GiB 3998.71 GB)
   Raid Devices : 5
  Total Devices : 4
    Persistence : Superblock is persistent

    Update Time : Sun Jul 30 21:40:06 2023
          State : clean, degraded
 Active Devices : 4
Working Devices : 4
 Failed Devices : 0
  Spare Devices : 0

         Layout : left-symmetric
     Chunk Size : 64K

           Name : (none):4
           UUID : ad468f58:53571e53:74558f1d:48545ec5
         Events : 2758137

    Number   Major   Minor   RaidDevice State
       0       0        0        0      removed
       1       8        2        1      active sync   /dev/sdc2
       3       8       66        2      active sync   /dev/sdd2
       2       8       18        3      active sync   /dev/sdb2
       4       8       50        4      active sync   /dev/sde2


clearly we have a problem here.
From here you can figure out which physical disk it is and on which slot?

I can redo the synchronization procedure, but maybe it's better to check the new HD first? Which is no longer new, given that it has started the synchronization procedure three times and something has been written about it. Maybe in the Partition Table?

wait for your tip
Glaven Clattuck
Donator VIP
Donator VIP
 
Posts: 152
Joined: Sat May 21, 2016 3:21 pm
Location: Urbe Immortalis

Re: Front light blinking red and status Raid is degraded

Postby Jocko » Wed Aug 02, 2023 9:54 am

Hi

I did not believe you still use lacie firmware.

So yes the data partitions are on partitions sdX2. According your last output the issue is on partition sda2. But now we have to know what is the physical disk with sda as kernel device name because (if I remember lacie sets weirdly kernel disk names.

So can you post
Code: Select all
lsscsi
if the command is not present you can lshw or hwinfo
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Front light blinking red and status Raid is degraded

Postby Glaven Clattuck » Wed Aug 02, 2023 1:33 pm

Jocko wrote:Hi

I did not believe you still use lacie firmware.

So yes the data partitions are on partitions sdX2. According your last output the issue is on partition sda2. But now we have to know what is the physical disk with sda as kernel device name because (if I remember lacie sets weirdly kernel disk names.

So can you post
Code: Select all
lsscsi
if the command is not present you can lshw or hwinfo


Hi Jocko, thanks for your reply

I don't think I'm using the original LaCie firmware either, but I can't remember if, with your help, I updated it to your firmware.

However none of the three commands (lsscsi, lshw or hwinfo) are present...
Glaven Clattuck
Donator VIP
Donator VIP
 
Posts: 152
Joined: Sat May 21, 2016 3:21 pm
Location: Urbe Immortalis

Re: Front light blinking red and status Raid is degraded

Postby Glaven Clattuck » Wed Aug 02, 2023 5:07 pm

Well, I did this extreme step:
With the Clonezilla software, i inserted the "failed" HD and the new one in two bay of my MacPro and clone the old on the new one.
After several hours, the procedure was successful.

So put the old HD in the NAS and the NAS remains with the front light in solid red, while it was blinking before.
Same thing with the new HD clone.
The led on the back of the NAS are all blue.

I can connect to the NAS via SSH or via Dashboard but this is the situation now.

Code: Select all
cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md3 : active raid1 sda5[0] sde5[1] sdc5[4] sdb5[3] sdd5[2]
      255936 blocks [5/5] [UUUUU]
     
md2 : active raid1 sda9[0] sde9[1] sdb9[4] sdc9[3] sdd9[2]
      875456 blocks [5/5] [UUUUU]
     
md1 : active raid1 sda8[0] sdb8[4] sdc8[3] sdd8[2] sde8[1]
      843328 blocks [5/5] [UUUUU]
     
md0 : active raid1 sde7[4] sdd7[3] sdc7[2] sdb7[1] sda7[0]
      16000 blocks [5/5] [UUUUU]

unused devices:  <none>


The MD4 it's gone and RAID5 too.

this is the new output of dmesg.

Code: Select all
[root@LaCie-5big ~]# dmesg                 
cross:255928k
[   29.430000] usbcore: registered new interface driver usbfs
[   29.430000] usbcore: registered new interface driver hub
[   29.440000] usbcore: registered new device driver usb
[   29.460000] Initializing USB Mass Storage driver...
[   29.460000] usbcore: registered new interface driver usb-storage
[   29.460000] USB Mass Storage support registered.
[   30.410000] udev: starting version 139
[   33.750000] uncorrectable error :
[   33.750000] end_request: I/O error, dev mtdblock0, sector 0
[   33.750000] Buffer I/O error on device mtdblock0, logical block 0
[   33.750000] uncorrectable error :
[   33.750000] end_request: I/O error, dev mtdblock0, sector 8
[   33.750000] Buffer I/O error on device mtdblock0, logical block 1
[   33.750000] end_request: I/O error, dev mtdblock0, sector 16
[   33.750000] Buffer I/O error on device mtdblock0, logical block 2
[   33.750000] uncorrectable error :
[   33.750000] end_request: I/O error, dev mtdblock0, sector 24
[   33.750000] Buffer I/O error on device mtdblock0, logical block 3
[   33.750000] uncorrectable error :
[   33.750000] end_request: I/O error, dev mtdblock0, sector 0
[   33.750000] Buffer I/O error on device mtdblock0, logical block 0
[   44.530000] uncorrectable error :
[   44.530000] end_request: I/O error, dev mtdblock0, sector 0
[   44.720000] md: md4 stopped.
[   44.740000] md: bind<sda2>
[   44.750000] md: bind<sdd2>
[   44.750000] md: bind<sdb2>
[   44.750000] md: bind<sde2>
[   44.760000] md: bind<sdc2>
[   44.760000] md: kicking non-fresh sda2 from array!
[   44.760000] md: unbind<sda2>
[   44.760000] md: export_rdev(sda2)
[   44.780000] raid5: device sdc2 operational as raid disk 1
[   44.780000] raid5: device sde2 operational as raid disk 4
[   44.780000] raid5: device sdb2 operational as raid disk 3
[   44.780000] raid5: device sdd2 operational as raid disk 2
[   44.790000] raid5: allocated 5258kB for md4
[   44.880000] raid5: raid level 5 set md4 active with 4 out of 5 devices, algorithm 2
[   44.880000] RAID5 conf printout:
[   44.880000]  --- rd:5 wd:4
[   44.880000]  disk 1, o:1, dev:sdc2
[   44.880000]  disk 2, o:1, dev:sdd2
[   44.880000]  disk 3, o:1, dev:sdb2
[   44.880000]  disk 4, o:1, dev:sde2
[   44.880000] md4: detected capacity change from 0 to 15994848280576
[   45.210000]  md4: unknown partition table
[   49.360000] eth1: started
[   63.220000] loop: module loaded
[   68.270000] XFS mounting filesystem md4
[   72.770000] ata1: mv_handle_fbs_ncq_dev_err: pmp_map=0002 qc_map=0001 failed_links=1 nr_active_links=1
[   72.770000] ata1: mv_handle_fbs_ncq_dev_err: done
[   72.930000] ata1.00: failed to read SCR 1 (Emask=0x40)
[   72.930000] ata1.01: failed to read SCR 1 (Emask=0x40)
[   72.930000] ata1.02: failed to read SCR 1 (Emask=0x40)
[   72.930000] ata1.03: failed to read SCR 1 (Emask=0x40)
[   72.930000] ata1.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   72.930000] ata1.01: exception Emask 0x100 SAct 0x1 SErr 0x0 action 0x6 frozen
[   72.930000] ata1.01: dev err
[   72.930000] ata1.01: cmd 60/08:00:18:e4:3f/00:00:10:00:00/40 tag 0 ncq 4096 in
[   72.930000]          res 41/40:08:18:e4:3f/07:00:10:00:00/00 Emask 0x409 (media error) <F>
[   72.930000] ata1.01: status: { DRDY ERR }
[   72.930000] ata1.01: error: { UNC }
[   72.930000] ata1.02: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   72.930000] ata1.03: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   72.930000] ata1.15: hard resetting link
[   73.440000] ata1.15: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   73.440000] ata1.00: hard resetting link
[   73.790000] ata1.01: hard resetting link
[   74.300000] ata1.02: hard resetting link
[   74.810000] ata1.03: hard resetting link
[   75.420000] ata1.01: configured for UDMA/133
[   75.520000] ata1.02: configured for UDMA/133
[   75.620000] ata1.03: configured for UDMA/133
[   75.620000] ata1: EH complete
[   79.540000] ata1: mv_handle_fbs_ncq_dev_err: pmp_map=0002 qc_map=0001 failed_links=1 nr_active_links=1
[   79.540000] ata1: mv_handle_fbs_ncq_dev_err: done
[   79.560000] ata1.00: failed to read SCR 1 (Emask=0x40)
[   79.560000] ata1.01: failed to read SCR 1 (Emask=0x40)
[   79.560000] ata1.02: failed to read SCR 1 (Emask=0x40)
[   79.560000] ata1.03: failed to read SCR 1 (Emask=0x40)
[   79.560000] ata1.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   79.560000] ata1.01: exception Emask 0x100 SAct 0x1 SErr 0x0 action 0x6 frozen
[   79.560000] ata1.01: dev err
[   79.560000] ata1.01: cmd 60/08:00:18:e4:3f/00:00:10:00:00/40 tag 0 ncq 4096 in
[   79.560000]          res 41/40:08:18:e4:3f/07:00:10:00:00/00 Emask 0x409 (media error) <F>
[   79.560000] ata1.01: status: { DRDY ERR }
[   79.560000] ata1.01: error: { UNC }
[   79.560000] ata1.02: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   79.560000] ata1.03: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   79.560000] ata1.15: hard resetting link
[   80.070000] ata1.15: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   80.070000] ata1.00: hard resetting link
[   80.420000] ata1.01: hard resetting link
[   80.930000] ata1.02: hard resetting link
[   81.440000] ata1.03: hard resetting link
[   82.050000] ata1.01: configured for UDMA/133
[   82.150000] ata1.02: configured for UDMA/133
[   82.250000] ata1.03: configured for UDMA/133
[   82.250000] ata1: EH complete
[   86.170000] ata1: mv_handle_fbs_ncq_dev_err: pmp_map=0002 qc_map=0001 failed_links=1 nr_active_links=1
[   86.170000] ata1: mv_handle_fbs_ncq_dev_err: done
[   86.210000] ata1.00: failed to read SCR 1 (Emask=0x40)
[   86.210000] ata1.01: failed to read SCR 1 (Emask=0x40)
[   86.210000] ata1.02: failed to read SCR 1 (Emask=0x40)
[   86.210000] ata1.03: failed to read SCR 1 (Emask=0x40)
[   86.210000] ata1.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   86.210000] ata1.01: exception Emask 0x100 SAct 0x1 SErr 0x0 action 0x6 frozen
[   86.210000] ata1.01: dev err
[   86.210000] ata1.01: cmd 60/08:00:18:e4:3f/00:00:10:00:00/40 tag 0 ncq 4096 in
[   86.210000]          res 41/40:08:18:e4:3f/07:00:10:00:00/00 Emask 0x409 (media error) <F>
[   86.210000] ata1.01: status: { DRDY ERR }
[   86.210000] ata1.01: error: { UNC }
[   86.210000] ata1.02: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   86.210000] ata1.03: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   86.210000] ata1.15: hard resetting link
[   86.720000] ata1.15: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   86.720000] ata1.00: limiting SATA link speed to 1.5 Gbps
[   86.720000] ata1.00: hard resetting link
[   87.070000] ata1.01: hard resetting link
[   87.580000] ata1.02: hard resetting link
[   88.090000] ata1.03: hard resetting link
[   88.700000] ata1.01: configured for UDMA/133
[   88.800000] ata1.02: configured for UDMA/133
[   88.900000] ata1.03: configured for UDMA/133
[   88.900000] ata1: EH complete
[   92.820000] ata1: mv_handle_fbs_ncq_dev_err: pmp_map=0002 qc_map=0001 failed_links=1 nr_active_links=1
[   92.820000] ata1: mv_handle_fbs_ncq_dev_err: done
[   92.840000] ata1.00: failed to read SCR 1 (Emask=0x40)
[   92.840000] ata1.01: failed to read SCR 1 (Emask=0x40)
[   92.840000] ata1.02: failed to read SCR 1 (Emask=0x40)
[   92.840000] ata1.03: failed to read SCR 1 (Emask=0x40)
[   92.840000] ata1.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   92.840000] ata1.01: exception Emask 0x100 SAct 0x1 SErr 0x0 action 0x6 frozen
[   92.840000] ata1.01: dev err
[   92.840000] ata1.01: cmd 60/08:00:18:e4:3f/00:00:10:00:00/40 tag 0 ncq 4096 in
[   92.840000]          res 41/40:08:18:e4:3f/07:00:10:00:00/00 Emask 0x409 (media error) <F>
[   92.840000] ata1.01: status: { DRDY ERR }
[   92.840000] ata1.01: error: { UNC }
[   92.840000] ata1.02: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   92.840000] ata1.03: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   92.840000] ata1.15: hard resetting link
[   93.350000] ata1.15: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   93.350000] ata1.00: limiting SATA link speed to 1.5 Gbps
[   93.350000] ata1.00: hard resetting link
[   93.700000] ata1.01: hard resetting link
[   94.210000] ata1.02: hard resetting link
[   94.720000] ata1.03: hard resetting link
[   95.330000] ata1.01: configured for UDMA/133
[   95.430000] ata1.02: configured for UDMA/133
[   95.530000] ata1.03: configured for UDMA/133
[   95.530000] ata1: EH complete
[   99.460000] ata1: mv_handle_fbs_ncq_dev_err: pmp_map=0002 qc_map=0001 failed_links=1 nr_active_links=1
[   99.460000] ata1: mv_handle_fbs_ncq_dev_err: done
[   99.480000] ata1.00: failed to read SCR 1 (Emask=0x40)
[   99.480000] ata1.01: failed to read SCR 1 (Emask=0x40)
[   99.480000] ata1.02: failed to read SCR 1 (Emask=0x40)
[   99.480000] ata1.03: failed to read SCR 1 (Emask=0x40)
[   99.480000] ata1.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   99.480000] ata1.01: exception Emask 0x100 SAct 0x1 SErr 0x0 action 0x6 frozen
[   99.480000] ata1.01: dev err
[   99.480000] ata1.01: cmd 60/08:00:18:e4:3f/00:00:10:00:00/40 tag 0 ncq 4096 in
[   99.480000]          res 41/40:08:18:e4:3f/07:00:10:00:00/00 Emask 0x409 (media error) <F>
[   99.480000] ata1.01: status: { DRDY ERR }
[   99.480000] ata1.01: error: { UNC }
[   99.480000] ata1.02: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   99.480000] ata1.03: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[   99.480000] ata1.15: hard resetting link
[   99.990000] ata1.15: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   99.990000] ata1.00: limiting SATA link speed to 1.5 Gbps
[   99.990000] ata1.00: hard resetting link
[  100.340000] ata1.01: hard resetting link
[  100.850000] ata1.02: hard resetting link
[  101.360000] ata1.03: hard resetting link
[  101.970000] ata1.01: configured for UDMA/133
[  102.070000] ata1.02: configured for UDMA/133
[  102.170000] ata1.03: configured for UDMA/133
[  102.170000] ata1: EH complete
[  106.090000] ata1: mv_handle_fbs_ncq_dev_err: pmp_map=0002 qc_map=0001 failed_links=1 nr_active_links=1
[  106.090000] ata1: mv_handle_fbs_ncq_dev_err: done
[  106.110000] ata1.00: failed to read SCR 1 (Emask=0x40)
[  106.110000] ata1.01: failed to read SCR 1 (Emask=0x40)
[  106.110000] ata1.02: failed to read SCR 1 (Emask=0x40)
[  106.110000] ata1.03: failed to read SCR 1 (Emask=0x40)
[  106.110000] ata1.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[  106.110000] ata1.01: exception Emask 0x100 SAct 0x1 SErr 0x0 action 0x6 frozen
[  106.110000] ata1.01: dev err
[  106.110000] ata1.01: cmd 60/08:00:18:e4:3f/00:00:10:00:00/40 tag 0 ncq 4096 in
[  106.110000]          res 41/40:08:18:e4:3f/07:00:10:00:00/00 Emask 0x409 (media error) <F>
[  106.110000] ata1.01: status: { DRDY ERR }
[  106.110000] ata1.01: error: { UNC }
[  106.110000] ata1.02: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[  106.110000] ata1.03: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[  106.110000] ata1.15: hard resetting link
[  106.620000] ata1.15: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[  106.620000] ata1.00: limiting SATA link speed to 1.5 Gbps
[  106.620000] ata1.00: hard resetting link
[  106.970000] ata1.01: hard resetting link
[  107.480000] ata1.02: hard resetting link
[  107.990000] ata1.03: hard resetting link
[  108.600000] ata1.01: configured for UDMA/133
[  108.700000] ata1.02: configured for UDMA/133
[  108.800000] ata1.03: configured for UDMA/133
[  108.800000] sd 0:1:0:0: [sdc] Unhandled sense code
[  108.800000] sd 0:1:0:0: [sdc] Result: hostbyte=0x00 driverbyte=0x08
[  108.800000] sd 0:1:0:0: [sdc] Sense Key : 0x3 [current] [descriptor]
[  108.800000] Descriptor sense data with sense descriptors (in hex):
[  108.800000]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  108.800000]         10 3f e4 18
[  108.800000] sd 0:1:0:0: [sdc] ASC=0x11 ASCQ=0x4
[  108.800000] end_request: I/O error, dev sdc, sector 272622616
[  108.800000] raid5:md4: read error not correctable (sector 268573720 on sdc2).
[  108.800000] raid5: Disk failure on sdc2, disabling device.
[  108.800000] raid5: Operation continuing on 3 devices.
[  108.800000] ata1: EH complete
[  108.960000] RAID5 conf printout:
[  108.960000]  --- rd:5 wd:3
[  108.960000]  disk 1, o:0, dev:sdc2
[  108.960000]  disk 2, o:1, dev:sdd2
[  108.960000]  disk 3, o:1, dev:sdb2
[  108.960000]  disk 4, o:1, dev:sde2
[  108.960000] RAID5 conf printout:
[  108.960000]  --- rd:5 wd:3
[  108.960000]  disk 2, o:1, dev:sdd2
[  108.960000]  disk 3, o:1, dev:sdb2
[  108.960000]  disk 4, o:1, dev:sde2
[  108.960000] I/O error in filesystem ("md4") meta-data dev md4 block 0x4008711f       ("xlog_bread") error 5 buf count 512
[  108.960000] XFS: empty log check failed
[  108.960000] XFS: log mount/recovery failed: error 5
[  108.960000] XFS: log mount failed
[  124.500000] md: md4 stopped.
[  124.500000] md: unbind<sdc2>
[  124.500000] md: export_rdev(sdc2)
[  124.500000] md: unbind<sde2>
[  124.500000] md: export_rdev(sde2)
[  124.500000] md: unbind<sdb2>
[  124.500000] md: export_rdev(sdb2)
[  124.500000] md: unbind<sdd2>
[  124.500000] md: export_rdev(sdd2)
[  124.520000] md4: detected capacity change from 15994848280576 to 0
[  149.300000] iSCSI Enterprise Target Software - version 1.4.19
[  149.300000] iscsi_trgt: Registered io type fileio
[  149.300000] iscsi_trgt: Registered io type blockio
[  149.300000] iscsi_trgt: Registered io type nullio
[  153.480000] md: md2: recovery done.
[  153.490000] md: recovery of RAID array md3
[  153.490000] md: minimum _guaranteed_  speed: 1000 KB/sec/disk.
[  153.490000] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for recovery.
[  153.490000] md: using 128k window, over a total of 255936 blocks.
[  153.720000] RAID1 conf printout:
[  153.720000]  --- wd:5 rd:5
[  153.720000]  disk 0, wo:0, o:1, dev:sda9
[  153.720000]  disk 1, wo:0, o:1, dev:sde9
[  153.720000]  disk 2, wo:0, o:1, dev:sdd9
[  153.720000]  disk 3, wo:0, o:1, dev:sdc9
[  153.720000]  disk 4, wo:0, o:1, dev:sdb9
[  157.660000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[  157.660000] ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
[  157.660000] ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
[  157.690000] ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
[  157.710000] ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00
[  157.710000] usb usb1: configuration #1 chosen from 1 choice
[  157.710000] hub 1-0:1.0: USB hub found
[  157.710000] hub 1-0:1.0: 1 port detected
[  158.030000] usb 1-1: new high speed USB device using ehci_marvell and address 2
[  158.180000] usb 1-1: configuration #1 chosen from 1 choice
[  158.180000] hub 1-1:1.0: USB hub found
[  158.190000] hub 1-1:1.0: 2 ports detected
[  162.780000] md: md3: recovery done.
[  162.940000] RAID1 conf printout:
[  162.940000]  --- wd:5 rd:5
[  162.940000]  disk 0, wo:0, o:1, dev:sda5
[  162.940000]  disk 1, wo:0, o:1, dev:sde5
[  162.940000]  disk 2, wo:0, o:1, dev:sdd5
[  162.940000]  disk 3, wo:0, o:1, dev:sdb5
[  162.940000]  disk 4, wo:0, o:1, dev:sdc5
[  165.120000] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[  165.120000] NFSD: unable to find recovery directory /var/lib/nfs/v4recovery
[  165.120000] NFSD: starting 90-second grace period
[  175.320000] warning: `proftpd' uses 32-bit capabilities (legacy support in use)


I don't take any further action to avoid making things worse and I'm staying with the hope of your help, maybe try to rebuild the array?
Glaven Clattuck
Donator VIP
Donator VIP
 
Posts: 152
Joined: Sat May 21, 2016 3:21 pm
Location: Urbe Immortalis

Re: Front light blinking red and status Raid is degraded

Postby Jocko » Thu Aug 03, 2023 9:17 am

Hi

According to your last output, we can confirm what disk is sda.
Code: Select all
[   44.760000] md: kicking non-fresh sda2 from array!
[   44.760000] md: unbind<sda2>
So sda is really the first left disk. It seems there is also some errors on sdc disk. So with two missing members, you can not reassemble a raid5
Do nothing on the original sda disk, maybe it is clean and you got previously a degraded raid5 by the faulty sdc in fact instead of sda...

First we try to assemble manually the raid with only 4 disks
Code: Select all
mdadm --assemble --readonly --force --verbose /dev/md4 missing /dev/sdc2 /dev/sdb2  /dev/sdd2 /dev/sde2
(keep this order sdc2 is member 2 in your raid according to a previous output) post the output and also if the raid is reassembled
Code: Select all
cat /proc/mdstat
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Front light blinking red and status Raid is degraded

Postby Glaven Clattuck » Thu Aug 03, 2023 3:16 pm

Unfortunately this is the answer:

Code: Select all
[root@LaCie-5big ~]# mdadm --assemble --readonly --force --verbose /dev/md4 missing /dev/sdc2 /dev/sdb2  /dev/sdd2 /dev/sde2
mdadm:option --readonly not valid in assemble mode


Do you want me to try removing the --readonly parameter?

ok i did

Code: Select all
mdadm --assemble --force --verbose /dev/md4 missing /dev/sdc2 /dev/sdb2  /dev/sdd2 /dev/sde2           
mdadm: looking for devices for /dev/md4
mdadm: cannot open device missing: No such file or directory
mdadm: missing has no superblock - assembly aborted
Glaven Clattuck
Donator VIP
Donator VIP
 
Posts: 152
Joined: Sat May 21, 2016 3:21 pm
Location: Urbe Immortalis

Re: Front light blinking red and status Raid is degraded

Postby Jocko » Thu Aug 03, 2023 4:51 pm

Remove also the option missing (must be used only when you create a raid !)
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Next

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 2 guests

cron