2. I have a pool made up of a mirror vdev with 2 x 750GB drives ('ZFS' label and ashift=12 using a modded MacZFS binary).
- Code: Select all
/dev/disk3
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *750.2 GB disk3
1: EFI 209.7 MB disk3s1
2: ZFS 749.8 GB disk3s2
/dev/disk4
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *750.2 GB disk4
1: EFI 209.7 MB disk4s1
2: ZFS 749.8 GB disk4s2
/dev/disk6
#: TYPE NAME SIZE IDENTIFIER
0: zfs_pool_proxy Archive *749.8 GB disk6
Problem: Zevo won't mount it. What I'm assuming is the pool proxy shows up in Disk Utility with the Zevo icon.
- Code: Select all
bash-3.2$ sudo zpool import -f Archive
cannot import 'Archive': invalid vdev configuration
- Code: Select all
Sep 16 22:12:01 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
Sep 16 22:12:04 localhost kernel[0]: ZFSLabelScheme:probe: label 'Archive', vdev 2298025020320336690
Sep 16 22:12:04 localhost kernel[0]: ZFSLabelScheme:start: 'Archive' critical mass with 1 vdev(s) (importing)
Sep 16 22:12:04 localhost kernel[0]: ZFSLabelScheme:probe: label 'Archive', vdev 12616462451443391043
Sep 16 22:12:04 localhost kernel[0]: ZFSLabel::olderPoolVersion Archive version 8 doesn't support SA
...
Sep 16 22:12:10 natasha kernel[0]: zfsx_vdm_open: 'Archive' disk2s2
Sep 16 22:12:10 natasha kernel[0]: zfsx_vdm_open: 'Archive' disk3s2
Sep 16 22:12:10 natasha kernel[0]: zfsx_vdm_close: 'disk2s2'
Sep 16 22:12:10 natasha kernel[0]: zfsx_vdm_close: 'disk3s2'
Sep 16 22:12:10 natasha kernel[0]: zfsdev_ioctl: function error 22 on command 2
...
Sep 16 22:13:34 natasha kernel[0]: ZFSLabelScheme:stop: 0xffffff802099fd00 goodbye 'zfs vdev for 'Archive''
Sep 16 22:13:34 --- last message repeated 1 time ---
Sep 16 22:13:34 natasha kernel[0]: ZFSLabelScheme:probe: label 'Archive', vdev 12616462451443391043
Sep 16 22:13:34 natasha kernel[0]: ZFSLabelScheme:start: 'Archive' critical mass with 1 vdev(s) (skip import)
Sep 16 22:13:34 natasha kernel[0]: ZFSLabelScheme:probe: label 'Archive', vdev 2298025020320336690
Sep 16 22:13:34 natasha kernel[0]: zfsx_vdm_open: 'Archive' disk2s2
Sep 16 22:13:34 natasha kernel[0]: zfsx_vdm_open: 'Archive' disk3s2
Sep 16 22:13:34 natasha kernel[0]: ________________________________________
Sep 16 22:13:34 natasha kernel[0]: ZFS WARNING: 'error from: fs.zfs.vdev.bad_label'
Sep 16 22:13:34 natasha kernel[0]: pool: 'Archive'
Sep 16 22:13:34 natasha kernel[0]: vdev_type: 'mirror'
Sep 16 22:13:34 natasha kernel[0]: parent_type: 'root'
Sep 16 22:13:34 natasha kernel[0]: prev_state: 7
Sep 16 22:13:34 natasha kernel[0]: ________________________________________
Sep 16 22:13:34 natasha kernel[0]: ZFS WARNING: 'error from: fs.zfs.zpool'
Sep 16 22:13:34 natasha kernel[0]: pool: 'Archive'
Sep 16 22:13:34 natasha kernel[0]: zfsx_vdm_close: 'disk2s2'
Sep 16 22:13:34 natasha kernel[0]: zfsx_vdm_close: 'disk3s2'
Sep 16 22:13:34 natasha kernel[0]: zfsdev_ioctl: function error 22 on command 2