On Fri, 2007-05-25 at 10:20 -0600, Lori Alt wrote:
> We've been kicking around the question of whether or
> not zfs root mounts should appear in /etc/vfstab (i.e., be
> legacy mount) or use the new zfs approach to mounts.
> Instead of writing up the issues again, here's a blog
> entry that I just posted on the subject:
> 
> http://blogs.sun.com/lalt/date/20070525
> 
> Weigh in if you care.

IMHO, there should be no need to put any ZFS filesystems in /etc/vfstab,
but (this is something of a digression based on discussion kicked up by
PSARC 2007/297) it's become clear to me that ZFS filesystems *should* be
mounted by mountall and mount -a rather than via a special-case
invocation of "zfs mount" at the end of the fs-local method script.

in other words: teach "mount" how to find the list of filesystems in
attached pools and mix them in to the dependency graph it builds to
mount filesystems in the right order, rather than mounting
everything-but-zfs first and then zfs later.

                                        - Bill








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

Reply via email to