Re: Re: Re: [PATCH/RFC nfs-utils] Fix NFSv4 export of tmpfs filesystems.

2021-05-17 Thread Petr Vorel
Hi Neil, > On Fri, 14 May 2021, Petr Vorel wrote: > > The failure has really something to do with rpcbind ("mount.nfs: portmap > > query > > failed:"): > > rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 > > write(2, "mount.nfs: trying 10.0.0.2 prog "..., 66) = 66 > > socket(AF_INET, SOCK_STREAM,

Re: Re: Re: [PATCH/RFC nfs-utils] Fix NFSv4 export of tmpfs filesystems.

2021-05-16 Thread NeilBrown
On Fri, 14 May 2021, Petr Vorel wrote: > > The failure has really something to do with rpcbind ("mount.nfs: portmap query > failed:"): > rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 > write(2, "mount.nfs: trying 10.0.0.2 prog "..., 66) = 66 > socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 5 >

Re: Re: [PATCH/RFC nfs-utils] Fix NFSv4 export of tmpfs filesystems.

2021-05-13 Thread Petr Vorel
Hi Neil, all, [Cc also Debian kernel folks as we're trying to fix issues which could hit them. See https://lore.kernel.org/linux-nfs/YILQip3nAxhpXP9+@pevik/T/#t ] > Hi Neil, > > On Fri, 07 May 2021, Petr Vorel wrote: > > > Hi Neil, > > > > [[This is a proposed fix. It seems to work. I'd like