I seem to have made some progress.  For some reason when I ran prtvtoc there
was no slice 0.  I added it such that it would occupy the entire disk, and
now when I run an import it looks like this:

zpool import
  pool: store
    id: 7369085894363868358
 state: UNAVAIL
status: The pool was last accessed by another system.
action: The pool cannot be imported due to damaged devices or data.
   see: http://www.sun.com/msg/ZFS-8000-EY
config:

        store       UNAVAIL  insufficient replicas
          raidz1    UNAVAIL  corrupted data
            c1d1s0  ONLINE
            c1d0s0  ONLINE
            c2d0s0  ONLINE
            c2d1s0  ONLINE

All the disks are there and ONLINE now, why can't it import the pool?  Is
there some other command I need to run?

When I run zdb I get the following:

zdb -l /dev/dsk/c1d0s0
--------------------------------------------
LABEL 0
--------------------------------------------
    version=6
    name='store'
    state=0
    txg=4369529
    pool_guid=7369085894363868358
    hostid=4292973054
    hostname='athx2.CS.Berkeley.EDU'
    top_guid=5337248985013830096
    guid=16106001097676021869
    vdev_tree
        type='raidz'
        id=0
        guid=5337248985013830096
        nparity=1
        metaslab_array=14
        metaslab_shift=32
        ashift=9
        asize=1600334594048
        children[0]
                type='disk'
                id=0
                guid=4933540318280305407
                path='/dev/ad8'
                devid='ad:9QG141V6'
                whole_disk=0
                DTL=203
        children[1]
                type='disk'
                id=1
                guid=16106001097676021869
                path='/dev/ad4'
                devid='ad:9QG141S4'
                whole_disk=0
                DTL=202
        children[2]
                type='disk'
                id=2
                guid=6324746170060182490
                path='/dev/ad6'
                devid='ad:3PM03TV2'
                whole_disk=0
                DTL=201
        children[3]
                type='disk'
                id=3
                guid=15119646966975037008
                path='/dev/ad10'
                devid='ad:9QG141SC'
                whole_disk=0
                DTL=200
--------------------------------------------
LABEL 1
--------------------------------------------
    version=6
    name='store'
    state=0
    txg=4369529
    pool_guid=7369085894363868358
    hostid=4292973054
    hostname='athx2.CS.Berkeley.EDU'
    top_guid=5337248985013830096
    guid=16106001097676021869
    vdev_tree
        type='raidz'
        id=0
        guid=5337248985013830096
        nparity=1
        metaslab_array=14
        metaslab_shift=32
        ashift=9
        asize=1600334594048
        children[0]
                type='disk'
                id=0
                guid=4933540318280305407
                path='/dev/ad8'
                devid='ad:9QG141V6'
                whole_disk=0
                DTL=203
        children[1]
                type='disk'
                id=1
                guid=16106001097676021869
                path='/dev/ad4'
                devid='ad:9QG141S4'
                whole_disk=0
                DTL=202
        children[2]
                type='disk'
                id=2
                guid=6324746170060182490
                path='/dev/ad6'
                devid='ad:3PM03TV2'
                whole_disk=0
                DTL=201
        children[3]
                type='disk'
                id=3
                guid=15119646966975037008
                path='/dev/ad10'
                devid='ad:9QG141SC'
                whole_disk=0
                DTL=200
--------------------------------------------
LABEL 2
--------------------------------------------
failed to unpack label 2
--------------------------------------------
LABEL 3
--------------------------------------------
failed to unpack label 3

Thanks,

Michael
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to