Anton B. Rang wrote:
You need to rewrite/extend that to deal with the fact that ZFS doesn't use vfstab and instead express it in terms of ZFS import/export.

The problem (as I see it) is that ZFS import is (by default) implicit at 
startup, while UFS mount is (by default) only performed when explicitly 
requested.

Compare the fact that ZFS opens (not imports) the previously known
pools at boot time not to mounting of a UFS file system in vfstab but
to the way that LVM or VxVM makes available the volume manager device nodes.

It is actually pretty easy to have ZFS not mount the file systems - and
whats more it has a supported and Committed interface:

zfs set mountpoint=none mypool

But that isn't the issue :-)

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

Reply via email to