Thanks Richard,
I tried removing the replacement drive and received the same error.
Output of zdb -l /dev/rdsk/c5d1s0 results in:
ke...@opensolaris:~# zdb -l /dev/rdsk/c5d1s0
cannot open '/dev/rdsk/c5d1s0': No such device or address
All other drives have 4 readable labels 0-3
I even attempted the o
zpool import can be a little pessimistic about corrupted labels.
First, try physically removing the problem disk and try to import again.
If that doesn't work, then verify the labels on each disk using:
zdb -l /dev/rdsk/c5d1s0
each disk should have 4 readable labels.
-- richard
On Apr 15,