ZFS late import iscsi pool

Hello everyone,

I'm running a 11.0-RELEASE-p9 with 6x iSCSI disks attached to the host. I have a raidz2 ZFS pool on those drives and the problem I'm having is that because the disks appear late in the boot process, the pool has appears as thou it has no datasets. Due to that, I have to manually export and import the pool after each reboot.

Is there some trick to "late" mount this particular ZFS pool.

PS: this is a secondary pool.
 
the pool has appears as thou it has no datasets.
What do you mean by that exactly?
zfs list reports no datasets on the pool??
Or are the datasets just not mounted during the boot process? This can be solved by setting the mountpoint to "legacy" and mount them via fstab, which is processed later in the boot process.
 
Back
Top