OK, I've installed the version with info below
commit 12d41f24e1765ad541a90c5f0ecf176e63aed2da
Merge: b79138c b50a9e2
However I still have the same behaviour. The NFS server is not
crashing - only the zfs-fuse portion.
I setup the share parameter: zfs set sharenfs='*:rw' and have this in
my /var/lib/nfs/etab:
/storage
*(rw,sync,wdelay,hide,nocrossmnt,secure,root_squash,no_all_squash,no_subtree_check,secure_locks,acl,fsid=1,anonuid=65534,anongid=65534)
Not sure if it'll help, but here's a short record of what I'm getting
when I attach GDB to zfs-fuse --no-daemon and it fails:
Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffed434710 (LWP 1780)]
0x00007ffff6a87a75 in raise () from /lib/libc.so.6
(gdb) bt
#0 0x00007ffff6a87a75 in raise () from /lib/libc.so.6
#1 0x00007ffff6a8b5c0 in abort () from /lib/libc.so.6
#2 0x0000000000473b2d in ?? ()
#3 0x0000000000473d0d in ?? ()
#4 0x0000000000473d4b in ?? ()
#5 0x0000000000473d7d in ?? ()
#6 0x0000000000407f31 in ?? ()
#7 0x0000000000408357 in ?? ()
#8 0x000000000041b2a9 in ?? ()
#9 0x000000000041f339 in ?? ()
#10 0x00007ffff7796a49 in ?? () from /lib/libfuse.so.2
#11 0x000000000041e1c7 in ?? ()
#12 0x00007ffff79be9ca in start_thread () from /lib/libpthread.so.0
#13 0x00007ffff6b3a69d in clone () from /lib/libc.so.6
#14 0x0000000000000000 in ?? ()
Thanks for your help,
Cozezien
On May 9, 10:58 am, sgheeren <
sghee...@hotmail.com> wrote:
> Latest testing branch features ZFS sharenfs property. Probably a little
> underdocumented, but seehttp://
zfs-fuse.net/news/nfs-auto-share-sharenfs-support-landed-in-un...
>
> I haven't gotten round to writing a newsflash to tell the world about
> the new and improved testing branch, but here is the appropriate group
> posting:
http://groups.google.com/group/zfs-fuse/msg/d0d7158f24f6a777
>
> Testing is ahead of official/master by 115 commits.
> Testing is ahead of the 0.6.0 release (tag) by 336 commits.
>
> Relative to 0.6.0 testing has (among others):
>
> * non blocking zfs send/recv (enable local piping e.g.)
> * pool version 23
> * zpool split
> * sharenfs support (with nfs-kernel-server)
>
> * fix for 'dataset busy' on destroy
> * kstat interface
> * libumem merged from libumem upstream source
> * PowerPC support! (tested on Debian PPC)
> * Autoreplace support (replaced Solaris'es SMF features with
> configurable /etc/zfs/zfs_pool_alert script)
> * Configurable stack size limits (by popular demand)
> * Dynamically raise kernel mmaps limit for daemon proces
> * Experimental waf build support (SCons is still the main mechanism)
>
> * Many many upstream features and fixes merged from onnv-gate