I have been meaning to migrate from freenas to nas4free for a while but there is one issue that has every time stumped me. So, I end up just going back to the stable freenas but I really want to upgrade.
Though, I believe it may have to be with the spin down and up of the disks but I'm not 100% sure why this would happen. My configuration is exactly as the older one and I am using a USB with full install but it also happens with the embedded version and just for info I'm using embedded on freenas.
Code: Select all
zpool status -v vol01
pool: vol01
state: UNAVAIL
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: resilvered 12K in 0h0m with 0 errors on Mon Dec 3 00:40:05 2012
config:
NAME STATE READ WRITE CKSUM
vol01 UNAVAIL 0 0 0
mirror-0 UNAVAIL 0 0 0
8354906940122045739 REMOVED 0 0 0 was /dev/ada0
2488650295775714691 REMOVED 0 0 0 was /dev/ada1
errors: Permanent errors have been detected in the following files:
<metadata>:<0x0>
<metadata>:<0x14>
vol01:<0x3>Code: Select all
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <Hitachi HDS5C3020ALA632 ML6OA180> ATA-8 SATA 3.x device
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada0: Previously was known as ad4
ada1 at ahcich1 bus 0 scbus1 target 0 lun 0
ada1: <Hitachi HDS5C3020ALA632 ML6OA180> ATA-8 SATA 3.x device
ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada1: Command Queueing enabled
ada1: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada1: Previously was known as ad6Code: Select all
ahcich1: Timeout on slot 25 port 0
ahcich1: is 00000002 cs 00000000 ss 00000000 rs 02000000 tfd 50 serr 00000000 cmd 00047917
ahcich1: Timeout on slot 25 port 0
ahcich1: is 00000002 cs 00000000 ss 00000000 rs 02000000 tfd 50 serr 00000000 cmd 00047917
(aprobe0:ahcich1:0:0:0): ATA_IDENTIFY. ACB: ec 00 00 00 00 40 00 00 00 00 00 00
(aprobe0:ahcich1:0:0:0): CAM status: Command timeout
(aprobe0:ahcich1:0:0:0): Error 5, Retry was blocked
ahcich1: Timeout on slot 25 port 0
ahcich1: is 00000002 cs 00000000 ss 00000000 rs 02000000 tfd 50 serr 00000000 cmd 00047917
(aprobe0:ahcich1:0:0:0): ATA_IDENTIFY. ACB: ec 00 00 00 00 40 00 00 00 00 00 00
(aprobe0:ahcich1:0:0:0): CAM status: Command timeout
(aprobe0:ahcich1:0:0:0): Error 5, Retry was blocked
(ada1:ahcich1:0:0:0): lost device
(ada1:ahcich1:0:0:0): removing device entry
(pass1:ahcich1:0:0:0): passdevgonecb: devfs entry is gone
ahcich0: Timeout on slot 21 port 0
ahcich0: is 00000002 cs 00000000 ss 00000000 rs 00200000 tfd 50 serr 00000000 cmd 00047517
ahcich0: Timeout on slot 21 port 0
ahcich0: is 00000002 cs 00000000 ss 00000000 rs 00200000 tfd 50 serr 00000000 cmd 00047517
(aprobe0:ahcich0:0:0:0): ATA_IDENTIFY. ACB: ec 00 00 00 00 40 00 00 00 00 00 00
(aprobe0:ahcich0:0:0:0): CAM status: Command timeout
(aprobe0:ahcich0:0:0:0): Error 5, Retry was blocked
ahcich0: Timeout on slot 21 port 0
ahcich0: is 00000002 cs 00000000 ss 00000000 rs 00200000 tfd 50 serr 00000000 cmd 00047517
(aprobe0:ahcich0:0:0:0): ATA_IDENTIFY. ACB: ec 00 00 00 00 40 00 00 00 00 00 00
(aprobe0:ahcich0:0:0:0): CAM status: Command timeout
(aprobe0:ahcich0:0:0:0): Error 5, Retry was blocked
(ada0:ahcich0:0:0:0): lost device
(ada0:ahcich0:0:0:0): removing device entry
ahcich0: Timeout on slot 21 port 0
ahcich0: is 40000001 cs 00200000 ss 00000000 rs 00200000 tfd 451 serr 00000800 cmd 00047517
(pass0:ahcich0:0:0:0): passdevgonecb: devfs entry is goneCode: Select all
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <Hitachi HDS5C3020ALA632 ML6OA180> ATA-8 SATA 3.x device
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada0: Previously was known as ad4Code: Select all
ada2: <SAMSUNG HD154UI 1AG01118> ATA-7 SATA 2.x device
ada2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada2: Command Queueing enabled
ada2: 1430799MB (2930277168 512 byte sectors: 16H 63S/T 16383C)
ada2: Previously was known as ad8
zpool status -v vol02
pool: vol02
state: ONLINE
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
using 'zpool clear' or replace the device with 'zpool replace'.
see: http://illumos.org/msg/ZFS-8000-9P
scan: resilvered 613K in 0h0m with 0 errors on Mon Dec 3 02:37:30 2012
config:
NAME STATE READ WRITE CKSUM
vol02 ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ada2 ONLINE 0 0 5
ada3 ONLINE 0 0 0
errors: No known data errors
There is nothing wrong with any of these disks because I can go back to freenas and I do not get any issues whatsoever. Anyone ran into this problem before?
PS. Sorry for the long post.


