On new build getting intermittent error "CAM status: SCSI Status Error", no obvious reason

Status
Not open for further replies.

tman5005

Dabbler
Joined
Aug 28, 2018
Messages
16
I recently put a new file server together to upgrade from a Synology DS1813+ to FreeBSD+ZFS to get into the ZFS goodness.

The hardware is:

Case: Fractal Design Node 804
Motherboard: Supermicro X11SSL-CF (6 SATA and onboard LSI 3008) https://www.newegg.com/Product/Product.aspx?Item=2W2-0014-00023
CPU: Intel(R) Xeon(R) CPU E3-1230 v6 @ 3.50GHz (3504.14-MHz K8-class CPU) https://www.newegg.com/Product/Product.aspx?Item=N82E16819117788
CPU cooler: Noctua NH-U12S https://www.newegg.com/Product/Product.aspx?Item=N82E16835608040
Memory: 2x Supermicro ECC DDR4-2400 16GB https://www.newegg.com/Product/Product.aspx?Item=9SIA7S67Y99082
Hard drives: 10x HGST Deskstar NAS 6TB https://www.newegg.com/Product/Product.aspx?Item=N82E16822146118
SSD drives: 2x Samsung 960 Pro 256 GB https://www.newegg.com/Product/Product.aspx?Item=N82E16820147685
SAS-SATA cables: CableCreation Internal HD Mini SAS 8643 to 4x SATA
right angle: https://www.amazon.com/gp/product/B01GPDBEDM/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1
straight angle: https://www.amazon.com/gp/product/B01BTEYLEQ/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1
SATA cables: Came with motherboard, 100 cm
Power supply: Seasonic Snow Silent 750W https://www.newegg.com/Product/Product.aspx?Item=N82E16817151221

Operating system: FreeBSD 11.2-RELEASE-p3 #0: Thu Sep 6 07:14:16 UTC 2018 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

The SSD drives and 2 of the HGST are hooked up to the SATA ports on the motherboard. The other 8 HGST are hooked up through the LSI 3008 integrated SAS controller.

The OS is installed on the SSD's in a mirror vdev zpool for zroot. The 10 HGST are intended to be in a RAIDZ2 zpool for tank.

I have updated the motherboard to:

Firmware Revision : 01.45
Firmware Build Time : 02/06/2018
BIOS Version: 2.2
BIOS Build Time: 05/23/2018
Redfish Version : 1.0.1
CPLD Version: 02.b1.01

I have flashed the LSI 3008 to IT mode and version 16.00.01.00 (dmesg reports: mpr0: Firmware: 16.00.01.00, Driver: 18.03.00.00-fbsd). This was the latest available on the Supermicro web site.

I have read that the firmware and driver versions somehow need to match but it is not clear how. Some posts say they need to be the same numbers. Others say not quite the same numbers.

I have been trying to burn in the system, and good that I have been trying because I have been battling intermittent but persistent variants of this error:

Code:
Sep 24 00:13:40 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 676 Aborting command 0xfffffe0001067bc0
Sep 24 00:13:40 fbnas kernel: mpr0: Sending reset from mprsas_send_abort for target ID 2
Sep 24 00:13:40 fbnas kernel: (pass2:mpr0:0:2:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 1111 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 24 00:13:40 fbnas kernel: mpr0: Unfreezing devq for target ID 2
Sep 24 00:13:40 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 24 00:13:40 fbnas kernel: (da2:mpr0:0:2:0): CAM status: Command timeout
Sep 24 00:13:40 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 24 00:13:41 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 24 00:13:41 fbnas kernel: (da2:mpr0:0:2:0): CAM status: SCSI Status Error
Sep 24 00:13:41 fbnas kernel: (da2:mpr0:0:2:0): SCSI status: Check Condition
Sep 24 00:13:41 fbnas kernel: (da2:mpr0:0:2:0): SCSI sense: UNIT ATTENTION asc:29,0 (Power on, reset, or bus device reset occurred)
Sep 24 00:13:41 fbnas kernel: (da2:mpr0:0:2:0): Error 6, Retries exhausted
Sep 24 00:13:41 fbnas kernel: (da2:mpr0:0:2:0): Invalidating pack
Sep 24 00:13:41 fbnas ZFS: vdev state changed, pool_guid=14629618157114388220 vdev_guid=5341139343660289690
Sep 24 00:13:41 fbnas ZFS: vdev state changed, pool_guid=14629618157114388220 vdev_guid=5341139343660289690



Suffice to say, this results in a dropped disk (see "Invalidating pack" line above) and this pool status:

Code:
  pool: tank
 state: DEGRADED
status: One or more devices are faulted in response to persistent errors.
		Sufficient replicas exist for the pool to continue functioning in a
		degraded state.
action: Replace the faulted device, or use 'zpool clear' to mark the device
		repaired.
  scan: none requested
config:

		NAME		STATE	 READ WRITE CKSUM
		tank		DEGRADED	 0	 0	 0
		  raidz2-0  DEGRADED	 0	 0	 0
			ada2	ONLINE	   0	 0	 0
			ada3	ONLINE	   0	 0	 0
			da0	 ONLINE	   0	 0	 0
			da1	 ONLINE	   0	 0	 0
			da2	 FAULTED	  6	 4	 0  too many errors
			da3	 ONLINE	   0	 0	 0
			da4	 ONLINE	   0	 0	 0
			da5	 ONLINE	   0	 0	 0
			da6	 ONLINE	   0	 0	 0
			da7	 ONLINE	   0	 0	 0

errors: No known data errors


This is only the latest instace of the error.

I have tried reseating SAS cables and power cables multiple times amongst all of my testing over the last week to no avail.

I have also done various tests that involve hooking up as many drives as I can to only the SATA ports, which the motherboard has 6 of, so I can test 6 of the 10 HGST's at a time that way. I have not had one problem reported by ZFS or FreebSD when doing like a 6 disk raidz2 of the SATA ports and heavy testing. The native SATA ports seem rock solid. But I did receive such errors when the other 4 still connected to the SAS controller were tested as a separate 4 disk raidz1 zpool.

It does not seem related to any disk. I have gotten such reports for different disks at different times for drives connected to the SAS controller. It does not seem to correlate with a particular disk. As you can see in my info dump at the end, SMART doesn't report any errors or reallocations on any of the disks, and they seem independently OK when testing with SATA ports direcly.

It seems related to heavy activity on the SAS controller somehow. I have not directly observed this error occur on an idle system, only when loading it with heavy activity.

So it seems related to the SAS controller path somehow. In this latest test I have my case completely open in case it was heat related since right now the case only has the upper fans installed on the front, so there isn't any direct airflow across the bottom where the integrated SAS controller is. That's relevant because I read some thread where someone said they got these errors when they turned their fan speed down to reduce the noise while they were present, and turned them back up when they left the room, and he noticed a correlation with the lower fan speed and this error.

I do have some Supermicro SAS-SATA cables and some more Noctua fans on the way, so I will try that. But given the errors so far occur across both of my current SAS cables, it is somewhat "aspirational" at this point that new SAS-SATA cables will solve the problem. The SAS-SATA cables are 100cm which I have read is apparently a bad idea, but my existing SATA cables are also 100cm and nothing bad occurred with them. The new ones are 60cm. I guess we'll see...

At this point, I feel like with the case open during this last test I have given this thing the best chance at success, and this last test is even somewhat scarier because it was just an immediate drop with very little in the way of error output. Nothing seems obviously defective and failing all of the time, and all error-type counts on the drives are 0 even after full disk writes such as with "dd if=/dev/zero of=<disk>" type tests, and yet under heavy load on the SAS controller, especially with raidz2, suddenly a disk gets dropped for whatever reason. One of the times it was even two disks, which of course means all redundancy of a raidz2 pool is now lost.

Not many of the postings I could find about this error seem to resolve very cleanly.

As of right now I can't trust any data to this server if I am going to constantly worry about random drive drops.


First, can anyone tell me what this error actually means technically?

Otherwise, is this possibly a bad SAS controller and therefore a motherboard I should RMA?

Is there something simple I am overlooking?

Has anyone else had success or failure with the LSI 3008 and HGST 6TB NAS drives?
 
Last edited:

tman5005

Dabbler
Joined
Aug 28, 2018
Messages
16
OK, some info dump time:

Here is my SMART information for all of the HGST disks, some in this post and some the next for posting limits. You can note that all error fields are 0 as are all reallocation count fields. I have performed one extended SMART test on all of the disks and a couple various short tests before that, one of which even happened on serial number K8H26MHN during one of these "reset" errors.

Code:
# for i in ada2 ada3 da{0..7}; do smartctl -a /dev/$i; done
smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-RELEASE-p3 amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:	 HGST HDN726060ALE614
Serial Number:	K8H3K4ZN
LU WWN Device Id: 5 000cca 271cfb509
Firmware Version: APGNW7JH
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:		Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Mon Sep 24 00:55:10 2018 CDT
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:  (0x82) Offline data collection activity
										was completed without error.
										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:				(  113) 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:		(   2) minutes.
Extended self-test routine
recommended polling time:		( 847) 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		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x000b   100   100   016	Pre-fail  Always	   -	   0
  2 Throughput_Performance  0x0005   137   137   054	Pre-fail  Offline	  -	   104
  3 Spin_Up_Time			0x0007   147   147   024	Pre-fail  Always	   -	   466 (Average 429)
  4 Start_Stop_Count		0x0012   100   100   000	Old_age   Always	   -	   19
  5 Reallocated_Sector_Ct   0x0033   100   100   005	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x000b   100   100   067	Pre-fail  Always	   -	   0
  8 Seek_Time_Performance   0x0005   128   128   020	Pre-fail  Offline	  -	   18
  9 Power_On_Hours		  0x0012   100   100   000	Old_age   Always	   -	   204
 10 Spin_Retry_Count		0x0013   100   100   060	Pre-fail  Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   19
192 Power-Off_Retract_Count 0x0032   100   100   000	Old_age   Always	   -	   25
193 Load_Cycle_Count		0x0012   100   100   000	Old_age   Always	   -	   25
194 Temperature_Celsius	 0x0002   150   150   000	Old_age   Always	   -	   40 (Min/Max 25/45)
196 Reallocated_Event_Count 0x0032   100   100   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0022   100   100   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0008   100   100   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x000a   200   200   000	Old_age   Always	   -	   0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description	Status				  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline	Completed without error	   00%	   120		 -
# 2  Short offline	   Completed without error	   00%		91		 -

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.

smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-RELEASE-p3 amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:	 HGST HDN726060ALE614
Serial Number:	K8H3JM5N
LU WWN Device Id: 5 000cca 271cfb300
Firmware Version: APGNW7JH
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:		Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Mon Sep 24 00:55:10 2018 CDT
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:  (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:				(  113) 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:		(   2) minutes.
Extended self-test routine
recommended polling time:		( 931) 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		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x000b   100   100   016	Pre-fail  Always	   -	   0
  2 Throughput_Performance  0x0005   138   138   054	Pre-fail  Offline	  -	   101
  3 Spin_Up_Time			0x0007   143   143   024	Pre-fail  Always	   -	   480 (Average 442)
  4 Start_Stop_Count		0x0012   100   100   000	Old_age   Always	   -	   19
  5 Reallocated_Sector_Ct   0x0033   100   100   005	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x000b   100   100   067	Pre-fail  Always	   -	   0
  8 Seek_Time_Performance   0x0005   140   140   020	Pre-fail  Offline	  -	   15
  9 Power_On_Hours		  0x0012   100   100   000	Old_age   Always	   -	   204
 10 Spin_Retry_Count		0x0013   100   100   060	Pre-fail  Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   19
192 Power-Off_Retract_Count 0x0032   100   100   000	Old_age   Always	   -	   26
193 Load_Cycle_Count		0x0012   100   100   000	Old_age   Always	   -	   26
194 Temperature_Celsius	 0x0002   153   153   000	Old_age   Always	   -	   39 (Min/Max 25/46)
196 Reallocated_Event_Count 0x0032   100   100   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0022   100   100   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0008   100   100   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x000a   200   200   000	Old_age   Always	   -	   0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description	Status				  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline	Completed without error	   00%	   122		 -
# 2  Short offline	   Completed without error	   00%		91		 -

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.

smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-RELEASE-p3 amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:	 HGST HDN726060ALE614
Serial Number:	K8H1WTXN
LU WWN Device Id: 5 000cca 271cef43f
Firmware Version: APGNW7JH
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:		Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Mon Sep 24 00:55:10 2018 CDT
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:  (0x82) Offline data collection activity
										was completed without error.
										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:				(  113) 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:		(   2) minutes.
Extended self-test routine
recommended polling time:		( 853) 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		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x000b   100   100   016	Pre-fail  Always	   -	   0
  2 Throughput_Performance  0x0005   137   137   054	Pre-fail  Offline	  -	   104
  3 Spin_Up_Time			0x0007   145   145   024	Pre-fail  Always	   -	   435 (Average 469)
  4 Start_Stop_Count		0x0012   100   100   000	Old_age   Always	   -	   17
  5 Reallocated_Sector_Ct   0x0033   100   100   005	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x000b   100   100   067	Pre-fail  Always	   -	   0
  8 Seek_Time_Performance   0x0005   128   128   020	Pre-fail  Offline	  -	   18
  9 Power_On_Hours		  0x0012   100   100   000	Old_age   Always	   -	   202
 10 Spin_Retry_Count		0x0013   100   100   060	Pre-fail  Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   17
192 Power-Off_Retract_Count 0x0032   100   100   000	Old_age   Always	   -	   23
193 Load_Cycle_Count		0x0012   100   100   000	Old_age   Always	   -	   23
194 Temperature_Celsius	 0x0002   150   150   000	Old_age   Always	   -	   40 (Min/Max 25/54)
196 Reallocated_Event_Count 0x0032   100   100   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0022   100   100   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0008   100   100   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x000a   200   200   000	Old_age   Always	   -	   0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description	Status				  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline	Completed without error	   00%	   119		 -
# 2  Short offline	   Completed without error	   00%		90		 -

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.

smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-RELEASE-p3 amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:	 HGST HDN726060ALE614
Serial Number:	K8H4TP8N
LU WWN Device Id: 5 000cca 271d045a8
Firmware Version: APGNW7JH
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:		Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Mon Sep 24 00:55:11 2018 CDT
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:  (0x82) Offline data collection activity
										was completed without error.
										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:				(  113) 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:		(   2) minutes.
Extended self-test routine
recommended polling time:		( 780) 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		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x000b   100   100   016	Pre-fail  Always	   -	   0
  2 Throughput_Performance  0x0005   138   138   054	Pre-fail  Offline	  -	   100
  3 Spin_Up_Time			0x0007   100   100   024	Pre-fail  Always	   -	   0
  4 Start_Stop_Count		0x0012   100   100   000	Old_age   Always	   -	   17
  5 Reallocated_Sector_Ct   0x0033   100   100   005	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x000b   100   100   067	Pre-fail  Always	   -	   0
  8 Seek_Time_Performance   0x0005   128   128   020	Pre-fail  Offline	  -	   18
  9 Power_On_Hours		  0x0012   100   100   000	Old_age   Always	   -	   202
 10 Spin_Retry_Count		0x0013   100   100   060	Pre-fail  Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   17
192 Power-Off_Retract_Count 0x0032   100   100   000	Old_age   Always	   -	   23
193 Load_Cycle_Count		0x0012   100   100   000	Old_age   Always	   -	   23
194 Temperature_Celsius	 0x0002   142   142   000	Old_age   Always	   -	   42 (Min/Max 25/55)
196 Reallocated_Event_Count 0x0032   100   100   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0022   100   100   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0008   100   100   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x000a   200   200   000	Old_age   Always	   -	   0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description	Status				  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline	Completed without error	   00%	   119		 -
# 2  Short offline	   Completed without error	   00%		90		 -

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.

smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-RELEASE-p3 amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org
 
Last edited:

tman5005

Dabbler
Joined
Aug 28, 2018
Messages
16
Rest of smart:

Code:
smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-RELEASE-p3 amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:	 HGST HDN726060ALE614
Serial Number:	K8H1MJMN
LU WWN Device Id: 5 000cca 271ced536
Firmware Version: APGNW7JH
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:		Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Mon Sep 24 00:55:11 2018 CDT
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:  (0x82) Offline data collection activity
										was completed without error.
										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:				(  113) 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:		(   2) minutes.
Extended self-test routine
recommended polling time:		( 898) 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		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x000b   100   100   016	Pre-fail  Always	   -	   0
  2 Throughput_Performance  0x0005   137   137   054	Pre-fail  Offline	  -	   104
  3 Spin_Up_Time			0x0007   143   143   024	Pre-fail  Always	   -	   443 (Average 476)
  4 Start_Stop_Count		0x0012   100   100   000	Old_age   Always	   -	   17
  5 Reallocated_Sector_Ct   0x0033   100   100   005	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x000b   100   100   067	Pre-fail  Always	   -	   0
  8 Seek_Time_Performance   0x0005   128   128   020	Pre-fail  Offline	  -	   18
  9 Power_On_Hours		  0x0012   100   100   000	Old_age   Always	   -	   202
 10 Spin_Retry_Count		0x0013   100   100   060	Pre-fail  Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   17
192 Power-Off_Retract_Count 0x0032   100   100   000	Old_age   Always	   -	   23
193 Load_Cycle_Count		0x0012   100   100   000	Old_age   Always	   -	   23
194 Temperature_Celsius	 0x0002   136   136   000	Old_age   Always	   -	   44 (Min/Max 25/54)
196 Reallocated_Event_Count 0x0032   100   100   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0022   100   100   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0008   100   100   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x000a   200   200   000	Old_age   Always	   -	   0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description	Status				  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline	Completed without error	   00%	   120		 -
# 2  Short offline	   Completed without error	   00%		90		 -

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.

smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-RELEASE-p3 amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:	 HGST HDN726060ALE614
Serial Number:	K8H3RDWN
LU WWN Device Id: 5 000cca 271cfc8c3
Firmware Version: APGNW7JH
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:		Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Mon Sep 24 00:55:11 2018 CDT
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:  (0x82) Offline data collection activity
										was completed without error.
										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:				(  113) 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:		(   2) minutes.
Extended self-test routine
recommended polling time:		(1027) 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		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x000b   100   100   016	Pre-fail  Always	   -	   0
  2 Throughput_Performance  0x0005   138   138   054	Pre-fail  Offline	  -	   100
  3 Spin_Up_Time			0x0007   100   100   024	Pre-fail  Always	   -	   0
  4 Start_Stop_Count		0x0012   100   100   000	Old_age   Always	   -	   17
  5 Reallocated_Sector_Ct   0x0033   100   100   005	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x000b   100   100   067	Pre-fail  Always	   -	   0
  8 Seek_Time_Performance   0x0005   128   128   020	Pre-fail  Offline	  -	   18
  9 Power_On_Hours		  0x0012   100   100   000	Old_age   Always	   -	   202
 10 Spin_Retry_Count		0x0013   100   100   060	Pre-fail  Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   17
192 Power-Off_Retract_Count 0x0032   100   100   000	Old_age   Always	   -	   23
193 Load_Cycle_Count		0x0012   100   100   000	Old_age   Always	   -	   23
194 Temperature_Celsius	 0x0002   146   146   000	Old_age   Always	   -	   41 (Min/Max 25/53)
196 Reallocated_Event_Count 0x0032   100   100   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0022   100   100   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0008   100   100   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x000a   200   200   000	Old_age   Always	   -	   0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description	Status				  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline	Completed without error	   00%	   122		 -
# 2  Short offline	   Completed without error	   00%		90		 -

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.

smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-RELEASE-p3 amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:	 HGST HDN726060ALE614
Serial Number:	K8H06RWN
LU WWN Device Id: 5 000cca 271ce30cc
Firmware Version: APGNW7JH
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:		Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Mon Sep 24 00:55:11 2018 CDT
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:  (0x82) Offline data collection activity
										was completed without error.
										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:				(  113) 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:		(   2) minutes.
Extended self-test routine
recommended polling time:		( 886) 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		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x000b   100   100   016	Pre-fail  Always	   -	   0
  2 Throughput_Performance  0x0005   138   138   054	Pre-fail  Offline	  -	   100
  3 Spin_Up_Time			0x0007   143   143   024	Pre-fail  Always	   -	   444 (Average 477)
  4 Start_Stop_Count		0x0012   100   100   000	Old_age   Always	   -	   17
  5 Reallocated_Sector_Ct   0x0033   100   100   005	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x000b   100   100   067	Pre-fail  Always	   -	   0
  8 Seek_Time_Performance   0x0005   128   128   020	Pre-fail  Offline	  -	   18
  9 Power_On_Hours		  0x0012   100   100   000	Old_age   Always	   -	   202
 10 Spin_Retry_Count		0x0013   100   100   060	Pre-fail  Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   17
192 Power-Off_Retract_Count 0x0032   100   100   000	Old_age   Always	   -	   24
193 Load_Cycle_Count		0x0012   100   100   000	Old_age   Always	   -	   24
194 Temperature_Celsius	 0x0002   150   150   000	Old_age   Always	   -	   40 (Min/Max 25/49)
196 Reallocated_Event_Count 0x0032   100   100   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0022   100   100   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0008   100   100   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x000a   200   200   000	Old_age   Always	   -	   0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description	Status				  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline	Completed without error	   00%	   120		 -
# 2  Short offline	   Completed without error	   00%		90		 -

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.

smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-RELEASE-p3 amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:	 HGST HDN726060ALE614
Serial Number:	K8H26MHN
LU WWN Device Id: 5 000cca 271cf1921
Firmware Version: APGNW7JH
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:		Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Mon Sep 24 00:55:11 2018 CDT
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:  (0x82) Offline data collection activity
										was completed without error.
										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:				(  113) 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:		(   2) minutes.
Extended self-test routine
recommended polling time:		( 842) 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		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x000b   100   100   016	Pre-fail  Always	   -	   0
  2 Throughput_Performance  0x0005   138   138   054	Pre-fail  Offline	  -	   100
  3 Spin_Up_Time			0x0007   100   100   024	Pre-fail  Always	   -	   0
  4 Start_Stop_Count		0x0012   100   100   000	Old_age   Always	   -	   17
  5 Reallocated_Sector_Ct   0x0033   100   100   005	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x000b   100   100   067	Pre-fail  Always	   -	   0
  8 Seek_Time_Performance   0x0005   128   128   020	Pre-fail  Offline	  -	   18
  9 Power_On_Hours		  0x0012   100   100   000	Old_age   Always	   -	   202
 10 Spin_Retry_Count		0x0013   100   100   060	Pre-fail  Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   17
192 Power-Off_Retract_Count 0x0032   100   100   000	Old_age   Always	   -	   23
193 Load_Cycle_Count		0x0012   100   100   000	Old_age   Always	   -	   23
194 Temperature_Celsius	 0x0002   146   146   000	Old_age   Always	   -	   41 (Min/Max 25/49)
196 Reallocated_Event_Count 0x0032   100   100   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0022   100   100   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0008   100   100   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x000a   200   200   000	Old_age   Always	   -	   0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description	Status				  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline	Completed without error	   00%	   119		 -
# 2  Short offline	   Completed without error	   00%		90		 -
# 3  Short offline	   Completed without error	   00%		70		 -
# 4  Short offline	   Interrupted (host reset)	  20%		70		 -
# 5  Short offline	   Completed without error	   00%		70		 -

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.

smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-RELEASE-p3 amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:	 HGST HDN726060ALE614
Serial Number:	K8H1959N
LU WWN Device Id: 5 000cca 271ceae4d
Firmware Version: APGNW7JH
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:		Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Mon Sep 24 00:55:11 2018 CDT
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:  (0x82) Offline data collection activity
										was completed without error.
										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:				(  113) 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:		(   2) minutes.
Extended self-test routine
recommended polling time:		( 881) 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		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x000b   100   100   016	Pre-fail  Always	   -	   0
  2 Throughput_Performance  0x0005   136   136   054	Pre-fail  Offline	  -	   108
  3 Spin_Up_Time			0x0007   140   140   024	Pre-fail  Always	   -	   452 (Average 485)
  4 Start_Stop_Count		0x0012   100   100   000	Old_age   Always	   -	   17
  5 Reallocated_Sector_Ct   0x0033   100   100   005	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x000b   100   100   067	Pre-fail  Always	   -	   0
  8 Seek_Time_Performance   0x0005   128   128   020	Pre-fail  Offline	  -	   18
  9 Power_On_Hours		  0x0012   100   100   000	Old_age   Always	   -	   202
 10 Spin_Retry_Count		0x0013   100   100   060	Pre-fail  Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   17
192 Power-Off_Retract_Count 0x0032   100   100   000	Old_age   Always	   -	   24
193 Load_Cycle_Count		0x0012   100   100   000	Old_age   Always	   -	   24
194 Temperature_Celsius	 0x0002   139   139   000	Old_age   Always	   -	   43 (Min/Max 25/50)
196 Reallocated_Event_Count 0x0032   100   100   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0022   100   100   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0008   100   100   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x000a   200   200   000	Old_age   Always	   -	   0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description	Status				  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline	Completed without error	   00%	   120		 -
# 2  Short offline	   Completed without error	   00%		90		 -

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.

smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-RELEASE-p3 amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:	 HGST HDN726060ALE614
Serial Number:	K8H4TUHN
LU WWN Device Id: 5 000cca 271d0462b
Firmware Version: APGNW7JH
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:		Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Mon Sep 24 00:55:11 2018 CDT
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:  (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:				(  113) 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:		(   2) minutes.
Extended self-test routine
recommended polling time:		( 875) 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		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x000b   100   100   016	Pre-fail  Always	   -	   0
  2 Throughput_Performance  0x0005   138   138   054	Pre-fail  Offline	  -	   100
  3 Spin_Up_Time			0x0007   100   100   024	Pre-fail  Always	   -	   0
  4 Start_Stop_Count		0x0012   100   100   000	Old_age   Always	   -	   18
  5 Reallocated_Sector_Ct   0x0033   100   100   005	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x000b   100   100   067	Pre-fail  Always	   -	   0
  8 Seek_Time_Performance   0x0005   128   128   020	Pre-fail  Offline	  -	   18
  9 Power_On_Hours		  0x0012   100   100   000	Old_age   Always	   -	   203
 10 Spin_Retry_Count		0x0013   100   100   060	Pre-fail  Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   18
192 Power-Off_Retract_Count 0x0032   100   100   000	Old_age   Always	   -	   24
193 Load_Cycle_Count		0x0012   100   100   000	Old_age   Always	   -	   24
194 Temperature_Celsius	 0x0002   136   136   000	Old_age   Always	   -	   44 (Min/Max 25/51)
196 Reallocated_Event_Count 0x0032   100   100   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0022   100   100   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0008   100   100   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x000a   200   200   000	Old_age   Always	   -	   0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description	Status				  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline	Completed without error	   00%	   120		 -
# 2  Short offline	   Completed without error	   00%		90		 -

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.
 

tman5005

Dabbler
Joined
Aug 28, 2018
Messages
16
Unfortunately, it doesn't seem as if new cables and fans have fixed it. Similar errors as before.

This particular time didn't result in any dropped disks, but the server did freeze for all access that was occurring to the zpool for about 30-60 seconds.

Oddly, I did some testing with CentOS and ZFS on Linux, and didn't seem to get any such errors.

Is it possible this is a FreeBSD driver bug?




Relevant /var/log/messages:

Code:
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 228 Aborting command 0xfffffe000102b7c0
Sep 27 19:20:31 fbnas kernel: mpr0: Sending reset from mprsas_send_abort for target ID 5
Sep 27 19:20:31 fbnas kernel: (pass5:mpr0:0:5:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 186 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 243 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad d0 b8 00 00 00 20 00 00 length 16384 SMID 279 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad d0 10 00 00 00 20 00 00 length 16384 SMID 263 terminated ioc 804b l(da5:mpr0:0:5:0): oginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad d0 38 00 00 00 20 00 00 length 16384 SMID 903 terminated ioc 804b l(da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad d0 b8 00 00 00 20 00 00
Sep 27 19:20:31 fbnas kernel: oginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad cf f0 00 00 00 20 00 00 length 16384 SMID 1026 terminated ioc 804b (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 966 terminated ioc 804b loginfo 311(da5:30000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad b3 d8 00 00 00 f0 00 00 length 122880 SMID 429 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad d0 10 00 00 00 20 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 311 terminated ioc 804b loginfo 311(da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad d0 38 00 00 00 20 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad cf f0 00 00 00 20 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad b3 d8 00 00 00 f0 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: 30000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad b2 f0 00 00 00 e8 00 00 length 118784 SMID 579 terminated ioc 804b (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 19:20:31 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 986 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad b2 f0 00 00 00 e8 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad b2 08 00 00 00 e8 00 00 length 118784 SMID 719 terminated ioc 804b (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 19:20:31 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 312 terminated ioc 804b loginfo 311(da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: 30000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad b1 18 00 00 00 f0 00 00 length 122880 SMID 464 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 557 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad b0 30 00 00 00 e8 00 00 length 118784 SMID 1094 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad af 40 00 00 00 f0 00 00 length 122880 SMID 144 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad ae 58 00 00 00 e8 00 00 length 118784 SMID 973 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad ad 70 00 00 00 e8 00 00 length 118784 SMID 551 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad ac 80 00 00 00 f0 00 00 length 122880 SMID 526 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad cf b0 00 00 00 40 00 00 length 32768 SMID 644 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad ce c0 00 00 00 f0 00 00 length 122880 SMID 897 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad cd d8 00 00 00 e8 00 00 length 118784 SMID 219 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad cc f0 00 00 00 e8 00 00 length 118784 SMID 166 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad cc 00 00 00 00 f0 00 00 length 122880 SMID 987 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad ab 98 00 00 00 e8 00 00 length 118784 SMID 726 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad cb 18 00 00 00 e8 00 00 length 118784 SMID 378 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:20:31 fbnas kernel: mpr0: Unfreezing devq for target ID 5
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad b2 08 00 00 00 e8 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad b1 18 00 00 00 f0 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad b0 30 00 00 00 e8 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad af 40 00 00 00 f0 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad ae 58 00 00 00 e8 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad ad 70 00 00 00 e8 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad ac 80 00 00 00 f0 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad cf b0 00 00 00 40 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad ce c0 00 00 00 f0 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0):
Sep 27 19:20:31 fbnas kernel: Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad cd d8 00 00 00 e8 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:
Sep 27 19:20:31 fbnas kernel: 5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad cc f0 00 00 00 e8 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad cc 00 00 00 00 f0 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad ab 98 00 00 00 e8 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad cb 18 00 00 00 e8 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: CCB request completed with an error
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): CAM status: Command timeout
Sep 27 19:20:31 fbnas kernel: (da5:mpr0:0:5:0): Retrying command
Sep 27 19:20:32 fbnas kernel: (da5:mpr0:0:5:0): WRITE(16). CDB: 8a 00 00 00 00 02 73 ad cb 18 00 00 00 e8 00 00
Sep 27 19:20:32 fbnas kernel: (da5:mpr0:0:5:0): CAM status: SCSI Status Error
Sep 27 19:20:32 fbnas kernel: (da5:mpr0:0:5:0): SCSI status: Check Condition
Sep 27 19:20:32 fbnas kernel: (da5:mpr0:0:5:0): SCSI sense: UNIT ATTENTION asc:29,0 (Power on, reset, or bus device reset occurred)
Sep 27 19:20:32 fbnas kernel: (da5:mpr0:0:5:0): Retrying command (per sense data)


But since there were no dropped disks the zpool is fine:

Code:
  pool: tank
 state: ONLINE
  scan: none requested
config:

		NAME		STATE	 READ WRITE CKSUM
		tank		ONLINE	   0	 0	 0
		  raidz2-0  ONLINE	   0	 0	 0
			ada2	ONLINE	   0	 0	 0
			ada3	ONLINE	   0	 0	 0
			da0	 ONLINE	   0	 0	 0
			da1	 ONLINE	   0	 0	 0
			da2	 ONLINE	   0	 0	 0
			da3	 ONLINE	   0	 0	 0
			da4	 ONLINE	   0	 0	 0
			da5	 ONLINE	   0	 0	 0
			da6	 ONLINE	   0	 0	 0
			da7	 ONLINE	   0	 0	 0

errors: No known data errors
 
Last edited:

tman5005

Dabbler
Joined
Aug 28, 2018
Messages
16
Since my last post it has now happened across 2 more disks and da2 has now been dropped.

I really would like FreeBSD to work out but it doesn't seem like that is going to happen unfortunately at this rate:

Code:
# zpool status
  pool: tank
 state: DEGRADED
status: One or more devices are faulted in response to persistent errors.
		Sufficient replicas exist for the pool to continue functioning in a
		degraded state.
action: Replace the faulted device, or use 'zpool clear' to mark the device
		repaired.
  scan: none requested
config:

		NAME		STATE	 READ WRITE CKSUM
		tank		DEGRADED	 0	 0	 0
		  raidz2-0  DEGRADED	 0	 0	 0
			ada2	ONLINE	   0	 0	 0
			ada3	ONLINE	   0	 0	 0
			da0	 ONLINE	   0	 0	 0
			da1	 ONLINE	   0	 0	 0
			da2	 FAULTED	  6 57.1K	 0  too many errors
			da3	 ONLINE	   0	 0	 0
			da4	 ONLINE	   0	 0	 0
			da5	 ONLINE	   0	 0	 0
			da6	 ONLINE	   0	 0	 0
			da7	 ONLINE	   0	 0	 0

errors: No known data errors



Code:
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 693 Aborting command 0xfffffe0001055430
Sep 27 19:49:00 fbnas kernel: mpr0: Sending reset from mprsas_send_abort for target ID 6
Sep 27 19:49:00 fbnas kernel: (pass6:mpr0:0:6:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 1092 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 d0 00 00 00 08 00 00 length 4096 SMID 1078 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 b8 00 00 00 18 00 00 length 12288 SMID 598 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 b0 00 00 00 08 00 00 length 4096 SMID 558 terminated ioc 804b lo(da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 d0 00 00 00 08 00 00
Sep 27 19:49:00 fbnas kernel: ginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 a8 00 00 00 08 00 00 length 4096 SMID 690 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 a0 00 00 00 08 00 00 length 4096 SMID 1061 terminated ioc 804b l(da6:mpr0:0:6:0): CAM status: CCB request completed with an error
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): Retrying command
Sep 27 19:49:00 fbnas kernel: oginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 98 00 00 00 08 00 00 length 4096 SMID 344 terminated ioc 804b lo(da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 b8 00 00 00 18 00 00
Sep 27 19:49:00 fbnas kernel: ginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 90 00 00 00 08 00 00 length 4096 SMID 477 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 88 00 00 00 08 00 00 length 4096 SMID 730 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 80 00 00 00 08 00 00 length 4096 SMID 805 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 26 b8 00 00 00 c8 00 00 length 102400 SMID 636 terminated ioc 804b (da6:mpr0:0:6:0): CAM status: CCB request completed with an error
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): Retrying command
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 b0 00 00 00 08 00 00
Sep 27 19:49:00 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 19:49:00 fbnas kernel: mpr0: Unfreezing devq for target ID 6
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): CAM status: CCB request completed with an error
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): Retrying command
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 a8 00 00 00 08 00 00
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): CAM status: CCB request completed with an error
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): Retrying command
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 a0 00 00 00 08 00 00
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): CAM status: CCB request completed with an error
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): Retrying command
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 98 00 00 00 08 00 00
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): CAM status: CCB request completed with an error
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): Retrying command
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 90 00 00 00 08 00 00
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): CAM status: CCB request completed with an error
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): Retrying command
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 88 00 00 00 08 00 00
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): CAM status: CCB request completed with an error
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): Retrying command
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 27 80 00 00 00 08 00 00
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): CAM status: CCB request completed with an error
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): Retrying command
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 26 b8 00 00 00 c8 00 00
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): CAM status: CCB request completed with an error
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): Retrying command
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): CAM status: Command timeout
Sep 27 19:49:00 fbnas kernel: (da6:mpr0:0:6:0): Retrying command
Sep 27 19:49:01 fbnas kernel: (da6:mpr0:0:6:0): WRITE(16). CDB: 8a 00 00 00 00 02 7b 66 26 b8 00 00 00 c8 00 00
Sep 27 19:49:01 fbnas kernel: (da6:mpr0:0:6:0): CAM status: SCSI Status Error
Sep 27 19:49:01 fbnas kernel: (da6:mpr0:0:6:0): SCSI status: Check Condition
Sep 27 19:49:01 fbnas kernel: (da6:mpr0:0:6:0): SCSI sense: UNIT ATTENTION asc:29,0 (Power on, reset, or bus device reset occurred)
Sep 27 19:49:01 fbnas kernel: (da6:mpr0:0:6:0): Retrying command (per sense data)
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 811 Aborting command 0xfffffe000105fdd0
Sep 27 20:00:00 fbnas kernel: mpr0: Sending reset from mprsas_send_abort for target ID 2
Sep 27 20:00:00 fbnas kernel: (pass2:mpr0:0:2:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 893 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd ae 88 00 00 00 a0 00 00 length 81920 SMID 855 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd ad 98 00 00 00 f0 00 00 length 122880 SMID 407 terminated ioc 804b (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd ae 88 00 00 00 a0 00 00
Sep 27 20:00:00 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd ac b0 00 00 00 e8 00 00 length 118784 SMID 764 terminated ioc 804b (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:00:00 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd ad 98 00 00 00 f0 00 00
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd ab c0 00 00 00 f0 00 00 length 122880 SMID 1106 terminated ioc 804b(da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:00:00 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd aa d8 00 00 00 e8 00 00 length 118784 SMID 361 terminated ioc 804b (da2:mpr0:0:2:0): Retrying command
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd ac b0 00 00 00 e8 00 00
Sep 27 20:00:00 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd a9 f0 00 00 00 e8 00 00 length 118784 SMID 314 terminated ioc 804b (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:00:00 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd a9 00 00 00 00 f0 00 00 length 122880 SMID 664 terminated ioc 804b (da2:loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:00:00 fbnas kernel: mpr0:0:2:0): Retrying command
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd a8 18 00 00 00 e8 00 00 length 118784 SMID 651 terminated ioc 804b (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd ab c0 00 00 00 f0 00 00
Sep 27 20:00:00 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd aa d8 00 00 00 e8 00 00
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd a7 28 00 00 00 f0 00 00 length 122880 SMID 830 terminated ioc 804b (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd a9 f0 00 00 00 e8 00 00
Sep 27 20:00:00 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd a6 40 00 00 00 e8 00 00 length 118784 SMID 300 terminated ioc 804b (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:00:00 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:00:00 fbnas kernel: mpr0: Unfreezing devq for target ID 2
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd a9 00 00 00 00 f0 00 00
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd a8 18 00 00 00 e8 00 00
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd a7 28 00 00 00 f0 00 00
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd a6 40 00 00 00 e8 00 00
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): CAM status: Command timeout
Sep 27 20:00:00 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:00:01 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 7d dd a7 28 00 00 00 f0 00 00
Sep 27 20:00:01 fbnas kernel: (da2:mpr0:0:2:0): CAM status: SCSI Status Error
Sep 27 20:00:01 fbnas kernel: (da2:mpr0:0:2:0): SCSI status: Check Condition
Sep 27 20:00:01 fbnas kernel: (da2:mpr0:0:2:0): SCSI sense: UNIT ATTENTION asc:29,0 (Power on, reset, or bus device reset occurred)
Sep 27 20:00:01 fbnas kernel: (da2:mpr0:0:2:0): Retrying command (per sense data)
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 577 Aborting command 0xfffffe000104ad70
Sep 27 20:09:16 fbnas kernel: mpr0: Sending reset from mprsas_send_abort for target ID 2
Sep 27 20:09:16 fbnas kernel: (pass2:mpr0:0:2:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 890 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 254 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 ec a8 00 00 00 e8 00 00 length 118784 SMID 669 terminated ioc 804b (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0):		 (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 eb b8 00 00 00 f0 00 00 length 122880 SMID 899 terminated ioc 804b Retrying command
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 ea d0 00 00 00 e8 00 00 length 118784 SMID 938 terminated ioc 804b (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 ec a8 00 00 00 e8 00 00
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 e9 e8 00 00 00 e8 00 00 length 118784 SMID 1050 terminated ioc 804b(da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 e8 f8 00 00 00 f0 00 00 length 122880 SMID 331 terminated ioc 804b (da2:mpr0:0:loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: 2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 39 18 00 00 00 f0 00 00 length 122880 SMID 317 terminated ioc 804b (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 eb b8 00 00 00 f0 00 00
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 38 30 00 00 00 e8 00 00 length 118784 SMID 966 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 37 40 00 00 00 f0 00 00 length 122880 SMID 360 terminated ioc 804b (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:	  (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 36 58 00 00 00 e8 00 00 length 118784 SMID 573 terminated ioc 804b 2:loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: 0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 35 70 00 00 00 e8 00 00 length 118784 SMID 756 terminated ioc 804b (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 ea d0 00 00 00 e8 00 00
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 34 80 00 00 00 f0 00 00 length 122880 SMID 517 terminated ioc 804b (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:	(da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 2b 30 00 00 00 20 00 00 length 16384 SMID 457 terminated ioc 804b l0): oginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 e8 10 00 00 00 e8 00 00 length 118784 SMID 713 terminated ioc 804b (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 e9 e8 00 00 00 e8 00 00
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 2a 48 00 00 00 e8 00 00 length 118784 SMID 151 terminated ioc 804b (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 e8 f8 00 00 00 f0 00 00
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 337 terminated ioc 804b loginfo 311(da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: 30000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 29 58 00 00 00 f0 00 00 length 122880 SMID 704 terminated ioc 804b (da2:loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 e7 20 00 00 00 f0 00 00 length 122880 SMID 591 terminated ioc 804b (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 39 18 00 00 00 f0 00 00
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 33 98 00 00 00 e8 00 00 length 118784 SMID 615 terminated ioc 804b (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 38 30 00 00 00 e8 00 00
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 32 a8 00 00 00 f0 00 00 length 122880 SMID 736 terminated ioc 804b (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:	 (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 875 terminated ioc 804b loginfo 311mpr0:0:30000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: 2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 31 c0 00 00 00 e8 00 00 length 118784 SMID 1021 terminated ioc 804b(da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 37 40 00 00 00 f0 00 00
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 192 terminated ioc 804b loginfo 311(da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 36 58 00 00 00 e8 00 00
Sep 27 20:09:16 fbnas kernel: 30000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 28 70 00 00 00 e8 00 00 length 118784 SMID 231 terminated ioc 804b (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 35 70 00 00 00 e8 00 00
Sep 27 20:09:16 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 174 terminated ioc 804b loginfo 311(da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 34 80 00 00 00 f0 00 00
Sep 27 20:09:16 fbnas kernel: 30000 scsi 0 state c xfer 0
Sep 27 20:09:16 fbnas kernel: mpr0: Unfreezing devq for target ID 2
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 2b 30 00 00 00 20 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 e8 10 00 00 00 e8 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 2a 48 00 00 00 e8 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 29 58 00 00 00 f0 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 e7 20 00 00 00 f0 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 33 98 00 00 00 e8 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 32 a8 00 00 00 f0 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 31 c0 00 00 00 e8 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): WRITE(16). CDB: 8a 00 00 00 00 02 80 30 28 70 00 00 00 e8 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: Command timeout
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): CAM status: CCB request completed with an error
Sep 27 20:09:16 fbnas kernel: (da2:mpr0:0:2:0): Retrying command
Sep 27 20:09:17 fbnas kernel: (da2:mpr0:0:2:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:09:17 fbnas kernel: (da2:mpr0:0:2:0): CAM status: SCSI Status Error
Sep 27 20:09:17 fbnas kernel: (da2:mpr0:0:2:0): SCSI status: Check Condition
Sep 27 20:09:17 fbnas kernel: (da2:mpr0:0:2:0): SCSI sense: UNIT ATTENTION asc:29,0 (Power on, reset, or bus device reset occurred)
Sep 27 20:09:17 fbnas kernel: (da2:mpr0:0:2:0): Error 6, Retries exhausted
Sep 27 20:09:17 fbnas kernel: (da2:mpr0:0:2:0): Invalidating pack
Sep 27 20:09:31 fbnas ZFS: vdev state changed, pool_guid=5381968323595163263 vdev_guid=11405186132970248343
Sep 27 20:09:31 fbnas ZFS: vdev state changed, pool_guid=5381968323595163263 vdev_guid=11405186132970248343
 

tman5005

Dabbler
Joined
Aug 28, 2018
Messages
16
And finally two more disks have now been dropped and all I/O to the zpool has frozen.

?????


Code:
# zpool status -v
  pool: tank
 state: DEGRADED
status: One or more devices are faulted in response to IO failures.
action: Make sure the affected devices are connected, then run 'zpool clear'.
   see: http://illumos.org/msg/ZFS-8000-HC
  scan: none requested
config:

		NAME		STATE	 READ WRITE CKSUM
		tank		DEGRADED	 0 98.8K	 0
		  raidz2-0  DEGRADED	 0 2.76K	 0
			ada2	ONLINE	   0	 0	 0
			ada3	ONLINE	   0	 0	 0
			da0	 ONLINE	   3 3.23K	 0
			da1	 ONLINE	   0	 0	 0
			da2	 FAULTED	  6 57.1K	 0  too many errors
			da3	 FAULTED	  6 34.8K	 0  too many errors
			da4	 ONLINE	   0	 0	 0
			da5	 ONLINE	   0	 0	 0
			da6	 ONLINE	   0	 0	 0
			da7	 ONLINE	   0	 0	 0

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

		tank:<0x0>
		tank:<0xf424d>
		tank:<0xf424e>
		tank:<0xf424f>
		tank/test_iscsi:<0x0>
		tank/test_iscsi:<0x1>


I have to snip down some of /var/log/messages for posting limits, but same kinds of things:

Code:
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 177 Aborting command
 0xfffffe0001026e70
Sep 27 20:17:57 fbnas kernel: mpr0: Sending reset from mprsas_send_abort for target ID 3
Sep 27 20:17:57 fbnas kernel: (pass3:mpr0:0:3:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 290 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 267 terminated ioc 8
04b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec cf 00 00 00 00 20 00 00 length 16384 SMID 249 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec cf 40 00 00 00 20 00 00 length 16384 SMID 719 terminated ioc 804b l(da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:17:57 fbnas kernel: oginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec cf 68 00 00 00 20 00 00 length 16384 SMID 429 terminated ioc 804b l(da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec cf 00 00 00 00 20 00 00
Sep 27 20:17:57 fbnas kernel: oginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec ce e0 00 00 00 20 00 00 length 16384 SMID 1077 terminated ioc 804b (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec ce c0 00 00 00 20 00 00 length 16384 SMID 1020 terminated ioc 804b (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec cf 40 00 00 00 20 00 00
Sep 27 20:17:57 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec 3b 78 00 00 00 f0 00 00 length 122880 SMID 356 termi
nated ioc 804b (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec cf 68 00 00 00 20 00 00
Sep 27 20:17:57 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec ce e0 00 00 00 20 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec 3a 90 00 00 00 e8 00 00 length 118784 SMID 874 terminated ioc 804b (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec ce c0 00 00 00 20 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec 3b 78 00 00 00 f0 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command

<snip>

Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec 39 a0 00 00 00 f0 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec 38 b8 00 00 00 e8 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec 37 d0 00 00 00 e8 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec 36 e0 00 00 00 f0 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec 35 f8 00 00 00 e8 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec 35 08 00 00 00 f0 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec 34 20 00 00 00 e8 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec 33 38 00 00 00 e8 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec ce 38 00 00 00 80 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec cd 48 00 00 00 f0 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec cc 60 00 00 00 e8 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec cb 78 00 00 00 e8 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): WRITE(16). CDB: 8a 00 00 00 00 02 81 ec ca 88 00 00 00 f0 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: CCB request completed with an error
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): CAM status: Command timeout
Sep 27 20:17:57 fbnas kernel: (da3:mpr0:0:3:0): Retrying command
Sep 27 20:17:58 fbnas kernel: (da3:mpr0:0:3:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:17:58 fbnas kernel: (da3:mpr0:0:3:0): CAM status: SCSI Status Error
Sep 27 20:17:58 fbnas kernel: (da3:mpr0:0:3:0): SCSI status: Check Condition
Sep 27 20:17:58 fbnas kernel: (da3:mpr0:0:3:0): SCSI sense: UNIT ATTENTION asc:29,0 (Power on, reset, or bus device reset occurred)
Sep 27 20:17:58 fbnas kernel: (da3:mpr0:0:3:0): Error 6, Retries exhausted
Sep 27 20:17:58 fbnas kernel: (da3:mpr0:0:3:0): Invalidating pack
Sep 27 20:18:01 fbnas ZFS: vdev state changed, pool_guid=5381968323595163263 vdev_guid=10273529584896858076
Sep 27 20:18:01 fbnas ZFS: vdev state changed, pool_guid=5381968323595163263 vdev_guid=10273529584896858076

<snip>

Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 1126 Aborting command 0xfffffe000107c2a0
Sep 27 20:31:01 fbnas kernel: mpr0: Sending reset from mprsas_send_abort for target ID 0
Sep 27 20:31:01 fbnas kernel: (pass0:mpr0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 246 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 251 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c5 03 30 00 00 00 20 00 00 length 16384 SMID 884 terminated ioc 804b l(da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:31:01 fbnas kernel: oginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 1128 terminated ioc 804b loginfo 31(da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: 130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c5 03 08 00 00 00 20 00 00 length 16384 SMID 387 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c5 02 88 00 00 00 20 00 00 length 16384 SMID 836 terminated ioc 804b l(da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c5 03 30 00 00 00 20 00 00
Sep 27 20:31:01 fbnas kernel: oginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c5 02 c8 00 00 00 20 00 00 length 16384 SMID 413 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c5 02 e8 00 00 00 20 00 00 length 16384 SMID 1041 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c5 02 a8 00 00 00 20 00 00 length 16384 SMID 258 terminated ioc 804b l(da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: oginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 939 terminated ioc 804b loginfo 311(da0:30000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: mpr0:0:0:0): Retrying command

<snip>

Sep 27 20:31:01 fbnas kernel: loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 35 e8 00 00 00 e8 00 00 length 118784 SMID 755 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 34 f8 00 00 00 f0 00 00 length 122880 SMID 1002 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 34 10 00 00 00 e8 00 00 length 118784 SMID 531 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 33 28 00 00 00 e8 00 00 length 118784 SMID 1140 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c5 01 78 00 00 00 e8 00 00 length 118784 SMID 1016 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 32 38 00 00 00 f0 00 00 length 122880 SMID 356 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c5 00 90 00 00 00 e8 00 00 length 118784 SMID 660 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 31 50 00 00 00 e8 00 00 length 118784 SMID 1031 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 ff a0 00 00 00 f0 00 00 length 122880 SMID 212 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 30 60 00 00 00 f0 00 00 length 122880 SMID 338 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 fe b8 00 00 00 e8 00 00 length 118784 SMID 348 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 2f 78 00 00 00 e8 00 00 length 118784 SMID 1040 terminated ioc 804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 930 terminated ioc 8
04b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 1100 terminated ioc
804b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 1146 terminated ioc
804b loginfo 31
Sep 27 20:31:01 fbnas kernel: 130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 366 terminated ioc 8
04b loginfo 31130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00 length 0 SMID 1066 terminated ioc
804b loginfo 31
Sep 27 20:31:01 fbnas kernel: 130000 scsi 0 state c xfer 0
Sep 27 20:31:01 fbnas kernel: mpr0: Unfreezing devq for target ID 0
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 36 d0 00 00 00 f0 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 35 e8 00 00 00 e8 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 34 f8 00 00 00 f0 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 34 10 00 00 00 e8 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 33 28 00 00 00 e8 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c5 01 78 00 00 00 e8 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 32 38 00 00 00 f0 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c5 00 90 00 00 00 e8 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 31 50 00 00 00 e8 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 ff a0 00 00 00 f0 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 30 60 00 00 00 f0 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 fe b8 00 00 00 e8 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): WRITE(16). CDB: 8a 00 00 00 00 02 86 c4 2f 78 00 00 00 e8 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: CCB request completed with an error
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): CAM status: Command timeout
Sep 27 20:31:01 fbnas kernel: (da0:mpr0:0:0:0): Retrying command
Sep 27 20:31:02 fbnas kernel: (da0:mpr0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
Sep 27 20:31:02 fbnas kernel: (da0:mpr0:0:0:0): CAM status: SCSI Status Error
Sep 27 20:31:02 fbnas kernel: (da0:mpr0:0:0:0): SCSI status: Check Condition
Sep 27 20:31:02 fbnas kernel: (da0:mpr0:0:0:0): SCSI sense: UNIT ATTENTION asc:29,0 (Power on, reset, or bus device reset occurred)
Sep 27 20:31:02 fbnas kernel: (da0:mpr0:0:0:0): Error 6, Retries exhausted
Sep 27 20:31:02 fbnas kernel: (da0:mpr0:0:0:0): Invalidating pack
 
Status
Not open for further replies.
Top