HELP !!! CRITICAL: The volume datastore (ZFS) state is UNKNOWN:

Status
Not open for further replies.

dan101aba

Cadet
Joined
Sep 16, 2018
Messages
6
Hi,
I need your help to understand how to restore my files from zfs missing device error,
I have the freenas load from USB version 9.3 with
3 SATA 4T (WD)
1 SSD 250gg
Since I got a Unretryable error on boot I try to reinstall a new version on USB, but my mistake I did it on the SSD drive.
After I did install on USB and upload my config files I got below error.
CRITICAL: The volume datastore (ZFS) state is UNKNOWN
Not sure what was my ZFS configuration and if the SSD(may be cache ) was part of the pool.
I would like to know if there is an option to restore the files from the 3 STATA disks?
See below some command I run to bring up the pool
pool: datastore
id: 3130324954855864268
state: UNAVAIL
status: The pool was last accessed by another system.
action: The pool cannot be imported due to damaged devices or data.
see: http://illumos.org/msg/ZFS-8000-EY
config:

datastore UNAVAIL missing device
raidz1-1 ONLINE
gptid/54f3c43f-efd7-11e3-989a-e03f49ac0a05 ONLINE
gptid/55be4974-efd7-11e3-989a-e03f49ac0a05 ONLINE
gptid/568b922e-efd7-11e3-989a-e03f49ac0a05 ONLINE

pool: freenas-boot
id: 1736337926885161230
state: ONLINE
status: The pool is formatted using a legacy on-disk version.
action: The pool can be imported using its name or numeric identifier, though
some features will not be available without an explicit 'zpool upgrade'.
config:

freenas-boot ONLINE
ada0p2 ONLINE

[root@freenas] /mnt# zpool import -f datastore (also import -F -f datastore)
cannot import 'datastore': one or more devices is currently unavailable
[root@freenas] /mnt# glabel status
Name Status Components
gptid/f40c5b80-b67f-11e8-85f0-e03f49ac0a05 N/A ada0p1
gptid/f40d520f-b67f-11e8-85f0-e03f49ac0a05 N/A ada0p2
gptid/54e46e1b-efd7-11e3-989a-e03f49ac0a05 N/A ada1p1
gptid/54f3c43f-efd7-11e3-989a-e03f49ac0a05 N/A ada1p2
gptid/55af7227-efd7-11e3-989a-e03f49ac0a05 N/A ada2p1
gptid/55be4974-efd7-11e3-989a-e03f49ac0a05 N/A ada2p2
gptid/5679804c-efd7-11e3-989a-e03f49ac0a05 N/A ada3p1
gptid/568b922e-efd7-11e3-989a-e03f49ac0a05 N/A ada3p2
gptid/7988e498-b9a7-11e8-bb6c-e03f49ac0a05 N/A da0p1


[root@freenas] /mnt# gpart show
=> 34 468862061 ada0 GPT (223G)
34 1024 1 bios-boot (512k)
1058 6 - free - (3.0k)
1064 468861024 2 freebsd-zfs (223G)
468862088 7 - free - (3.5k)

=> 34 7814037101 ada1 GPT (3.7T)
34 94 - free - (47k)
128 4194304 1 freebsd-swap (2.0G)
4194432 7809842696 2 freebsd-zfs (3.7T)
7814037128 7 - free - (3.5k)

=> 34 7814037101 ada2 GPT (3.7T)
34 94 - free - (47k)
128 4194304 1 freebsd-swap (2.0G)
4194432 7809842696 2 freebsd-zfs (3.7T)
7814037128 7 - free - (3.5k)

=> 34 7814037101 ada3 GPT (3.7T)
34 94 - free - (47k)
128 4194304 1 freebsd-swap (2.0G)
4194432 7809842696 2 freebsd-zfs (3.7T)
7814037128 7 - free - (3.5k)

=> 34 61194173 da0 GPT (29G)
34 1024 1 bios-boot (512k)
1058 6 - free - (3.0k)
1064 61193136 2 freebsd-zfs (29G)
61194200 7 - free - (3.5k)


also see attach file run smartctl - q on all disks
Thanks for any help
Dan
 

Attachments

  • smartctl-q-noserial.txt
    18.4 KB · Views: 281

kdragon75

Wizard
Joined
Aug 7, 2016
Messages
2,457
Protip #1 When installing FreeNAS, disconnect your data drives to avoid overwriting data.
Ok so you had a RAIDz1 and destroyed one disk. You SHOULD be ok. Install the latest BETA as it has better support for importing damaged pools. (See Protip #1)
Once you have a running version of FreeNAS 11.2 BETA3, you should be able to import your pool. If it offers to "upgrade" your pool, dont. Just import it. If the pool still does not show up in the GUI after a successful import, reboot.
If the pool is showing up in the GUI, follow the user guide for the beta to replace a failed drive. If you are unsure or anything is not 100% clear, STOP and ask. Any mis steps at this point and you data is lost.
Protip #2 Always keep backups separate from your main storage.
After the new/old drive is installed and your pool is done with the scrub, install a non-beta version of FreeNAS like 11.1-U4.
Protip #3 Dont run Beta software unless you can debug issues on your own or don't care if your data is lost. ;)
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
If you would, take a moment and put all that text inside a code block like this:

Code:
pool: datastore
	 id: 3130324954855864268
  state: UNAVAIL
status: The pool was last accessed by another system.
action: The pool cannot be imported due to damaged devices or data.
   see: http://illumos.org/msg/ZFS-8000-EY
config:

	datastore									   UNAVAIL  missing device
	  raidz1-1									  ONLINE
		gptid/54f3c43f-efd7-11e3-989a-e03f49ac0a05  ONLINE
		gptid/55be4974-efd7-11e3-989a-e03f49ac0a05  ONLINE
		gptid/568b922e-efd7-11e3-989a-e03f49ac0a05  ONLINE

   pool: freenas-boot
	 id: 1736337926885161230
  state: ONLINE
status: The pool is formatted using a legacy on-disk version.
action: The pool can be imported using its name or numeric identifier, though
	some features will not be available without an explicit 'zpool upgrade'.
config:

	freenas-boot  ONLINE
	  ada0p2	ONLINE

[root@freenas] /mnt# zpool import  -f datastore (also import -F -f datastore)
cannot import 'datastore': one or more devices is currently unavailable
[root@freenas] /mnt# glabel status
									  Name  Status  Components
gptid/f40c5b80-b67f-11e8-85f0-e03f49ac0a05	 N/A  ada0p1
gptid/f40d520f-b67f-11e8-85f0-e03f49ac0a05	 N/A  ada0p2
gptid/54e46e1b-efd7-11e3-989a-e03f49ac0a05	 N/A  ada1p1
gptid/54f3c43f-efd7-11e3-989a-e03f49ac0a05	 N/A  ada1p2
gptid/55af7227-efd7-11e3-989a-e03f49ac0a05	 N/A  ada2p1
gptid/55be4974-efd7-11e3-989a-e03f49ac0a05	 N/A  ada2p2
gptid/5679804c-efd7-11e3-989a-e03f49ac0a05	 N/A  ada3p1
gptid/568b922e-efd7-11e3-989a-e03f49ac0a05	 N/A  ada3p2
gptid/7988e498-b9a7-11e8-bb6c-e03f49ac0a05	 N/A  da0p1


[root@freenas] /mnt# gpart show
=>	   34  468862061  ada0  GPT  (223G)
		 34	   1024	 1  bios-boot  (512k)
	   1058		  6		- free -  (3.0k)
	   1064  468861024	 2  freebsd-zfs  (223G)
  468862088		  7		- free -  (3.5k)

=>		34  7814037101  ada1  GPT  (3.7T)
		  34		  94		- free -  (47k)
		 128	 4194304	 1  freebsd-swap  (2.0G)
	 4194432  7809842696	 2  freebsd-zfs  (3.7T)
  7814037128		   7		- free -  (3.5k)

=>		34  7814037101  ada2  GPT  (3.7T)
		  34		  94		- free -  (47k)
		 128	 4194304	 1  freebsd-swap  (2.0G)
	 4194432  7809842696	 2  freebsd-zfs  (3.7T)
  7814037128		   7		- free -  (3.5k)

=>		34  7814037101  ada3  GPT  (3.7T)
		  34		  94		- free -  (47k)
		 128	 4194304	 1  freebsd-swap  (2.0G)
	 4194432  7809842696	 2  freebsd-zfs  (3.7T)
  7814037128		   7		- free -  (3.5k)

=>	  34  61194173  da0  GPT  (29G)
		34	  1024	1  bios-boot  (512k)
	  1058		 6	   - free -  (3.0k)
	  1064  61193136	2  freebsd-zfs  (29G)
  61194200		 7	   - free -  (3.5k)
Much easier to read.
 
Last edited:

dan101aba

Cadet
Joined
Sep 16, 2018
Messages
6
Thanks for the help, I did FreeNAS 11.2 beta 3 installs, and also replace SSD with SATA 2T, and try run import from UI (without success no datastore pool listed) also failed from the command line
Please let me know if you have another idea how to resolve it?

root@freenas[~]# zpool import
pool: datastore
id: 3130324954855864268
state: UNAVAIL
status: The pool was last accessed by another system.
action: The pool cannot be imported due to damaged devices or data.
see: http://illumos.org/msg/ZFS-8000-EY
config:

datastore UNAVAIL insufficient replicas
3359151836782873844 UNAVAIL cannot open
raidz1-1 ONLINE
gptid/54f3c43f-efd7-11e3-989a-e03f49ac0a05 ONLINE
gptid/55be4974-efd7-11e3-989a-e03f49ac0a05 ONLINE
gptid/568b922e-efd7-11e3-989a-e03f49ac0a05 ONLINE
root@freenas[~]# zpool import -f datastore
cannot import 'datastore': no such pool or dataset
Destroy and re-create the pool from
a backup source.
root@freenas[~]#
 

kdragon75

Wizard
Joined
Aug 7, 2016
Messages
2,457
@dan101aba Use the code tages as requested.
Have you tried zpool import -F? Do you recall how the array was laid out? If it was a RAIDz1 and you have insufficient replicas, that means at least two disk are missing from the vdev. Did they fail? were you trying to replace old disks with larger ones? Did you throw the server on the ground? Tell us what happened.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
This is made more difficult to read because it is not in code tags, which affects the way the text aligns:
Code:
root@freenas[~]# zpool import					  
   pool: datastore
	 id: 3130324954855864268
  state: UNAVAIL
status: The pool was last accessed by another system.
action: The pool cannot be imported due to damaged devices or data.
   see: http://illumos.org/msg/ZFS-8000-EY
config:

	datastore									   UNAVAIL  insufficient replicas
	  3359151836782873844						   UNAVAIL  cannot open
	  raidz1-1									  ONLINE
		gptid/54f3c43f-efd7-11e3-989a-e03f49ac0a05  ONLINE
		gptid/55be4974-efd7-11e3-989a-e03f49ac0a05  ONLINE
		gptid/568b922e-efd7-11e3-989a-e03f49ac0a05  ONLINE
root@freenas[~]# zpool import -f datastore
cannot import 'datastore': no such pool or dataset
	Destroy and re-create the pool from
	a backup source.
root@freenas[~]#

Now that it is properly displayed, you can see that the missing drive was a single disk vdev that is now missing. You must find that missing disk or this pool is destroyed. There is no recovery from this. The pool was not properly constructed.
 
Last edited:

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
From OP's text file:
Code:
[root@freenas] /mnt# smartctl -q noserial -a /dev/ada0
smartctl 6.3 2014-07-26 r3976 [FreeBSD 9.3-RELEASE-p5 amd64] (local build)
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:	 SandForce Driven SSDs
Device Model:	 KINGSTON SV300S37A240G
Firmware Version: 520ABBF0
User Capacity:	240,057,409,536 bytes [240 GB]
Sector Size:	  512 bytes logical/physical
Rotation Rate:	Solid State Device
Device is:		In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS, ACS-2 T13/2015-D revision 3
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Sun Sep 16 17:22:58 2018 IDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

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

General SMART Values:
Offline data collection status:  (0x00)   Offline data collection activity
				   was never started.
				   Auto Offline Data Collection: Disabled.
Self-test execution status:	  (   1)   The previous self-test routine completed
				   without error or no self-test has ever
				   been run.
Total time to complete Offline
data collection:		(	0) seconds.
Offline data collection
capabilities:			 (0x79) SMART execute Offline immediate.
				   No Auto Offline data collection support.
				   Suspend Offline collection upon new
				   command.
				   Offline surface scan supported.
				   Self-test supported.
				   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:	 (  48) minutes.
Conveyance self-test routine
recommended polling time:	 (   2) minutes.
SCT capabilities:		   (0x0025)   SCT Status supported.
				   SCT Data Table supported.

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	 0x0033   120   120   050	Pre-fail  Always	   -	   0/0
  5 Retired_Block_Count	 0x0033   100   100   003	Pre-fail  Always	   -	   0
  9 Power_On_Hours_and_Msec 0x0032   058   058   000	Old_age   Always	   -	   37032h+12m+47.930s
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   51
171 Program_Fail_Count	  0x000a   000   000   000	Old_age   Always	   -	   0
172 Erase_Fail_Count		0x0032   000   000   000	Old_age   Always	   -	   0
174 Unexpect_Power_Loss_Ct  0x0030   000   000   000	Old_age   Offline	  -	   47
177 Wear_Range_Delta		0x0000   000   000   000	Old_age   Offline	  -	   3
181 Program_Fail_Count	  0x000a   000   000   000	Old_age   Always	   -	   0
182 Erase_Fail_Count		0x0032   000   000   000	Old_age   Always	   -	   0
187 Reported_Uncorrect	  0x0012   022   022   000	Old_age   Always	   -	   78
189 Airflow_Temperature_Cel 0x0000   030   044   000	Old_age   Offline	  -	   30 (Min/Max 16/44)
194 Temperature_Celsius	 0x0022   030   044   000	Old_age   Always	   -	   30 (Min/Max 16/44)
195 ECC_Uncorr_Error_Count  0x001c   120   120   000	Old_age   Offline	  -	   0/0
196 Reallocated_Event_Count 0x0033   100   100   003	Pre-fail  Always	   -	   0
201 Unc_Soft_Read_Err_Rate  0x001c   120   120   000	Old_age   Offline	  -	   0/0
204 Soft_ECC_Correct_Rate   0x001c   120   120   000	Old_age   Offline	  -	   0/0
230 Life_Curve_Status	   0x0013   100   100   000	Pre-fail  Always	   -	   100
231 SSD_Life_Left		   0x0013   095   095   010	Pre-fail  Always	   -	   0
233 SandForce_Internal	  0x0032   000   000   000	Old_age   Always	   -	   47359
234 SandForce_Internal	  0x0032   000   000   000	Old_age   Always	   -	   32106
241 Lifetime_Writes_GiB	 0x0032   000   000   000	Old_age   Always	   -	   32106
242 Lifetime_Reads_GiB	  0x0032   000   000   000	Old_age   Always	   -	   21544

SMART Error Log not supported

SMART Self-test Log not supported

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.







[root@freenas] /mnt# smartctl -q noserial -a /dev/ada1
smartctl 6.3 2014-07-26 r3976 [FreeBSD 9.3-RELEASE-p5 amd64] (local build)
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:	 Western Digital Red (AF)
Device Model:	 WDC WD40EFRX-68WT0N0
Firmware Version: 80.00A80
User Capacity:	4,000,787,030,016 bytes [4.00 TB]
Sector Sizes:	 512 bytes logical, 4096 bytes physical
Rotation Rate:	5400 rpm
Device is:		In smartctl database [for details use: -P show]
ATA Version is:   ACS-2 (minor revision not indicated)
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Sun Sep 16 17:23:21 2018 IDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

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

General SMART Values:
Offline data collection status:  (0x00)   Offline data collection activity
				   was never started.
				   Auto Offline Data Collection: Disabled.
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:		(53160) seconds.
Offline data collection
capabilities:			 (0x7b) SMART execute Offline immediate.
				   Auto Offline data collection on/off support.
				   Suspend Offline collection upon new
				   command.
				   Offline surface scan supported.
				   Self-test supported.
				   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:	 (   2) minutes.
Extended self-test routine
recommended polling time:	 ( 532) minutes.
Conveyance self-test routine
recommended polling time:	 (   5) minutes.
SCT capabilities:		   (0x703d)   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		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x002f   200   200   051	Pre-fail  Always	   -	   0
  3 Spin_Up_Time			0x0027   182   176   021	Pre-fail  Always	   -	   7866
  4 Start_Stop_Count		0x0032   100   100   000	Old_age   Always	   -	   47
  5 Reallocated_Sector_Ct   0x0033   200   200   140	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x002e   200   200   000	Old_age   Always	   -	   0
  9 Power_On_Hours		  0x0032   050   050   000	Old_age   Always	   -	   37109
 10 Spin_Retry_Count		0x0032   100   253   000	Old_age   Always	   -	   0
 11 Calibration_Retry_Count 0x0032   100   253   000	Old_age   Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   47
192 Power-Off_Retract_Count 0x0032   200   200   000	Old_age   Always	   -	   32
193 Load_Cycle_Count		0x0032   200   200   000	Old_age   Always	   -	   832
194 Temperature_Celsius	 0x0022   120   104   000	Old_age   Always	   -	   32
196 Reallocated_Event_Count 0x0032   200   200   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0032   200   200   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0030   100   253   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x0032   200   200   000	Old_age   Always	   -	   0
200 Multi_Zone_Error_Rate   0x0008   100   253   000	Old_age   Offline	  -	   0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

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.







oot@freenas] /mnt#
[root@freenas] /mnt# smartctl -q noserial -a /dev/ada2
smartctl 6.3 2014-07-26 r3976 [FreeBSD 9.3-RELEASE-p5 amd64] (local build)
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:	 Western Digital Red (AF)
Device Model:	 WDC WD40EFRX-68WT0N0
Firmware Version: 80.00A80
User Capacity:	4,000,787,030,016 bytes [4.00 TB]
Sector Sizes:	 512 bytes logical, 4096 bytes physical
Rotation Rate:	5400 rpm
Device is:		In smartctl database [for details use: -P show]
ATA Version is:   ACS-2 (minor revision not indicated)
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Sun Sep 16 17:23:40 2018 IDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

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

General SMART Values:
Offline data collection status:  (0x00)   Offline data collection activity
				   was never started.
				   Auto Offline Data Collection: Disabled.
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:		(51540) seconds.
Offline data collection
capabilities:			 (0x7b) SMART execute Offline immediate.
				   Auto Offline data collection on/off support.
				   Suspend Offline collection upon new
				   command.
				   Offline surface scan supported.
				   Self-test supported.
				   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:	 (   2) minutes.
Extended self-test routine
recommended polling time:	 ( 515) minutes.
Conveyance self-test routine
recommended polling time:	 (   5) minutes.
SCT capabilities:		   (0x703d)   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		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x002f   200   200   051	Pre-fail  Always	   -	   0
  3 Spin_Up_Time			0x0027   181   174   021	Pre-fail  Always	   -	   7933
  4 Start_Stop_Count		0x0032   100   100   000	Old_age   Always	   -	   47
  5 Reallocated_Sector_Ct   0x0033   200   200   140	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x002e   200   200   000	Old_age   Always	   -	   0
  9 Power_On_Hours		  0x0032   050   050   000	Old_age   Always	   -	   37110
 10 Spin_Retry_Count		0x0032   100   253   000	Old_age   Always	   -	   0
 11 Calibration_Retry_Count 0x0032   100   253   000	Old_age   Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   47
192 Power-Off_Retract_Count 0x0032   200   200   000	Old_age   Always	   -	   32
193 Load_Cycle_Count		0x0032   200   200   000	Old_age   Always	   -	   822
194 Temperature_Celsius	 0x0022   122   105   000	Old_age   Always	   -	   30
196 Reallocated_Event_Count 0x0032   200   200   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0032   200   200   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0030   100   253   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x0032   200   200   000	Old_age   Always	   -	   0
200 Multi_Zone_Error_Rate   0x0008   100   253   000	Old_age   Offline	  -	   0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

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.







[root@freenas] /mnt#
[root@freenas] /mnt# smartctl -q noserial -a /dev/ada3
smartctl 6.3 2014-07-26 r3976 [FreeBSD 9.3-RELEASE-p5 amd64] (local build)
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:	 Western Digital Red (AF)
Device Model:	 WDC WD40EFRX-68WT0N0
Firmware Version: 80.00A80
User Capacity:	4,000,787,030,016 bytes [4.00 TB]
Sector Sizes:	 512 bytes logical, 4096 bytes physical
Rotation Rate:	5400 rpm
Device is:		In smartctl database [for details use: -P show]
ATA Version is:   ACS-2 (minor revision not indicated)
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Sun Sep 16 17:23:54 2018 IDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

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

General SMART Values:
Offline data collection status:  (0x00)   Offline data collection activity
				   was never started.
				   Auto Offline Data Collection: Disabled.
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:		(51840) seconds.
Offline data collection
capabilities:			 (0x7b) SMART execute Offline immediate.
				   Auto Offline data collection on/off support.
				   Suspend Offline collection upon new
				   command.
				   Offline surface scan supported.
				   Self-test supported.
				   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:	 (   2) minutes.
Extended self-test routine
recommended polling time:	 ( 518) minutes.
Conveyance self-test routine
recommended polling time:	 (   5) minutes.
SCT capabilities:		   (0x703d)   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		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x002f   200   200   051	Pre-fail  Always	   -	   0
  3 Spin_Up_Time			0x0027   181   175   021	Pre-fail  Always	   -	   7933
  4 Start_Stop_Count		0x0032   100   100   000	Old_age   Always	   -	   47
  5 Reallocated_Sector_Ct   0x0033   200   200   140	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x002e   200   200   000	Old_age   Always	   -	   0
  9 Power_On_Hours		  0x0032   050   050   000	Old_age   Always	   -	   37110
 10 Spin_Retry_Count		0x0032   100   253   000	Old_age   Always	   -	   0
 11 Calibration_Retry_Count 0x0032   100   253   000	Old_age   Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   47
192 Power-Off_Retract_Count 0x0032   200   200   000	Old_age   Always	   -	   32
193 Load_Cycle_Count		0x0032   200   200   000	Old_age   Always	   -	   826
194 Temperature_Celsius	 0x0022   122   105   000	Old_age   Always	   -	   30
196 Reallocated_Event_Count 0x0032   200   200   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0032   200   200   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0030   100   253   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x0032   200   200   000	Old_age   Always	   -	   0
200 Multi_Zone_Error_Rate   0x0008   100   253   000	Old_age   Offline	  -	   0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

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.








 

kdragon75

Wizard
Joined
Aug 7, 2016
Messages
2,457

garm

Wizard
Joined
Aug 19, 2017
Messages
1,556
Well based on the information given you destroyed the SSD that was part of the pool as a single drive vdev by installing FreeNAS on it. By doing that you made the pool unrecoverable, you need to rebuild your pool properly and restore from backup. Also, please use code tags..
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Status
Not open for further replies.
Top