I've got my first server deployment with ZFS.
Consolidating a pair of other file servers that used to have
a dozen or so NFS exports in /etc/dfs/dfstab similar to;

/export/solaris/images
/export/tools
/export/ws
..... and so on....

For the new server, I have one large zfs pool;
-bash-3.00# df -hl
bigpool                 16T   1.5T    15T    10%    /export

that I am starting to populate.   Should I simply share /export,
or should I separately share the individual dirs in /export
like the old dfstab did?

I am assuming that one single command;
# zfs set sharenfs=ro bigpool
would share /export as a read-only NFS point?

Opinions/comments/tutoring?

Thanks,

Neal

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

Reply via email to