freenas-boot pool labeled as "DEGRADED" straight after installation on a new SSD

dilod97118

Cadet
Joined
Aug 7, 2020
Messages
4
Hello, I've just finished installing FreeNAS on my new NAS box. Everything worked flawlessly until I tried scrubbing the boot pool. I tried reinstalling the system 3 times, used different flash drives. I checked the ISO file's checksum too.
The system has 32TB of storage (in RAID-Z2) and 16GB of ECC-RAM.
This is the output of 'zpool status -vx':
Code:
  pool: freenas-boot
 state: DEGRADED
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 00:00:03 with 18 errors on Thu Aug  7 15:25:58 2020
config:

    NAME        STATE     READ WRITE CKSUM
    freenas-boot  DEGRADED     0     0    27
      ada4p2    DEGRADED     0     0    54  too many errors

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

        <metadata>:<0x2c>
        <metadata>:<0x44>
        <metadata>:<0x7e>
        <metadata>:<0x8f>
        <metadata>:<0x90>
        <metadata>:<0x92>
        <metadata>:<0x93>
        freenas-boot/ROOT/default:<0x0>
        //root/.zsh-histfile
        freenas-boot/ROOT/default@2020-08-07-11:14:56:/usr/local/lib/python3.7/site-packages/onedrivesdk/request/__pycache__/permission_request_builder.cpython-37.opt-1.pyc
        freenas-boot/ROOT/default@2020-08-07-11:14:56:/usr/local/lib/python3.7/site-packages/asyncssh/__pycache__/pattern.cpython-37.opt-1.pyc


The system SSD is a new 120 GB Western Digital Green mSata drive (WDS120G2G0B).
What is the source of this problem?
Is there any way for me to fix it?


Thanks
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Sounds like you have a bad boot SSD. It happens.
 

dilod97118

Cadet
Joined
Aug 7, 2020
Messages
4
Yeah, but it passes the SMART tests, even the long one. Also, this is a completely new drive. Should I just replace it?
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Yes. You unfortunately ran into the front side of the drive failure bathtub curve, and encountered infant mortality.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
For the next SSD, try a Red instead of a Green.
 

dilod97118

Cadet
Joined
Aug 7, 2020
Messages
4
I use Red Pros for my actual storage pool, thanks for the suggestion. I will also try to install the OS onto a flash stick to see if the problem goes away on a different drive.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
The thumb drive will die even faster, unfortunately, as thumb drives just don't have the cells to handle FreeNAS's write patterns with any longevity.
 

dilod97118

Cadet
Joined
Aug 7, 2020
Messages
4
I know, I just want to test to see if the SSD is broken. If it works on the flash drive for a few hours, I will just replace the SSD and use that.
 
Top