Zpool offline drive wont online/replace

Status
Not open for further replies.

ripkurrle

Dabbler
Joined
Mar 9, 2012
Messages
10
Hi

Happy new year all.

I have read a fair few posts but haven't been able to find my scenario happening with anyone else.

Existing system
5 x 2TB hard drives and 1 x 32 GB UBS Stick for FreeNAS 8.3.0 p1

Earlier in the week I put in a 3TB hard drive to increase my space and wanted to test a hard drive redundancy/replacement before going on a long trip.

Put the 3TB hard drive in and it was imported into the stripe part of the volume and the size of my volume raised, as expected.

Then in the GUI I offlined one of the drives in the raidz1-0 successfully and tried to bring it back online and it said that the volume was active and I cant do anything, scrubbed and still nothing.

Found some forums saying that you cant replace the same disk with itself (old post) so got another 2TB hard drive and plugged it in and tried replacing it in the volume but couldnt get it to work, same problem the volume is active.

At this point in time I've taken the drives out and put them back in (tidying up the box) and there is a differently named disk offline (instead of ada2 its now ada4) but still same problem, I have onlined/offlined/replaced/imported and cant seem to get it to resilver the new drive or online the old one.

Code:
zpool status -v
  pool: share
 state: DEGRADED
status: One or more devices has been taken offline by the administrator.
        Sufficient replicas exist for the pool to continue functioning in a
        degraded state.
action: Online the device using 'zpool online' or replace the device with
        'zpool replace'.
  scan: scrub repaired 0 in 12h29m with 0 errors on Tue Jan  1 06:01:26 2013
config:

        NAME                                            STATE     READ WRITE CKSUM
        share                                           DEGRADED     0     0     0
          raidz1-0                                      DEGRADED     0     0     0
            gptid/0ad73996-a192-11e0-adbe-a0000004a81b  ONLINE       0     0     0
            gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b  ONLINE       0     0     0
            14240238040549989919                        OFFLINE      0     0     0  was /dev/dsk/gptid/8d75419f-5287-11e2-8c80-a0000004a81b
          gptid/71c97285-6a90-11e1-81cc-a0000004a81b    ONLINE       0     0     0
          gptid/7253f51a-6a90-11e1-81cc-a0000004a81b    ONLINE       0     0     0
          gptid/e8d44a6a-5266-11e2-9838-a0000004a81b    ONLINE       0     0     0

errors: No known data errors
[root@freenas] ~# camcontrol devlist
<ST2000DL003-9VT166 CC32>          at scbus2 target 0 lun 0 (pass0,ada0)
<ST2000DL003-9VT166 CC32>          at scbus3 target 0 lun 0 (pass1,ada1)
<ST2000DL003-9VT166 CC32>          at scbus4 target 0 lun 0 (pass2,ada2)
<Hitachi HDS723030BLE640 MX6OAAB0>  at scbus5 target 0 lun 0 (pass3,ada3)
<ST2000DL003-9VT166 CC32>          at scbus6 target 0 lun 0 (pass4,ada4)
<ST2000DL003-9VT166 CC32>          at scbus6 target 1 lun 0 (pass5,ada5)
< Patriot Memory PMAP>             at scbus9 target 0 lun 0 (pass6,da0)

glabel status
                                      Name  Status  Components
gptid/71c97285-6a90-11e1-81cc-a0000004a81b     N/A  ada0p2
gptid/7253f51a-6a90-11e1-81cc-a0000004a81b     N/A  ada1p2
gptid/0ad73996-a192-11e0-adbe-a0000004a81b     N/A  ada2p2
gptid/e8d44a6a-5266-11e2-9838-a0000004a81b     N/A  ada3p2
gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b     N/A  ada5p2
                             ufs/FreeNASs3     N/A  da0s3
                             ufs/FreeNASs4     N/A  da0s4
                    ufsid/5009cfdd91a55783     N/A  da0s1a
                            ufs/FreeNASs1a     N/A  da0s1a
                            ufs/FreeNASs2a     N/A  da0s2a
gptid/8daa7fd8-53bf-11e2-8488-a0000004a81b     N/A  ada4p2
gptid/8d9583f8-53bf-11e2-8488-a0000004a81b     N/A  ada4p1

gpart show
=>        34  3907029101  ada0  GPT  (1.8T)
          34          94        - free -  (47k)
         128     4194304     1  freebsd-swap  (2.0G)
     4194432  3902834703     2  freebsd-zfs  (1.8T)

=>        34  3907029101  ada1  GPT  (1.8T)
          34          94        - free -  (47k)
         128     4194304     1  freebsd-swap  (2.0G)
     4194432  3902834703     2  freebsd-zfs  (1.8T)

=>        34  3907029101  ada2  GPT  (1.8T)
          34          94        - free -  (47k)
         128     4194304     1  freebsd-swap  (2.0G)
     4194432  3902834703     2  freebsd-zfs  (1.8T)

=>        34  5860533101  ada3  GPT  (2.7T)
          34          94        - free -  (47k)
         128     4194304     1  freebsd-swap  (2.0G)
     4194432  5856338696     2  freebsd-zfs  (2.7T)
  5860533128           7        - free -  (3.5k)

=>        34  3907029101  ada5  GPT  (1.8T)
          34          94        - free -  (47k)
         128     4194304     1  freebsd-swap  (2.0G)
     4194432  3902834703     2  freebsd-zfs  (1.8T)

=>      63  15646657  da0  MBR  (7.5G)
        63   1930257    1  freebsd  (942M)
   1930320        63       - free -  (31k)
   1930383   1930257    2  freebsd  [active]  (942M)
   3860640      3024    3  freebsd  (1.5M)
   3863664     41328    4  freebsd  (20M)
   3904992  11741728       - free -  (5.6G)

=>      0  1930257  da0s1  BSD  (942M)
        0       16         - free -  (8.0k)
       16  1930241      1  !0  (942M)

=>      0  1930257  da0s2  BSD  (942M)
        0       16         - free -  (8.0k)
       16  1930241      1  !0  (942M)

=>        34  3907029101  ada4  GPT  (1.8T)
          34          94        - free -  (47k)
         128     4194304     1  freebsd-swap  (2.0G)
     4194432  3902834696     2  freebsd-zfs  (1.8T)
  3907029128           7        - free -  (3.5k)



Whenever I try to online or replace the drive it says that it is active
Code:
Jan  1 15:02:37 freenas manage.py: [middleware.exceptions:38] [MiddlewareError: Disk replacement failed: "invalid vdev specification, use '-f' to override the following errors:, /dev/gptid/1404cdcc-53c8-11e2-8488-a0000004a81b is part of active pool 'share', "]


And even via the Front end the Disk Replacement popup says "Replacing disk None" which makes me think something is out of alignment.

With the original disk in I "failed to unpack label 1" and 2 and the original named disk I was having problems with ada2p2 that now has offline = 1... did I repack them wrong?

Code:
 zdb -l /dev/ada0p2
--------------------------------------------
LABEL 0
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1900692
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 15819756277565584026
    guid: 15819756277565584026
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 1
        guid: 15819756277565584026
        path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        phys_path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        whole_disk: 0
        metaslab_array: 190
        metaslab_shift: 34
        ashift: 9
        asize: 1998246641664
        is_log: 0
        DTL: 264
--------------------------------------------
LABEL 1
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1900692
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 15819756277565584026
    guid: 15819756277565584026
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 1
        guid: 15819756277565584026
        path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        phys_path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        whole_disk: 0
        metaslab_array: 190
        metaslab_shift: 34
        ashift: 9
        asize: 1998246641664
        is_log: 0
        DTL: 264
--------------------------------------------
LABEL 2
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1900692
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 15819756277565584026
    guid: 15819756277565584026
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 1
        guid: 15819756277565584026
        path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        phys_path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        whole_disk: 0
        metaslab_array: 190
        metaslab_shift: 34
        ashift: 9
        asize: 1998246641664
        is_log: 0
        DTL: 264
--------------------------------------------
LABEL 3
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1900692
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 15819756277565584026
    guid: 15819756277565584026
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 1
        guid: 15819756277565584026
        path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        phys_path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        whole_disk: 0
        metaslab_array: 190
        metaslab_shift: 34
        ashift: 9
        asize: 1998246641664
        is_log: 0
        DTL: 264

zdb -l /dev/ada4p2
--------------------------------------------
LABEL 0
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1878444
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: 'freenas.local'
    top_guid: 16190259589268306243
    guid: 14240238040549989919
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
--------------------------------------------
LABEL 1
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1878444
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: 'freenas.local'
    top_guid: 16190259589268306243
    guid: 14240238040549989919
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
--------------------------------------------
LABEL 2
--------------------------------------------
failed to unpack label 2
--------------------------------------------
LABEL 3
--------------------------------------------
failed to unpack label 3

zdb -l /dev/ada2p2
--------------------------------------------
LABEL 0
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1900692
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 16190259589268306243
    guid: 14635987785245010869
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/dsk/gptid/8d75419f-5287-11e2-8c80-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
            offline: 1
--------------------------------------------
LABEL 1
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1900692
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 16190259589268306243
    guid: 14635987785245010869
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/dsk/gptid/8d75419f-5287-11e2-8c80-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
            offline: 1
--------------------------------------------
LABEL 2
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1900692
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 16190259589268306243
    guid: 14635987785245010869
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/dsk/gptid/8d75419f-5287-11e2-8c80-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
            offline: 1
--------------------------------------------
LABEL 3
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1900692
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 16190259589268306243
    guid: 14635987785245010869
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/dsk/gptid/8d75419f-5287-11e2-8c80-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
            offline: 1


Thanks for any assistance, hopefully that is enough information
 

ripkurrle

Dabbler
Joined
Mar 9, 2012
Messages
10
By shuffling HD's around I think I have them in the correct order... its hard to tell at this point... but at least the share is still working

The zpool device that has been having the problem since the start has progressed from offline to Unavail when I used the Volume Manager to import the device into the pool... again Online and Replace dont work still says no such device in pool or the share is active respectively.

Code:
Jan  2 20:33:43 freenas notifier: swapoff: removing /dev/ada0p1 as swap device
Jan  2 20:33:43 freenas notifier: swapoff: removing /dev/ada1p1 as swap device
Jan  2 20:33:43 freenas notifier: swapoff: removing /dev/ada5p1 as swap device
Jan  2 20:33:43 freenas notifier: swapoff: removing /dev/ada3p1 as swap device
Jan  2 20:33:43 freenas notifier: swapoff: removing /dev/ada4p1 as swap device
Jan  2 20:33:43 freenas notifier: 1+0 records in
Jan  2 20:33:43 freenas notifier: 1+0 records out
Jan  2 20:33:43 freenas notifier: 1048576 bytes transferred in 0.005308 secs (197549590 bytes/sec)
Jan  2 20:33:43 freenas notifier: dd: /dev/ada2: short write on character device
Jan  2 20:33:43 freenas notifier: dd: /dev/ada2: end of device
Jan  2 20:33:43 freenas notifier: 5+0 records in
Jan  2 20:33:43 freenas notifier: 4+1 records out
Jan  2 20:33:43 freenas notifier: 4284416 bytes transferred in 0.046918 secs (91317271 bytes/sec)
Jan  2 20:33:44 freenas kernel: GEOM_NOP: Device ada2p2.nop created.
Jan  2 20:33:44 freenas notifier: invalid vdev specification
Jan  2 20:33:44 freenas notifier: the following errors must be manually repaired:
Jan  2 20:33:44 freenas notifier: /dev/ada2p2.nop is part of active pool 'share'
Jan  2 20:33:52 freenas notifier: Stopping collectd.
Jan  2 20:33:57 freenas notifier: Waiting for PIDS: 4515.
Jan  2 20:33:57 freenas notifier: Starting collectd.
Jan  2 20:34:05 freenas notifier: Stopping collectd.
Jan  2 20:34:07 freenas notifier: Waiting for PIDS: 7379.
Jan  2 20:34:07 freenas notifier: Starting collectd.


Here is another snapshot of those commands Ive seen on other threads

Code:
[root@freenas] ~# zpool status -v
  pool: share
 state: DEGRADED
status: One or more devices could not be opened.  Sufficient replicas exist for
        the pool to continue functioning in a degraded state.
action: Attach the missing device and online it using 'zpool online'.
   see: http://www.sun.com/msg/ZFS-8000-2Q
  scan: scrub repaired 0 in 12h29m with 0 errors on Tue Jan  1 06:01:26 2013
config:

        NAME                                            STATE     READ WRITE CKSUM
        share                                           DEGRADED     0     0     0
          raidz1-0                                      DEGRADED     0     0     0
            gptid/0ad73996-a192-11e0-adbe-a0000004a81b  ONLINE       0     0     0
            gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b  ONLINE       0     0     0
            14240238040549989919                        UNAVAIL      0     0     0  was /dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b
          gptid/71c97285-6a90-11e1-81cc-a0000004a81b    ONLINE       0     0     0
          gptid/7253f51a-6a90-11e1-81cc-a0000004a81b    ONLINE       0     0     0
          gptid/e8d44a6a-5266-11e2-9838-a0000004a81b    ONLINE       0     0     0

errors: No known data errors
[root@freenas] ~# zpool import
[root@freenas] ~# camcontrol devlist
<ST2000DL003-9VT166 CC32>          at scbus2 target 0 lun 0 (pass0,ada0)
<ST2000DL003-9VT166 CC32>          at scbus3 target 0 lun 0 (pass1,ada1)
<ST2000DL003-9VT166 CC32>          at scbus4 target 0 lun 0 (pass2,ada2)
<ST2000DL003-9VT166 CC32>          at scbus5 target 0 lun 0 (pass3,ada3)
<ST2000DL003-9VT166 CC32>          at scbus6 target 0 lun 0 (pass4,ada4)
<Hitachi HDS723030BLE640 MX6OAAB0>  at scbus6 target 1 lun 0 (pass5,ada5)
< Patriot Memory PMAP>             at scbus9 target 0 lun 0 (pass6,da0)
[root@freenas] ~# glabel status
                                      Name  Status  Components
gptid/0ad73996-a192-11e0-adbe-a0000004a81b     N/A  ada0p2
gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b     N/A  ada1p2
gptid/71c97285-6a90-11e1-81cc-a0000004a81b     N/A  ada3p2
gptid/7253f51a-6a90-11e1-81cc-a0000004a81b     N/A  ada4p2
gptid/e8d44a6a-5266-11e2-9838-a0000004a81b     N/A  ada5p2
                             ufs/FreeNASs3     N/A  da0s3
                             ufs/FreeNASs4     N/A  da0s4
                    ufsid/5009cfdd91a55783     N/A  da0s1a
                            ufs/FreeNASs1a     N/A  da0s1a
                            ufs/FreeNASs2a     N/A  da0s2a
gptid/01749fc9-54b9-11e2-b70f-a0000004a81b     N/A  ada2p2
gptid/015e02f5-54b9-11e2-b70f-a0000004a81b     N/A  ada2p1


Still ada2p2 is giving me grief with unable to unpack label 1 and 2
zdb -l /dev/ada2p2

When I did a compare against all the sections below against each other in Excel I noticed that the path on the good disks are "path: '/dev/dsk/gptid/******x" but the ada2p2 is "path: '/dev/gptid/******x" would this make a difference? If it does how can I change it?


Code:
[root@freenas] ~# zdb -l /dev/ada0p2
--------------------------------------------
LABEL 0
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921529
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: 'freenas.local'
    top_guid: 16190259589268306243
    guid: 14635987785245010869
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
--------------------------------------------
LABEL 1
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921529
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: 'freenas.local'
    top_guid: 16190259589268306243
    guid: 14635987785245010869
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
--------------------------------------------
LABEL 2
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921529
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: 'freenas.local'
    top_guid: 16190259589268306243
    guid: 14635987785245010869
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
--------------------------------------------
LABEL 3
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921529
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: 'freenas.local'
    top_guid: 16190259589268306243
    guid: 14635987785245010869
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
[root@freenas] ~# zdb -l /dev/ada1p2
--------------------------------------------
LABEL 0
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921529
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: 'freenas.local'
    top_guid: 16190259589268306243
    guid: 9870541356399624332
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
--------------------------------------------
LABEL 1
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921529
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: 'freenas.local'
    top_guid: 16190259589268306243
    guid: 9870541356399624332
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
--------------------------------------------
LABEL 2
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921529
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: 'freenas.local'
    top_guid: 16190259589268306243
    guid: 9870541356399624332
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
--------------------------------------------
LABEL 3
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921529
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: 'freenas.local'
    top_guid: 16190259589268306243
    guid: 9870541356399624332
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125

[root@freenas] ~# zdb -l /dev/ada2p2
--------------------------------------------
LABEL 0
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1878444
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: 'freenas.local'
    top_guid: 16190259589268306243
    guid: 14240238040549989919
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
--------------------------------------------
LABEL 1
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1878444
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: 'freenas.local'
    top_guid: 16190259589268306243
    guid: 14240238040549989919
    vdev_children: 4
    vdev_tree:
        type: 'raidz'
        id: 0
        guid: 16190259589268306243
        nparity: 1
        metaslab_array: 23
        metaslab_shift: 35
        ashift: 9
        asize: 5994739924992
        is_log: 0
        children[0]:
            type: 'disk'
            id: 0
            guid: 14635987785245010869
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 184
        children[1]:
            type: 'disk'
            id: 1
            guid: 9870541356399624332
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'
            whole_disk: 0
            DTL: 183
        children[2]:
            type: 'disk'
            id: 2
            guid: 14240238040549989919
            path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'
            whole_disk: 0
            DTL: 125
--------------------------------------------
LABEL 2
--------------------------------------------
failed to unpack label 2
--------------------------------------------
LABEL 3
--------------------------------------------
failed to unpack label 3
[root@freenas] ~# zdb -l /dev/ada3p2
--------------------------------------------
LABEL 0
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921352
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 15819756277565584026
    guid: 15819756277565584026
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 1
        guid: 15819756277565584026
        path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        phys_path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        whole_disk: 0
        metaslab_array: 190
        metaslab_shift: 34
        ashift: 9
        asize: 1998246641664
        is_log: 0
        DTL: 264
--------------------------------------------
LABEL 1
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921352
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 15819756277565584026
    guid: 15819756277565584026
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 1
        guid: 15819756277565584026
        path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        phys_path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        whole_disk: 0
        metaslab_array: 190
        metaslab_shift: 34
        ashift: 9
        asize: 1998246641664
        is_log: 0
        DTL: 264
--------------------------------------------
LABEL 2
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921352
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 15819756277565584026
    guid: 15819756277565584026
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 1
        guid: 15819756277565584026
        path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        phys_path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        whole_disk: 0
        metaslab_array: 190
        metaslab_shift: 34
        ashift: 9
        asize: 1998246641664
        is_log: 0
        DTL: 264
--------------------------------------------
LABEL 3
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921352
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 15819756277565584026
    guid: 15819756277565584026
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 1
        guid: 15819756277565584026
        path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        phys_path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'
        whole_disk: 0
        metaslab_array: 190
        metaslab_shift: 34
        ashift: 9
        asize: 1998246641664
        is_log: 0
        DTL: 264
[root@freenas] ~# zdb -l /dev/ada4p2
--------------------------------------------
LABEL 0
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921352
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 7370262239655773850
    guid: 7370262239655773850
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 2
        guid: 7370262239655773850
        path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'
        phys_path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'
        whole_disk: 0
        metaslab_array: 189
        metaslab_shift: 34
        ashift: 9
        asize: 1998246641664
        is_log: 0
        DTL: 263
--------------------------------------------
LABEL 1
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921352
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 7370262239655773850
    guid: 7370262239655773850
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 2
        guid: 7370262239655773850
        path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'
        phys_path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'
        whole_disk: 0
        metaslab_array: 189
        metaslab_shift: 34
        ashift: 9
        asize: 1998246641664
        is_log: 0
        DTL: 263
--------------------------------------------
LABEL 2
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921352
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 7370262239655773850
    guid: 7370262239655773850
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 2
        guid: 7370262239655773850
        path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'
        phys_path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'
        whole_disk: 0
        metaslab_array: 189
        metaslab_shift: 34
        ashift: 9
        asize: 1998246641664
        is_log: 0
        DTL: 263
--------------------------------------------
LABEL 3
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921352
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 7370262239655773850
    guid: 7370262239655773850
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 2
        guid: 7370262239655773850
        path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'
        phys_path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'
        whole_disk: 0
        metaslab_array: 189
        metaslab_shift: 34
        ashift: 9
        asize: 1998246641664
        is_log: 0
        DTL: 263
[root@freenas] ~# zdb -l /dev/ada5p2
--------------------------------------------
LABEL 0
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921352
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 13662357470219824876
    guid: 13662357470219824876
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 3
        guid: 13662357470219824876
        path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'
        phys_path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'
        whole_disk: 1
        metaslab_array: 449
        metaslab_shift: 34
        ashift: 12
        asize: 2998440558592
        is_log: 0
        DTL: 452
        create_txg: 1876183
--------------------------------------------
LABEL 1
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921352
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 13662357470219824876
    guid: 13662357470219824876
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 3
        guid: 13662357470219824876
        path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'
        phys_path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'
        whole_disk: 1
        metaslab_array: 449
        metaslab_shift: 34
        ashift: 12
        asize: 2998440558592
        is_log: 0
        DTL: 452
        create_txg: 1876183
--------------------------------------------
LABEL 2
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921352
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 13662357470219824876
    guid: 13662357470219824876
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 3
        guid: 13662357470219824876
        path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'
        phys_path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'
        whole_disk: 1
        metaslab_array: 449
        metaslab_shift: 34
        ashift: 12
        asize: 2998440558592
        is_log: 0
        DTL: 452
        create_txg: 1876183
--------------------------------------------
LABEL 3
--------------------------------------------
    version: 28
    name: 'share'
    state: 0
    txg: 1921352
    pool_guid: 3006137281306932219
    hostid: 1143295249
    hostname: ''
    top_guid: 13662357470219824876
    guid: 13662357470219824876
    vdev_children: 4
    vdev_tree:
        type: 'disk'
        id: 3
        guid: 13662357470219824876
        path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'
        phys_path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'
        whole_disk: 1
        metaslab_array: 449
        metaslab_shift: 34
        ashift: 12
        asize: 2998440558592
        is_log: 0
        DTL: 452
        create_txg: 1876183



If you paste the below into Excel you should see the alignment... not sure if it helps just hoping it will help someone find the problem

Code:
[root@freenas] ~# zdb -l /dev/ada0p2				[root@freenas] ~# zdb -l /dev/ada1p2				[root@freenas] ~# zdb -l /dev/ada2p2				[root@freenas] ~# zdb -l /dev/ada3p2				[root@freenas] ~# zdb -l /dev/ada4p2				[root@freenas] ~# zdb -l /dev/ada5p2				
--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	
LABEL 0	LABEL 1	LABEL 2	LABEL 3	LABEL 0	LABEL 1	LABEL 2	LABEL 3	LABEL 0	LABEL 1	LABEL 2	LABEL 3	LABEL 0	LABEL 1	LABEL 2	LABEL 3	LABEL 0	LABEL 1	LABEL 2	LABEL 3	LABEL 0	LABEL 1	LABEL 2	LABEL 3	
--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	--------------------------------------------	
    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	failed to unpack label 2	failed to unpack label 3	    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	    version: 28	TRUE
    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'			    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	    name: 'share'	TRUE
    state: 0	    state: 0	    state: 0	    state: 0	    state: 0	    state: 0	    state: 0	    state: 0	    state: 0	    state: 0			    state: 0	    state: 0	    state: 0	    state: 0	    state: 0	    state: 0	    state: 0	    state: 0	    state: 0	    state: 0	    state: 0	    state: 0	TRUE
    txg: 1921529	    txg: 1921529	    txg: 1921529	    txg: 1921529	    txg: 1921529	    txg: 1921529	    txg: 1921529	    txg: 1921529	    txg: 1878444	    txg: 1878444			    txg: 1921352	    txg: 1921352	    txg: 1921352	    txg: 1921352	    txg: 1921352	    txg: 1921352	    txg: 1921352	    txg: 1921352	    txg: 1921352	    txg: 1921352	    txg: 1921352	    txg: 1921352	FALSE
    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219			    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	    pool_guid: 3006137281306932219	TRUE
    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249			    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	    hostid: 1143295249	TRUE
    hostname: 'freenas.local'	    hostname: 'freenas.local'	    hostname: 'freenas.local'	    hostname: 'freenas.local'	    hostname: 'freenas.local'	    hostname: 'freenas.local'	    hostname: 'freenas.local'	    hostname: 'freenas.local'	    hostname: 'freenas.local'	    hostname: 'freenas.local'			    hostname: ''	    hostname: ''	    hostname: ''	    hostname: ''	    hostname: ''	    hostname: ''	    hostname: ''	    hostname: ''	    hostname: ''	    hostname: ''	    hostname: ''	    hostname: ''	FALSE
    top_guid: 16190259589268306243	    top_guid: 16190259589268306243	    top_guid: 16190259589268306243	    top_guid: 16190259589268306243	    top_guid: 16190259589268306243	    top_guid: 16190259589268306243	    top_guid: 16190259589268306243	    top_guid: 16190259589268306243	    top_guid: 16190259589268306243	    top_guid: 16190259589268306243			    top_guid: 15819756277565584026	    top_guid: 15819756277565584026	    top_guid: 15819756277565584026	    top_guid: 15819756277565584026	    top_guid: 7370262239655773850	    top_guid: 7370262239655773850	    top_guid: 7370262239655773850	    top_guid: 7370262239655773850	    top_guid: 13662357470219824876	    top_guid: 13662357470219824876	    top_guid: 13662357470219824876	    top_guid: 13662357470219824876	FALSE
    guid: 14635987785245010869	    guid: 14635987785245010869	    guid: 14635987785245010869	    guid: 14635987785245010869	    guid: 9870541356399624332	    guid: 9870541356399624332	    guid: 9870541356399624332	    guid: 9870541356399624332	    guid: 14240238040549989919	    guid: 14240238040549989919			    guid: 15819756277565584026	    guid: 15819756277565584026	    guid: 15819756277565584026	    guid: 15819756277565584026	    guid: 7370262239655773850	    guid: 7370262239655773850	    guid: 7370262239655773850	    guid: 7370262239655773850	    guid: 13662357470219824876	    guid: 13662357470219824876	    guid: 13662357470219824876	    guid: 13662357470219824876	FALSE
    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4			    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	    vdev_children: 4	TRUE
    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:			    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	    vdev_tree:	TRUE
        type: 'raidz'	        type: 'raidz'	        type: 'raidz'	        type: 'raidz'	        type: 'raidz'	        type: 'raidz'	        type: 'raidz'	        type: 'raidz'	        type: 'raidz'	        type: 'raidz'															TRUE
        id: 0	        id: 0	        id: 0	        id: 0	        id: 0	        id: 0	        id: 0	        id: 0	        id: 0	        id: 0															TRUE
        guid: 16190259589268306243	        guid: 16190259589268306243	        guid: 16190259589268306243	        guid: 16190259589268306243	        guid: 16190259589268306243	        guid: 16190259589268306243	        guid: 16190259589268306243	        guid: 16190259589268306243	        guid: 16190259589268306243	        guid: 16190259589268306243															TRUE
        nparity: 1	        nparity: 1	        nparity: 1	        nparity: 1	        nparity: 1	        nparity: 1	        nparity: 1	        nparity: 1	        nparity: 1	        nparity: 1															TRUE
        metaslab_array: 23	        metaslab_array: 23	        metaslab_array: 23	        metaslab_array: 23	        metaslab_array: 23	        metaslab_array: 23	        metaslab_array: 23	        metaslab_array: 23	        metaslab_array: 23	        metaslab_array: 23															TRUE
        metaslab_shift: 35	        metaslab_shift: 35	        metaslab_shift: 35	        metaslab_shift: 35	        metaslab_shift: 35	        metaslab_shift: 35	        metaslab_shift: 35	        metaslab_shift: 35	        metaslab_shift: 35	        metaslab_shift: 35															TRUE
        ashift: 9	        ashift: 9	        ashift: 9	        ashift: 9	        ashift: 9	        ashift: 9	        ashift: 9	        ashift: 9	        ashift: 9	        ashift: 9															TRUE
        asize: 5994739924992	        asize: 5994739924992	        asize: 5994739924992	        asize: 5994739924992	        asize: 5994739924992	        asize: 5994739924992	        asize: 5994739924992	        asize: 5994739924992	        asize: 5994739924992	        asize: 5994739924992															TRUE
        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0															TRUE
        children[0]:	        children[0]:	        children[0]:	        children[0]:	        children[0]:	        children[0]:	        children[0]:	        children[0]:	        children[0]:	        children[0]:															TRUE
            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'															TRUE
            id: 0	            id: 0	            id: 0	            id: 0	            id: 0	            id: 0	            id: 0	            id: 0	            id: 0	            id: 0															TRUE
            guid: 14635987785245010869	            guid: 14635987785245010869	            guid: 14635987785245010869	            guid: 14635987785245010869	            guid: 14635987785245010869	            guid: 14635987785245010869	            guid: 14635987785245010869	            guid: 14635987785245010869	            guid: 14635987785245010869	            guid: 14635987785245010869															TRUE
            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'															TRUE
            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0ad73996-a192-11e0-adbe-a0000004a81b'															TRUE
            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0															TRUE
            DTL: 184	            DTL: 184	            DTL: 184	            DTL: 184	            DTL: 184	            DTL: 184	            DTL: 184	            DTL: 184	            DTL: 184	            DTL: 184															TRUE
        children[1]:	        children[1]:	        children[1]:	        children[1]:	        children[1]:	        children[1]:	        children[1]:	        children[1]:	        children[1]:	        children[1]:															TRUE
            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'			        type: 'disk'	        type: 'disk'	        type: 'disk'	        type: 'disk'	        type: 'disk'	        type: 'disk'	        type: 'disk'	        type: 'disk'	        type: 'disk'	        type: 'disk'	        type: 'disk'	        type: 'disk'	FALSE
            id: 1	            id: 1	            id: 1	            id: 1	            id: 1	            id: 1	            id: 1	            id: 1	            id: 1	            id: 1			        id: 1	        id: 1	        id: 1	        id: 1	        id: 2	        id: 2	        id: 2	        id: 2	        id: 3	        id: 3	        id: 3	        id: 3	FALSE
            guid: 9870541356399624332	            guid: 9870541356399624332	            guid: 9870541356399624332	            guid: 9870541356399624332	            guid: 9870541356399624332	            guid: 9870541356399624332	            guid: 9870541356399624332	            guid: 9870541356399624332	            guid: 9870541356399624332	            guid: 9870541356399624332			        guid: 15819756277565584026	        guid: 15819756277565584026	        guid: 15819756277565584026	        guid: 15819756277565584026	        guid: 7370262239655773850	        guid: 7370262239655773850	        guid: 7370262239655773850	        guid: 7370262239655773850	        guid: 13662357470219824876	        guid: 13662357470219824876	        guid: 13662357470219824876	        guid: 13662357470219824876	FALSE
            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'			        path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'	        path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'	        path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'	        path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'	        path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'	        path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'	        path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'	        path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'	        path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'	        path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'	        path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'	        path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'	FALSE
            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'	            phys_path: '/dev/gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b'			        phys_path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'	        phys_path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'	        phys_path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'	        phys_path: '/dev/gptid/71c97285-6a90-11e1-81cc-a0000004a81b'	        phys_path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'	        phys_path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'	        phys_path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'	        phys_path: '/dev/gptid/7253f51a-6a90-11e1-81cc-a0000004a81b'	        phys_path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'	        phys_path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'	        phys_path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'	        phys_path: '/dev/gptid/e8d44a6a-5266-11e2-9838-a0000004a81b'	FALSE
            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0			        whole_disk: 0	        whole_disk: 0	        whole_disk: 0	        whole_disk: 0	        whole_disk: 0	        whole_disk: 0	        whole_disk: 0	        whole_disk: 0	        whole_disk: 1	        whole_disk: 1	        whole_disk: 1	        whole_disk: 1	FALSE
												        metaslab_array: 190	        metaslab_array: 190	        metaslab_array: 190	        metaslab_array: 190	        metaslab_array: 189	        metaslab_array: 189	        metaslab_array: 189	        metaslab_array: 189	        metaslab_array: 449	        metaslab_array: 449	        metaslab_array: 449	        metaslab_array: 449	FALSE
												        metaslab_shift: 34	        metaslab_shift: 34	        metaslab_shift: 34	        metaslab_shift: 34	        metaslab_shift: 34	        metaslab_shift: 34	        metaslab_shift: 34	        metaslab_shift: 34	        metaslab_shift: 34	        metaslab_shift: 34	        metaslab_shift: 34	        metaslab_shift: 34	FALSE
												        ashift: 9	        ashift: 9	        ashift: 9	        ashift: 9	        ashift: 9	        ashift: 9	        ashift: 9	        ashift: 9	        ashift: 12	        ashift: 12	        ashift: 12	        ashift: 12	FALSE
												        asize: 1998246641664	        asize: 1998246641664	        asize: 1998246641664	        asize: 1998246641664	        asize: 1998246641664	        asize: 1998246641664	        asize: 1998246641664	        asize: 1998246641664	        asize: 2998440558592	        asize: 2998440558592	        asize: 2998440558592	        asize: 2998440558592	FALSE
												        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	        is_log: 0	FALSE
            DTL: 183	            DTL: 183	            DTL: 183	            DTL: 183	            DTL: 183	            DTL: 183	            DTL: 183	            DTL: 183	            DTL: 183	            DTL: 183			        DTL: 264	        DTL: 264	        DTL: 264	        DTL: 264	        DTL: 263	        DTL: 263	        DTL: 263	        DTL: 263	        DTL: 452	        DTL: 452	        DTL: 452	        DTL: 452	FALSE
        children[2]:	        children[2]:	        children[2]:	        children[2]:	        children[2]:	        children[2]:	        children[2]:	        children[2]:	        children[2]:	        children[2]:											        create_txg: 1876183	        create_txg: 1876183	        create_txg: 1876183	        create_txg: 1876183	FALSE
            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'	            type: 'disk'															TRUE
            id: 2	            id: 2	            id: 2	            id: 2	            id: 2	            id: 2	            id: 2	            id: 2	            id: 2	            id: 2															TRUE
            guid: 14240238040549989919	            guid: 14240238040549989919	            guid: 14240238040549989919	            guid: 14240238040549989919	            guid: 14240238040549989919	            guid: 14240238040549989919	            guid: 14240238040549989919	            guid: 14240238040549989919	            guid: 14240238040549989919	            guid: 14240238040549989919															TRUE
            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'	            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'	            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'	            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'	            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'	            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'	            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'	            path: '/dev/dsk/gptid/34e2ce0d-540d-11e2-b17e-a0000004a81b'	            path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'	            path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'															TRUE
            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'	            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'	            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'	            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'	            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'	            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'	            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'	            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'	            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'	            phys_path: '/dev/gptid/1d7ca002-527f-11e2-890c-a0000004a81b'															TRUE
            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0	            whole_disk: 0															TRUE
            DTL: 125	            DTL: 125	            DTL: 125	            DTL: 125	            DTL: 125	            DTL: 125	            DTL: 125	            DTL: 125	            DTL: 125	            DTL: 125															TRUE



Again happy to provide any other information you require.

Thanks
 

ripkurrle

Dabbler
Joined
Mar 9, 2012
Messages
10
No replies so far, so I assume I'm on my own. All I can think of is copy the data to an external source, destroy my share and re-do a new share? Seems a little overkill but cant think of any other way to get rid of this error before I leave next month.
 

bollar

Patron
Joined
Oct 28, 2012
Messages
411
You could try replacing from the command line. Is the unavailable drive's guid: 14240238040549989919? If so,
Code:
zpool replace share 14240238040549989919 (replace this part with the /dev/dax that FreeNAS says that disk is attached to)
 

ripkurrle

Dabbler
Joined
Mar 9, 2012
Messages
10
I'm still getting an active pool 'share' error which prevents the replace.

Code:
[root@freenas] ~#  zpool replace share 14240238040549989919
cannot open '14240238040549989919': no such GEOM provider
must be a full path or shorthand device name
[root@freenas] ~# zpool replace share 14240238040549989919 ada2p2
invalid vdev specification
use '-f' to override the following errors:
/dev/ada2p2 is part of active pool 'share'
[root@freenas] ~#


Wasnt sure what /dev/dax/ was so I first couble checked that the only drive name that wasnt correctly appearing on the volumn status screen, and (2) ran "zdb -l /dev/ada2p2" and double checked that that was the same drive having trouble unpacking label 2 and 3.

zpool online share 14240238040549989919, trying to online gave a similar error
Code:
warning: device '14240238040549989919' onlined, but remains in faulted state
use 'zpool replace' to replace devices that are no longer present


But still remained in Unavail state
 

bollar

Patron
Joined
Oct 28, 2012
Messages
411

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Code:
zpool status -v
  pool: share
 state: DEGRADED
status: One or more devices has been taken offline by the administrator.
        Sufficient replicas exist for the pool to continue functioning in a
        degraded state.
action: Online the device using 'zpool online' or replace the device with
        'zpool replace'.
  scan: scrub repaired 0 in 12h29m with 0 errors on Tue Jan  1 06:01:26 2013
config:

        NAME                                            STATE     READ WRITE CKSUM
        share                                           DEGRADED     0     0     0
          raidz1-0                                      DEGRADED     0     0     0
            gptid/0ad73996-a192-11e0-adbe-a0000004a81b  ONLINE       0     0     0
            gptid/0b3a6a4e-a192-11e0-adbe-a0000004a81b  ONLINE       0     0     0
            14240238040549989919                        OFFLINE      0     0     0  was /dev/dsk/gptid/8d75419f-5287-11e2-8c80-a0000004a81b
          gptid/71c97285-6a90-11e1-81cc-a0000004a81b    ONLINE       0     0     0
          gptid/7253f51a-6a90-11e1-81cc-a0000004a81b    ONLINE       0     0     0
          gptid/e8d44a6a-5266-11e2-9838-a0000004a81b    ONLINE       0     0     0


This looks like you started with 3 disks, then added 3 more later. You have no redundancy from the 3 disks you added later(the ones I put in bold). If any of those 3 disks fail you will lose your entire zpool. If you read my guide you will understand why you are in the situation you are in. The only way to add redundancy back is to destroy the zpool and recreate it.

Obviously this is the time to think about doing any backups you want when you have access to your data....
 

ripkurrle

Dabbler
Joined
Mar 9, 2012
Messages
10
Thanks noobsauce80, I built my server a year or so back and managed to gather all the info I needed from various sources but didnt find anything like your guide at the time... thanks heaps for mentioning the redundancy, its something I didn't realise until you pointed it out... I'll backup, destroy and use your guide, thank fully I haven't lost a drive until now

Thanks heaps everyone
 
Status
Not open for further replies.
Top