Re: [zfs-discuss] NFS4-sharing-ZFS issues

2008-05-22 Thread Joerg Schilling
Richard Elling <[EMAIL PROTECTED]> wrote: > >> In /etc/auto_home: > >> # Home directory map for automounter > >> # > >> * server:/home/& > >> > >> This works on Solaris 9, Solaris 10, and OS-X Leopard. > >> > > And Linux, too! Thank you for the answer! This makes my life much easier.

Re: [zfs-discuss] NFS4-sharing-ZFS issues

2008-05-21 Thread Thommy M. Malmström
Bob Friesenhahn wrote: > On Wed, 21 May 2008, Will Murnane wrote: >> So, my questions are: >> * Are there options I can set server- or client-side to make Solaris >> child mounts happen automatically (i.e., match the Linux behavior)? >> * Will this behave with automounts? What I'd like to do is li

Re: [zfs-discuss] NFS4-sharing-ZFS issues

2008-05-21 Thread Richard Elling
Will Murnane wrote: > On Wed, May 21, 2008 at 4:13 PM, Bob Friesenhahn > <[EMAIL PROTECTED]> wrote: > >> Here is the answer you were looking for: >> >> In /etc/auto_home: >> # Home directory map for automounter >> # >> * server:/home/& >> >> This works on Solaris 9, Solaris 10, and OS-X Le

Re: [zfs-discuss] NFS4-sharing-ZFS issues

2008-05-21 Thread Will Murnane
On Wed, May 21, 2008 at 4:13 PM, Bob Friesenhahn <[EMAIL PROTECTED]> wrote: > Here is the answer you were looking for: > > In /etc/auto_home: > # Home directory map for automounter > # > * server:/home/& > > This works on Solaris 9, Solaris 10, and OS-X Leopard. And Linux, too! Thank you for

Re: [zfs-discuss] NFS4-sharing-ZFS issues

2008-05-21 Thread A Darren Dunham
On Wed, May 21, 2008 at 02:43:26PM -0400, Will Murnane wrote: > So, my questions are: > * Are there options I can set server- or client-side to make Solaris > child mounts happen automatically (i.e., match the Linux behavior)? I think these are known as "mirror-mounts" in Solaris. They first inte

Re: [zfs-discuss] NFS4-sharing-ZFS issues

2008-05-21 Thread Bob Friesenhahn
On Wed, 21 May 2008, Will Murnane wrote: > > So, my questions are: > * Are there options I can set server- or client-side to make Solaris > child mounts happen automatically (i.e., match the Linux behavior)? > * Will this behave with automounts? What I'd like to do is list > /export/home in the au

Re: [zfs-discuss] NFS4-sharing-ZFS issues

2008-05-21 Thread Spencer Shepler
On May 21, 2008, at 1:43 PM, Will Murnane wrote: > I'm looking at implementing home directories on ZFS. This will be > about 400 users, each with a quota. The ZFS way of doing this AIUI is > create one filesystem per user, assign them a quota and/or > reservation, and set sharenfs=on. So I tri

[zfs-discuss] NFS4-sharing-ZFS issues

2008-05-21 Thread Will Murnane
I'm looking at implementing home directories on ZFS. This will be about 400 users, each with a quota. The ZFS way of doing this AIUI is create one filesystem per user, assign them a quota and/or reservation, and set sharenfs=on. So I tried it: # zfs create local-space/test # zfs set sharenfs=on