Re: [zfs-discuss] raidz2 drive failure zpool will not import

2010-04-17 Thread Kevin Denton
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

Re: [zfs-discuss] raidz2 drive failure zpool will not import

2010-04-15 Thread Richard Elling
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,