Skip to content

Replace /dev/sdb and /dev/sdc on storage1.staging

Replace this 2 disk with errors on storage1. Bonus, it will also stop the spam we are receiving relative to /dev/sdb.

  • /dev/sdb / wwn-0x5000c500a23e3868 / Serial ZAD0SD5D
root@storage1:~# smartctl -a /dev/disk/by-id/wwn-0x5000c500a23e3868
smartctl 6.6 2017-11-05 r4594 [x86_64-linux-5.10.0-0.bpo.3-amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

### START OF INFORMATION SECTION
Model Family:     Seagate Enterprise Capacity 3.5 HDD
Device Model:     ST6000NM0115-1YZ110
Serial Number:    ZAD0SD5D
LU WWN Device Id: 5 000c50 0a23e3868
Firmware Version: SN02
User Capacity:    6,001,175,126,016 bytes [6.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-3 [T13](https://forge.softwareheritage.org/T13 'view original for T13 on Phabricator')/2161-D revision 5
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Mon Apr 12 12:23:04 2021 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
...
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   083   064   044    Pre-fail  Always       -       202317440
  9 Power_On_Hours          0x0032   068   068   000    Old_age   Always       -       28217 (130 62 0)
...
195 Hardware_ECC_Recovered  0x001a   001   001   000    Old_age   Always       -       202317440
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       8
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       8
  • /dev/sdc / wwn-0x5000c500a22f48c9 / Serial: ZAD0RCAZ
root@storage1:~# smartctl -a /dev/disk/by-id/wwn-0x5000c500a22f48c9
smartctl 6.6 2017-11-05 r4594 [x86_64-linux-5.10.0-0.bpo.3-amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

### START OF INFORMATION SECTION
Model Family:     Seagate Enterprise Capacity 3.5 HDD
Device Model:     ST6000NM0115-1YZ110
Serial Number:    ZAD0RCAZ
LU WWN Device Id: 5 000c50 0a22f48c9
Firmware Version: SN02
User Capacity:    6,001,175,126,016 bytes [6.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-3 [T13](https://forge.softwareheritage.org/T13 'view original for T13 on Phabricator')/2161-D revision 5
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Mon Apr 12 12:24:27 2021 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
...
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   078   064   044    Pre-fail  Always       -       66891352
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   096   060   045    Pre-fail  Always       -       8275354886
  9 Power_On_Hours          0x0032   068   068   000    Old_age   Always       -       28217 (53 201 0)
187 Reported_Uncorrect      0x0032   099   099   000    Old_age   Always       -       1
195 Hardware_ECC_Recovered  0x001a   001   001   000    Old_age   Always       -       66891352

Error 1 occurred at disk power-on lifetime: 28185 hours (1174 days + 9 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 51 00 ff ff ff 0f  Error: WP at LBA = 0x0fffffff = 268435455

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  61 00 08 ff ff ff 4f 00  44d+01:37:51.537  WRITE FPDMA QUEUED
  60 00 08 ff ff ff 4f 00  44d+01:37:48.673  READ FPDMA QUEUED
  60 00 20 ff ff ff 4f 00  44d+01:37:48.672  READ FPDMA QUEUED
  60 00 d0 ff ff ff 4f 00  44d+01:37:48.671  READ FPDMA QUEUED
  60 00 b8 ff ff ff 4f 00  44d+01:37:48.669  READ FPDMA QUEUED

Migrated from T3243 (view on Phabricator)