Re: [Nfs-ganesha-devel] 2.6.3 Health status is unhealthy

2018-09-24 Thread David C
This list has been deprecated. Please subscribe to the new devel list at 
lists.nfs-ganesha.org.Hi Daniel

Thanks for the response.

It's only happened once since the server was started at midnight. There
would have been very little activity in that time so that would seem to
support your theory.

I'll monitor it to see if it reoccurs.

Is there anything I need to do to clear the unhealthy status? Would you
expect there to be a message to say the server has returned to a healthy
state?

Thanks
David


On Mon, 24 Sep 2018, 18:09 Daniel Gryniewicz,  wrote:

> This list has been deprecated. Please subscribe to the new devel list at
> lists.nfs-ganesha.org.
> I think this is due to the low traffic.  What that check says is that we
> got new ops enqueued (1, in this case) but no ops dequeued.  However,
> since there was only 1 op enqueued, I suspect that the issue is that no
> ops came in during the sampling period, except for one right at the end,
> which hasn't been handled yet.
>
> Does this message keep occurring?  Or does it happen only once?
>
> Daniel
>
> On 09/24/2018 12:28 PM, David C wrote:
> > This list has been deprecated. Please subscribe to the new devel list at
> lists.nfs-ganesha.org.
> >
> >
> >
> > Hi All
> >
> > CentOS 7.5
> > nfs-ganesha-vfs-2.6.3-1.el7.x86_64
> > nfs-ganesha-2.6.3-1.el7.x86_64
> > libntirpc-1.6.3-1.el7.x86_64
> >
> > Exporting some directories with VFS FSAL
> >
> > Nfsv3 only, currently very light traffic (a few clients connecting).
> >
> > After starting Ganesha the following was logged after about 12 hours:
> >
> > 24/09/2018 12:11:00 : epoch 5ba8165e : fsrv01:
> > ganesha.nfsd-22835[dbus_heartbeat] nfs_health :DBUS :WARN :Health
> > status is unhealthy. enq new: 11925, old: 11924; deq new: 11924,
> > old: 11924
> >
> >
> > Nfs access still seems fine from the clients.
> >
> > Could someone point me in the direction of how to diagnose this message
> > please?
> >
> > Thanks,
> > David
> >
> >
> >
> >
> > ___
> > Nfs-ganesha-devel mailing list
> > Nfs-ganesha-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
> >
>
>
>
> ___
> Nfs-ganesha-devel mailing list
> Nfs-ganesha-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
>
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


Re: [Nfs-ganesha-devel] 2.6.3 Health status is unhealthy

2018-09-24 Thread Daniel Gryniewicz

This list has been deprecated. Please subscribe to the new devel list at 
lists.nfs-ganesha.org.
I think this is due to the low traffic.  What that check says is that we 
got new ops enqueued (1, in this case) but no ops dequeued.  However, 
since there was only 1 op enqueued, I suspect that the issue is that no 
ops came in during the sampling period, except for one right at the end, 
which hasn't been handled yet.


Does this message keep occurring?  Or does it happen only once?

Daniel

On 09/24/2018 12:28 PM, David C wrote:

This list has been deprecated. Please subscribe to the new devel list at 
lists.nfs-ganesha.org.



Hi All

CentOS 7.5
nfs-ganesha-vfs-2.6.3-1.el7.x86_64
nfs-ganesha-2.6.3-1.el7.x86_64
libntirpc-1.6.3-1.el7.x86_64

Exporting some directories with VFS FSAL

Nfsv3 only, currently very light traffic (a few clients connecting).

After starting Ganesha the following was logged after about 12 hours:

24/09/2018 12:11:00 : epoch 5ba8165e : fsrv01:
ganesha.nfsd-22835[dbus_heartbeat] nfs_health :DBUS :WARN :Health
status is unhealthy. enq new: 11925, old: 11924; deq new: 11924,
old: 11924


Nfs access still seems fine from the clients.

Could someone point me in the direction of how to diagnose this message 
please?


Thanks,
David




___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel





___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


Re: [Nfs-ganesha-devel] Issue with file locks after upgrade from 2.5.4 to 2.6.2

2018-09-24 Thread David C
This list has been deprecated. Please subscribe to the new devel list at 
lists.nfs-ganesha.org.Hi Naresh

I updated to 2.6.3 and it resolved this particular issue for me too.

Thanks,

On Wed, Sep 19, 2018 at 11:12 PM Naresh Babu  wrote:

> Hi David,
> I tried disabling IPv6, but, that didn't help. I cannot pinpoint a change
> that resolved the issue. There are no changes in NLM between 2.6.2 and
> 2.6.3. So, there is something else that helped solve this issue.
>
> On Wed, Sep 19, 2018 at 2:11 PM David C  wrote:
>
>> Thanks, Naresh. I may not be able to upgrade to 2.6.3 for a while as I'm
>> using the packages in the Ceph repos, latest is 2.6.2.
>>
>> I had a quick look through the commits for 2.6.3 and couldn't find
>> reference to this particular issue. Can you point me in the direction of
>> some more info please? Any idea how to workaround this issue on CentOS 7.5?
>> I did try creating /etc/gai.conf but didn't seem to have any effect.
>>
>> On Wed, Sep 19, 2018 at 1:06 AM Naresh Babu 
>> wrote:
>>
>>> Upgrade to 2.6.3 fixed the issue. rpc.statd works with only IPv4
>>> localhost address.
>>>
>>> On Tue, Sep 18, 2018 at 2:57 PM David C  wrote:
>>>
 Naresh,

 Did you get a solution to this in the end?

 I'm having the same issue, just using the vfs FSAL

 Ganesha 2.6.1

 /var/log/messages filled with:

 Sep 18 21:51:33 fsrv01 rpc.statd[2545]: SM_MON/SM_UNMON call from
 non-local host ::1
 Sep 18 21:51:33 fsrv01 rpc.statd[2545]: STAT_FAIL to pclhhfsrv01 for
 SM_MON of :::10.10.10.220

 Ganesha log filled with:

 18/09/2018 21:51:33 : epoch 5ba09ee4 : fsrv01 :
 ganesha.nfsd-23030[svc_206] nsm_monitor :NLM :CRIT :Monitor
 :::10.10.10.220 SM_MON failed (1)

 I -can- ping :::10.10.10.220

 I did try running with some clients accessing home directories but
 eventually I got:

 17/09/2018 15:06:27 : epoch 5b9fb130 : fsrv01 :
 ganesha.nfsd-4072[svc_24] nsm_monitor :NLM :CRIT :Monitor
 :::10.10.10.240 SM_MON failed: RPC: Timed out

 Then I just go a load of "vfs_lookup_path :FSAL :CRIT :Could not open
 directory for path" until I restarted ganesha

 Any assistance would be much appreciated

 Thanks
 David




 On Wed, Sep 12, 2018 at 1:03 PM Daniel Gryniewicz 
 wrote:

> This list has been deprecated. Please subscribe to the new devel list
> at lists.nfs-ganesha.org.
> Oh, it looks like rpc.statd is refusing the connection because it
> doesn't think ::1 (the IPv6 localhost address) is localhost.  If so,
> this would be either a bug or a misconfiguration in rpc.statd.
>
> Daniel
>
> On 09/11/2018 11:31 PM, Naresh Babu wrote:
> > Thanks for the response, Daniel. Ping to ":::10.0.0.7" works
> fine.
> > Do you suspect anything else?
> >
> > Thanks,
> > Naresh
> >
> > On Tue, Sep 11, 2018 at 5:48 AM Daniel Gryniewicz  > > wrote:
> >
> > My guess is that this is related to IPv6.  IPv6 support in 2.5
> was
> > spotty, but that's been fixed since.  It's clearly using the
> 4-in-6
> > address (pretty common on a v6 enabled machine), and I don't
> believe it
> > could have used that in 2.5, so that's seems the smoking gun.
> >
> > Does IPv6 work on your system?  If you ping :::10.0.0.7 on
> that
> > box,
> > does it work?  If the problem is IPv6, you may be able to work
> > around it
> > by preferring IPv4 to IPv6.  This is done by adding this line to
> > /etc/gai.conf:
> >
> > precedence :::0:0/96  100
> >
> > Daniel
> >
> > On 09/11/2018 03:42 AM, Naresh Babu wrote:
> >  > This list has been deprecated. Please subscribe to the new
> devel
> > list at lists.nfs-ganesha.org .
> >  >
> >  >
> >  >
> >  > We have developed a custom FSAL on top of nfs-ganesha 2.5.4
> > version and
> >  > lock tests ran fine with that. But, after upgrading
> nfs-ganesha to
> >  > 2.6.2, lock tests are failing with the following errors:
> >  >
> >  > ganesha.nfsd-1419[svc_70] nsm_monitor :NLM :CRIT :Monitor
> >  > :::10.0.0.7 SM_MON failed (1)
> >  >
> >  > /var/log/messages:
> >  > Sep 11 07:26:27 mbclvm3 rpc.statd[1439]: SM_MON/SM_UNMON call
> from
> >  > non-local host ::1
> >  > Sep 11 07:26:27 mbclvm3 rpc.statd[1439]: STAT_FAIL to mbclvm3
> for
> > SM_MON
> >  > of :::10.0.0.7
> >  >
> >  > $ rpcinfo -p |grep "status\|lockmgr"
> >  >  1000241   udp  46991  status
> >  >  1000241   tcp  33715  status
> >  >  1000214   udp  45075  nlockmgr

[Nfs-ganesha-devel] 2.6.3 Health status is unhealthy

2018-09-24 Thread David C
This list has been deprecated. Please subscribe to the new devel list at 
lists.nfs-ganesha.org.Hi All

CentOS 7.5
nfs-ganesha-vfs-2.6.3-1.el7.x86_64
nfs-ganesha-2.6.3-1.el7.x86_64
libntirpc-1.6.3-1.el7.x86_64

Exporting some directories with VFS FSAL

Nfsv3 only, currently very light traffic (a few clients connecting).

After starting Ganesha the following was logged after about 12 hours:

24/09/2018 12:11:00 : epoch 5ba8165e : fsrv01:
> ganesha.nfsd-22835[dbus_heartbeat] nfs_health :DBUS :WARN :Health status is
> unhealthy. enq new: 11925, old: 11924; deq new: 11924, old: 11924


Nfs access still seems fine from the clients.

Could someone point me in the direction of how to diagnose this message
please?

Thanks,
David
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel