Re: [Nfs-ganesha-devel] showmount -e gives me a connection refused

2016-07-07 Thread Frank Filz
Yes, rpcbind is necessary for showmount to work since it needs to know how to find mountd which does not have a well known port number. I’m a bit surprised Ganesha came up without rpcbind running though. Frank From: steve landiss [mailto:steve.land...@yahoo.com] Sent: Wednesday, July 6, 2

Re: [Nfs-ganesha-devel] How do I trigger a filesystem scan from my FSAL?

2016-07-07 Thread Frank Filz
We have been discussing the best method. There is a patch: https://review.gerrithub.io/282540 that rescans on every create_export. I Think that would have an adverse impact on startup time (we have use cases with 1000 exports). My proposal is that we trigger the rescan on dBus add export comm

Re: [Nfs-ganesha-devel] Corrupted owner record

2016-07-07 Thread Swen Schillig
On Do, 2016-07-07 at 08:18 -0400, Daniel Gryniewicz wrote: > Is the assert actually being hit?  I thought the contents were > messed  > up?  If the assert is not being hit, then removing it won't help.  If > it  > is, then removing the assert may be the right thing to do. > > Daniel It is hit. S

Re: [Nfs-ganesha-devel] Corrupted owner record

2016-07-07 Thread Daniel Gryniewicz
Is the assert actually being hit? I thought the contents were messed up? If the assert is not being hit, then removing it won't help. If it is, then removing the assert may be the right thing to do. Daniel On 07/07/2016 03:09 AM, Swen Schillig wrote: > Any news anyone ? > > As I suggested du

Re: [Nfs-ganesha-devel] Corrupted owner record

2016-07-07 Thread Swen Schillig
Any news anyone ? As I suggested during our last call, how about removing the assert() as a quick "fix" ? At least that's how the same situation is handled in get_state_owner(). Cheers Swen On Di, 2016-07-05 at 16:59 +0200, Swen Schillig wrote: > On Di, 2016-07-05 at 09:58 -0400, Daniel Gryniewi