On 9/4/06, UNIX admin <[EMAIL PROTECTED]> wrote:
[Solaris 10 6/06 i86pc]

I recently used a set of 6 disks in a MultiPack to create a RAIDZ volume.  Then I 
proceeded to do zfs set sharenfs=root=a.b.c.d:a.b.c.e space ("space" is how I 
named the ZFS pool).

Is this really how you set the sharenfs option?  If so, this will
default to exporting it read-write to everyone, even though the "rw"
does not show up in the share command output.

To get the behavior you probably want, you should use

   zfs set sharenfs=root=a.b.c.d:a.b.c.e,rw=a.b.c.d:a.b.c.e space

instead.  You must also specify a "ro=" or "rw=", as the "root="
option is only used for mapping.  With the "root=access_list" syntax
and the wording of the share_nfs manual page this is easily confused.
I have reported these issues to the nfs-discuss@ list, and they will
be filed as bugs.

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

Reply via email to