Hi Vincent,

That's an interesting idea but unfortunately I don't think ZFS will allow
you to do this. The NFS exports of ZFS filesystems are handled behind the
scenes by zfs commands. You set the sharenfs parameter on the zfs dataset
and *presto* instant export. I s'pose you could manually export them but
using the zfs command is the blessed way AFAIK.

-Aaron

On Thu, Mar 29, 2012 at 9:51 AM, <vinc...@cojot.name> wrote:

> On Wed, 28 Mar 2012, Derek Yarnell wrote:
>
>  Has anyone else run into this?  I have submitted a bugzilla here,
>>
>> https://bugzilla.redhat.com/**show_bug.cgi?id=807439<https://bugzilla.redhat.com/show_bug.cgi?id=807439>
>>
>> Thanks,
>> derek
>>
>
> Hi Derek,
>
> Is your NFS server exporting your ZFS filesystems with an fsid= argument?
> For VxFS filesystems, this is required and it is also often the case for
> 'exotic' filesystems. The resulting /etc/exports on the server looks like
> this example.
>
> # $Id: exports,v 1.6 2011/10/15 16:28:32 root Exp root $
> # fsid= is the key to solving this hang problem (VSC 20061019)
> /export/home/shared *.mydomain.com(rw,insecure,no_**
> root_squash,sync,fsid=11)
> /nfs/data0/data *.mydomain.com(ro,insecure,no_**root_squash,async,mp=/nfs/
> **data0,fsid=20)
> /nfs/data0/krynn_ergoth      *.mydomain.com(rw,insecure,no_**
> root_squash,async,mp=/nfs/**data0,fsid=21)
> /nfs/data0/krynn_palanthas   *.mydomain.com(rw,insecure,no_**
> root_squash,async,mp=/nfs/**data0,fsid=22)
> /nfs/data0/krynn_thorbardin  *.mydomain.com(rw,insecure,no_**
> root_squash,async,mp=/nfs/**data0,fsid=23)
>
> I don't know if that would solve your issue but perhaps you could give it
> a try and see if it takes you somewhat further..
>
> Best regards,
>
> Vincent
>
>
> ______________________________**_________________
> rhelv5-list mailing list
> rhelv5-list@redhat.com
> https://www.redhat.com/**mailman/listinfo/rhelv5-list<https://www.redhat.com/mailman/listinfo/rhelv5-list>
>
_______________________________________________
rhelv5-list mailing list
rhelv5-list@redhat.com
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to