One or more devices has experienced an error resulting in data corruption

Donny Davis

Contributor
Joined
Jul 31, 2015
Messages
139
So I woke up yesterday morning to this error.
Code:
The volume tank state is ONLINE: One or more devices has experienced an error resulting in data corruption. Applications may be affected.


It was a rpm package that had been rsyncd in from a mirror as I use my freenas for local mirror functions. Upon using the trusty googles, the unanimous consensus was to get a backup of my data immediately. Thankfully I have the gear to do so, and its in flight right now. I do have other backups of my most precious datas that run daily, so if this blows up its not a deal breaker or anything like that.

So getting to the question part, how do I get to the root of the issue. I am using ECC memory, and as soon as the backup is done I will run memtest to see if some ram has failed. Is there anything else I should be looking at, and what to do if its not the ram.

This system was built all new in Oct of 2018, it shouldn't be failing yet with one exception. The drives are recycled, so if they are crapping out its not a surprise... but how do I go about figuring out which on it is.

Thanks
~/Donny D
 

Donny Davis

Contributor
Joined
Jul 31, 2015
Messages
139
Yea that is probably a good idea. I also have a couple drives with failed checksums. Not sure if that is relevant.
Is that the only thing I should be looking at? Is this just an indicator of a drive failure or are there other components in the system I also need to be looking at.

Thankfully ZFS tells me that data is bad, otherwise I would just go about my life acting like my data is all good when it isn't.

I'm trying to use this experience as a lesson in what not to do, or how to fix it.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
I am also curious what the output of the command zpool status is, because there must be multiple failed drives to have permanent date corruption.
 

Donny Davis

Contributor
Joined
Jul 31, 2015
Messages
139
Thanks Chris :)

I planned to make some reasonable assumptions about the error, but its better to ask if I don't know definitively.
 

Donny Davis

Contributor
Joined
Jul 31, 2015
Messages
139
Code:
root@storage:~ # zpool status -v
  pool: freenas-boot
 state: ONLINE
  scan: scrub repaired 0 in 0 days 00:03:08 with 0 errors on Thu Mar 14 03:48:08 2019
config:

    NAME                                            STATE     READ WRITE CKSUM
    freenas-boot                                    ONLINE       0     0     0
      mirror-0                                      ONLINE       0     0     0
        gptid/0db0c845-cb3f-11e8-aade-000743134740  ONLINE       0     0     0
        gptid/2ae4285c-cb40-11e8-aade-000743134740  ONLINE       0     0     0

errors: No known data errors

  pool: tank
 state: ONLINE
status: One or more devices has experienced an error resulting in data
    corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
    entire pool from backup.
   see: http://illumos.org/msg/ZFS-8000-8A
  scan: scrub repaired 0 in 0 days 01:55:03 with 1 errors on Sun Mar 17 01:55:05 2019
config:

    NAME                                            STATE     READ WRITE CKSUM
    tank                                            ONLINE       0     0     1
      raidz2-0                                      ONLINE       0     0     0
        gptid/0e49ce7d-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/0f983377-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/13d2178a-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/1533aabd-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/16a76e12-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/1b9c65e7-c383-11e8-8a31-000743134740  ONLINE       0     0     0
      raidz2-1                                      ONLINE       0     0     0
        gptid/1fdeeac1-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/2154ba13-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/22b21897-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/2409a172-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/2572ceb9-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/26e6bbba-c383-11e8-8a31-000743134740  ONLINE       0     0     0
      raidz2-3                                      ONLINE       0     0     0
        gptid/4834dd99-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/49c504f4-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/4b66776c-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/4d0150b5-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/52cbe78f-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/5481a5ab-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
      raidz2-4                                      ONLINE       0     0     2
        gptid/597b2826-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/5b4d7b7b-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/5cf95f76-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/5eada196-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/604d110d-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/65e1c38e-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
    logs
      gptid/898f20a8-04ae-11e9-92fe-000743134740    ONLINE       0     0     0

errors: Permanent errors have been detected in the following files:

        tank/pxe:<0x748a7>
 

Donny Davis

Contributor
Joined
Jul 31, 2015
Messages
139
Now that is really weird... when I checked yesterday there was more than one drive with an error...
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
It's possible for ZFS to correct some data errors from parity data. The underlying disks can still have errors.
Test the drives.

Yes, we want you to ask.
 

Donny Davis

Contributor
Joined
Jul 31, 2015
Messages
139
Aside from S.M.A.R.T tests, is there anything else I should be doing?
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
Aside from S.M.A.R.T tests, is there anything else I should be doing?
Running the tests is the only 'active' thing unless you want to make a backup of your data. I have some questions that might help me come up with some ideas though.
Do you know what model number hard drive do you have? From the description,3TB Hitachi Enterprise drives pulled from an EMC Isilion x400, I am thinking they might be SAS drives, but I would love to know more.
I think we need to figure out why you got the error that caused data loss because that is certainly not something that we want to see more of.
Doing the SMART test is about trying to find out if there is a mechanical fault with one of the drives. We usually see some indicators in the results.
Also, what kind of SAS controller are you using?
 

Donny Davis

Contributor
Joined
Jul 31, 2015
Messages
139
Full Data backup is currently in flight - Critical stuff is backed up automatically daily

SAS Controller
02:00.0 Serial Attached SCSI controller: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (rev 03)

Drive Info

=== START OF INFORMATION SECTION ===
Model Family: Hitachi Ultrastar 7K3000
Device Model: Hitachi HUA723030ALA640
Serial Number: MK0371YHKVH0MA
LU WWN Device Id: 5 000cca 225f6508b
Firmware Version: MKAOAA50
User Capacity: 3,000,592,982,016 bytes [3.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Form Factor: 3.5 inches
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS T13/1699-D revision 4
SATA Version is: SATA 2.6, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon Mar 18 09:25:11 2019 EDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

Drive Bay
Lenovo SA120 Drive Shelf
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
SAS Controller
02:00.0 Serial Attached SCSI controller: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (rev 03)
What is the sub-version of the firmware on that? It should look something like: 20.00.07.00
You can get that from the terminal using sas2flash -list, it should look similar to this:
Code:
root@Emily-NAS:/tmp # sas2flash -list
LSI Corporation SAS2 Flash Utility
Version 16.00.00.00 (2013.03.01)
Copyright (c) 2008-2013 LSI Corporation. All rights reserved

        Adapter Selected is a LSI SAS: SAS2308_2(D1)

        Controller Number              : 0
        Controller                     : SAS2308_2(D1)
        PCI Address                    : 00:03:00:00
        SAS Address                    : 500605b-0-09ef-7220
        NVDATA Version (Default)       : 14.01.00.06
        NVDATA Version (Persistent)    : 14.01.00.06
        Firmware Product ID            : 0x2214 (IT)
        Firmware Version               : 20.00.07.00
        NVDATA Vendor                  : LSI
        NVDATA Product ID              : SAS9207-8i
        BIOS Version                   : N/A
        UEFI BSD Version               : N/A
        FCODE Version                  : N/A
        Board Name                     : SAS9207-8i
        Board Assembly                 : H3-25412-00J
        Board Tracer Number            : SV45308383

        Finished Processing Commands Successfully.
        Exiting SAS2Flash.

ATA Version is: ATA8-ACS T13/1699-D revision 4
SATA Version is: SATA 2.6, 6.0 Gb/s (current: 6.0 Gb/s)
That is a SATA drive, so we should get some good details from a smartctl -x
 

Donny Davis

Contributor
Joined
Jul 31, 2015
Messages
139
SAS Controller
Code:
LSI Corporation SAS2 Flash Utility
Version 16.00.00.00 (2013.03.01)
Copyright (c) 2008-2013 LSI Corporation. All rights reserved

    Adapter Selected is a LSI SAS: SAS2008(B2)  

    Controller Number              : 0
    Controller                     : SAS2008(B2)  
    PCI Address                    : 00:02:00:00
    SAS Address                    : 500605b-0-02bc-41e0
    NVDATA Version (Default)       : 14.01.00.07
    NVDATA Version (Persistent)    : 14.01.00.07
    Firmware Product ID            : 0x2213 (IT)
    Firmware Version               : 20.00.04.00
    NVDATA Vendor                  : LSI
    NVDATA Product ID              : SAS9200-8e
    BIOS Version                   : N/A
    UEFI BSD Version               : N/A
    FCODE Version                  : N/A
    Board Name                     : SAS9200-8e
    Board Assembly                 : H3-25260-02B
    Board Tracer Number            : SP04970615

    Finished Processing Commands Successfully.
    Exiting SAS2Flash.


Hard Drive - I have 24 Drives, but here is a sample from one. Is there a value I should be looking at?
Code:
root@storage:~ # smartctl -x /dev/da13
smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-STABLE amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Hitachi Ultrastar 7K3000
Device Model:     Hitachi HUA723030ALA640
Serial Number:    MK0371YHKVH0MA
LU WWN Device Id: 5 000cca 225f6508b
Firmware Version: MKAOAA50
User Capacity:    3,000,592,982,016 bytes [3.00 TB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 2.6, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Mon Mar 18 10:04:19 2019 EDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
AAM feature is:   Unavailable
APM feature is:   Disabled
Rd look-ahead is: Enabled
Write cache is:   Enabled
DSN feature is:   Unavailable
ATA Security is:  Disabled, NOT FROZEN [SEC1]
Wt Cache Reorder: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x84)    Offline data collection activity
                    was suspended by an interrupting command from host.
                    Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0)    The previous self-test routine completed
                    without error or no self-test has ever
                    been run.
Total time to complete Offline
data collection:         (29034) seconds.
Offline data collection
capabilities:              (0x5b) SMART execute Offline immediate.
                    Auto Offline data collection on/off support.
                    Suspend Offline collection upon new
                    command.
                    Offline surface scan supported.
                    Self-test supported.
                    No Conveyance Self-test supported.
                    Selective Self-test supported.
SMART capabilities:            (0x0003)    Saves SMART data before entering
                    power-saving mode.
                    Supports SMART auto save timer.
Error logging capability:        (0x01)    Error logging supported.
                    General Purpose Logging supported.
Short self-test routine
recommended polling time:      (   1) minutes.
Extended self-test routine
recommended polling time:      ( 484) minutes.
SCT capabilities:            (0x003d)    SCT Status supported.
                    SCT Error Recovery Control supported.
                    SCT Feature Control supported.
                    SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAGS    VALUE WORST THRESH FAIL RAW_VALUE
  1 Raw_Read_Error_Rate     PO-R--   100   100   016    -    0
  2 Throughput_Performance  P-S---   135   135   054    -    84
  3 Spin_Up_Time            POS---   125   125   024    -    614 (Average 621)
  4 Start_Stop_Count        -O--C-   100   100   000    -    306
  5 Reallocated_Sector_Ct   PO--CK   100   100   005    -    0
  7 Seek_Error_Rate         PO-R--   100   100   067    -    0
  8 Seek_Time_Performance   P-S---   123   123   020    -    31
  9 Power_On_Hours          -O--C-   094   094   000    -    47895
10 Spin_Retry_Count        PO--C-   100   100   060    -    0
12 Power_Cycle_Count       -O--CK   100   100   000    -    96
192 Power-Off_Retract_Count -O--CK   100   100   000    -    460
193 Load_Cycle_Count        -O--C-   100   100   000    -    460
194 Temperature_Celsius     -O----   166   166   000    -    36 (Min/Max 16/49)
196 Reallocated_Event_Count -O--CK   100   100   000    -    0
197 Current_Pending_Sector  -O---K   100   100   000    -    0
198 Offline_Uncorrectable   ---R--   100   100   000    -    0
199 UDMA_CRC_Error_Count    -O-R--   200   200   000    -    0
                            ||||||_ K auto-keep
                            |||||__ C event count
                            ||||___ R error rate
                            |||____ S speed/performance
                            ||_____ O updated online
                            |______ P prefailure warning

General Purpose Log Directory Version 1
SMART           Log Directory Version 1 [multi-sector log support]
Address    Access  R/W   Size  Description
0x00       GPL,SL  R/O      1  Log Directory
0x01           SL  R/O      1  Summary SMART error log
0x03       GPL     R/O      1  Ext. Comprehensive SMART error log
0x04       GPL     R/O      7  Device Statistics log
0x06           SL  R/O      1  SMART self-test log
0x07       GPL     R/O      1  Extended self-test log
0x08       GPL     R/O      2  Power Conditions log
0x09           SL  R/W      1  Selective self-test log
0x10       GPL     R/O      1  NCQ Command Error log
0x11       GPL     R/O      1  SATA Phy Event Counters log
0x20       GPL     R/O      1  Streaming performance log [OBS-8]
0x21       GPL     R/O      1  Write stream error log
0x22       GPL     R/O      1  Read stream error log
0x80-0x9f  GPL,SL  R/W     16  Host vendor specific log
0xe0       GPL,SL  R/W      1  SCT Command/Status
0xe1       GPL,SL  R/W      1  SCT Data Transfer

SMART Extended Comprehensive Error Log Version: 1 (1 sectors)
No Errors Logged

SMART Extended Self-test Log Version: 1 (1 sectors)
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed without error       00%     43794         -
# 2  Short offline       Completed without error       00%     43793         -
# 3  Short offline       Completed without error       00%     43792         -
# 4  Short offline       Completed without error       00%     43791         -
# 5  Short offline       Completed without error       00%     43790         -
# 6  Short offline       Completed without error       00%     43789         -
# 7  Short offline       Completed without error       00%     43788         -
# 8  Short offline       Completed without error       00%     43787         -
# 9  Short offline       Completed without error       00%     43786         -
#10  Short offline       Completed without error       00%     43785         -
#11  Short offline       Completed without error       00%     43784         -
#12  Short offline       Completed without error       00%     43783         -
#13  Short offline       Completed without error       00%     43782         -
#14  Short offline       Completed without error       00%     43781         -
#15  Short offline       Completed without error       00%     43780         -
#16  Short offline       Completed without error       00%     43779         -
#17  Short offline       Completed without error       00%     43778         -
#18  Short offline       Completed without error       00%     43777         -
#19  Short offline       Completed without error       00%     43776         -

SMART Selective self-test log data structure revision number 1
SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

SCT Status Version:                  3
SCT Version (vendor specific):       256 (0x0100)
SCT Support Level:                   1
Device State:                        SMART Off-line Data Collection executing in background (4)
Current Temperature:                    36 Celsius
Power Cycle Min/Max Temperature:     30/41 Celsius
Lifetime    Min/Max Temperature:     16/49 Celsius
Under/Over Temperature Limit Count:   0/0

SCT Temperature History Version:     2
Temperature Sampling Period:         1 minute
Temperature Logging Interval:        1 minute
Min/Max recommended Temperature:      0/60 Celsius
Min/Max Temperature Limit:           -40/70 Celsius
Temperature History Size (Index):    128 (33)

Index    Estimated Time   Temperature Celsius
  34    2019-03-18 07:57    36  *****************
...    ..(  7 skipped).    ..  *****************
  42    2019-03-18 08:05    36  *****************
  43    2019-03-18 08:06    37  ******************
  44    2019-03-18 08:07    36  *****************
  45    2019-03-18 08:08    36  *****************
  46    2019-03-18 08:09    37  ******************
  47    2019-03-18 08:10    37  ******************
  48    2019-03-18 08:11    37  ******************
  49    2019-03-18 08:12    36  *****************
  50    2019-03-18 08:13    36  *****************
  51    2019-03-18 08:14    37  ******************
  52    2019-03-18 08:15    36  *****************
...    ..(  3 skipped).    ..  *****************
  56    2019-03-18 08:19    36  *****************
  57    2019-03-18 08:20    37  ******************
  58    2019-03-18 08:21    37  ******************
  59    2019-03-18 08:22    36  *****************
...    ..(  4 skipped).    ..  *****************
  64    2019-03-18 08:27    36  *****************
  65    2019-03-18 08:28    37  ******************
  66    2019-03-18 08:29    36  *****************
...    ..( 21 skipped).    ..  *****************
  88    2019-03-18 08:51    36  *****************
  89    2019-03-18 08:52    37  ******************
  90    2019-03-18 08:53    36  *****************
...    ..( 70 skipped).    ..  *****************
  33    2019-03-18 10:04    36  *****************

SCT Error Recovery Control:
           Read: Disabled
          Write: Disabled

Device Statistics (GP Log 0x04)
Page  Offset Size        Value Flags Description
0x01  =====  =               =  ===  == General Statistics (rev 1) ==
0x01  0x008  4              96  ---  Lifetime Power-On Resets
0x01  0x010  4           47895  ---  Power-on Hours
0x01  0x018  6     83429723050  ---  Logical Sectors Written
0x01  0x020  6      1066952832  ---  Number of Write Commands
0x01  0x028  6    184339977876  ---  Logical Sectors Read
0x01  0x030  6      1660053778  ---  Number of Read Commands
0x03  =====  =               =  ===  == Rotating Media Statistics (rev 1) ==
0x03  0x008  4           47646  ---  Spindle Motor Power-on Hours
0x03  0x010  4           47646  ---  Head Flying Hours
0x03  0x018  4             460  ---  Head Load Events
0x03  0x020  4               0  ---  Number of Reallocated Logical Sectors
0x03  0x028  4              22  ---  Read Recovery Attempts
0x03  0x030  4               0  ---  Number of Mechanical Start Failures
0x04  =====  =               =  ===  == General Errors Statistics (rev 1) ==
0x04  0x008  4               0  ---  Number of Reported Uncorrectable Errors
0x04  0x010  4            1514  ---  Resets Between Cmd Acceptance and Completion
0x05  =====  =               =  ===  == Temperature Statistics (rev 1) ==
0x05  0x008  1              36  ---  Current Temperature
0x05  0x010  1              35  N--  Average Short Term Temperature
0x05  0x018  1              33  N--  Average Long Term Temperature
0x05  0x020  1              49  ---  Highest Temperature
0x05  0x028  1              16  ---  Lowest Temperature
0x05  0x030  1              43  N--  Highest Average Short Term Temperature
0x05  0x038  1              18  N--  Lowest Average Short Term Temperature
0x05  0x040  1              40  N--  Highest Average Long Term Temperature
0x05  0x048  1              25  N--  Lowest Average Long Term Temperature
0x05  0x050  4               0  ---  Time in Over-Temperature
0x05  0x058  1              60  ---  Specified Maximum Operating Temperature
0x05  0x060  4               0  ---  Time in Under-Temperature
0x05  0x068  1               0  ---  Specified Minimum Operating Temperature
0x06  =====  =               =  ===  == Transport Statistics (rev 1) ==
0x06  0x008  4           31165  ---  Number of Hardware Resets
0x06  0x010  4            2699  ---  Number of ASR Events
0x06  0x018  4               0  ---  Number of Interface CRC Errors
                                |||_ C monitored condition met
                                ||__ D supports DSN
                                |___ N normalized value

Pending Defects log (GP Log 0x0c) not supported

SATA Phy Event Counters (GP Log 0x11)
ID      Size     Value  Description
0x0001  2            0  Command failed due to ICRC error
0x0002  2            0  R_ERR response for data FIS
0x0003  2            0  R_ERR response for device-to-host data FIS
0x0004  2            0  R_ERR response for host-to-device data FIS
0x0005  2            0  R_ERR response for non-data FIS
0x0006  2            0  R_ERR response for device-to-host non-data FIS
0x0007  2            0  R_ERR response for host-to-device non-data FIS
0x0009  2            4  Transition from drive PhyRdy to drive PhyNRdy
0x000a  2            4  Device-to-host register FISes sent due to a COMRESET
0x000b  2            0  CRC errors within host-to-device FIS
0x000d  2            0  Non-CRC errors within host-to-device FIS
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
SAS Controller
Firmware Version : 20.00.04.00
We need to get that updated to the 07 sub-version. there were a lot of fixes for various problems between 04 and 07.
Yes, this could be part of the problem.
Hard Drive
Code:
SMART Extended Self-test Log Version: 1 (1 sectors)
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed without error       00%     43794         -
# 2  Short offline       Completed without error       00%     43793         -
# 3  Short offline       Completed without error       00%     43792         -
# 4  Short offline       Completed without error       00%     43791         -
# 5  Short offline       Completed without error       00%     43790         -
# 6  Short offline       Completed without error       00%     43789         -
Looks like you are doing a short test every hour. That might be a little too often. I usually do a daily short test.
I don't see any indicator of a long test though, but it might have gone outside the list bound.
I would suggest changing the schedule for the short test to daily instead of hourly and have a long test on a weekly basis.

First thing, I think getting the firmware updated is the priority. After that, I think it would be a good idea to manually run a long test so we can see if it finds any drive defects.
 

Donny Davis

Contributor
Joined
Jul 31, 2015
Messages
139
I don't understand why its doing the short test every hour... What did I misconfigure?
 

Attachments

  • Screenshot from 2019-03-18 10-37-11.png
    Screenshot from 2019-03-18 10-37-11.png
    16.6 KB · Views: 344

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
I don't understand why its doing the short test every hour... What did I misconfigure?
From what is shown there, I don't see the problem.
How do you have this screen configured?

1552920673146.png
 

Donny Davis

Contributor
Joined
Jul 31, 2015
Messages
139
1552921445836.png


They are configured to run every day of the week, and from how I thought it would run at 0600 every 5 days.. I must have something misconfigured, because I can surely see every disk is being smart tested every hour.
 

Donny Davis

Contributor
Joined
Jul 31, 2015
Messages
139
I'm about halfway there on my backup - I have a nearly production Ceph cluster I am backing up to... and the data is of course moving uncompressed. So my 6ish TB of data needs to move 11TB over the wire... Gonna be a few more hours.


Thanks a bunch for the assistance with this @Chris Moore. I really appreciate it.

While the backup is running, I am going to tinker away with getting Openstack running on the latest release. I have been working at moving the driver to v2 of the FreeNAS API.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
They are configured to run every day of the week, and from how I thought it would run at 0600 every 5 days.. I must have something misconfigured, because I can surely see every disk is being smart tested every hour.
That schedule actually looks fine. Is it possible that you changed this setting through the API?
 
Top