zpool devices "stuck" (was zpool resilver restarting)

Gary Jennejohn gary.jennejohn at freenet.de
Mon Dec 29 03:02:01 PST 2008


On Mon, 29 Dec 2008 00:38:49 -0600 (CST)
Wes Morgan <morganw at chemikals.org> wrote:

> I'm still not sure what went wrong. Part of what happened seems to be 
> related to scsi devices not being wired down like atapi devices, so 
> successive reboots replaced "offline" devices with "faulted", and the pool 
> kept trying to write to them, just generating more errors.
> 

This is probably irrelevant now, but it is possible to wire down SCSI
devices in /boot/device.hints.  I had this in there when I was still
using SCSI:

hint.scbus.0.at="ahc0"
hint.scbus.0.bus="0"
hint.da.0.at="scbus0"
hint.da.0.target="8"
hint.da.0.unit="0"
hint.da.1.at="scbus0"
hint.da.1.target="10"
hint.da.1.unit="0"
hint.da.2.at="scbus0"
hint.da.2.target="12"
hint.da.2.unit="0"
hint.da.3.at="scbus0"
hint.da.3.target="14"
hint.da.3.unit="0"
hint.da.4.at="scbus0"
hint.da.4.target="1"
hint.da.4.unit="0"

---
Gary Jennejohn


More information about the freebsd-fs mailing list