[Gluster-devel] rdma: misuse of ibv_ack_cq_events api

2018-09-05 Thread Lorne Li
Hello folks, I think ibv_ack_cq_events may be used incorrectly in gf_rdma_recv_completion_proc and gf_rdma_send_completion_proc functions in rpc/rpc-transport/rdma/src/rdma.c. Function gf_rdma_recv_completion_proc calls ibv_ack_cq_events(event_cq, num_wr) before it returns, where the num_wr

Re: [Gluster-devel] remaining entry in gluster volume heal info command even after reboot

2018-09-05 Thread Pranith Kumar Karampuri
Which version of gluster is this? On Wed, Sep 5, 2018 at 1:27 PM Zhou, Cynthia (NSB - CN/Hangzhou) < cynthia.z...@nokia-sbell.com> wrote: > Hi glusterfs experts: > >Good day! > >Recently when I do some test on my gluster env, I found that there > are some remaining entries in

Re: [Gluster-devel] remaining entry in gluster volume heal info command even after reboot

2018-09-05 Thread Pranith Kumar Karampuri
On Wed, Sep 5, 2018 at 1:27 PM Zhou, Cynthia (NSB - CN/Hangzhou) < cynthia.z...@nokia-sbell.com> wrote: > Hi glusterfs experts: > >Good day! > >Recently when I do some test on my gluster env, I found that there > are some remaining entries in command “gluster v heal mstate info”

Re: [Gluster-devel] remaining entry in gluster volume heal info command even after reboot

2018-09-05 Thread Pranith Kumar Karampuri
Looks like the test case is a bit involved and also has modifications directly on the brick. Could you let us know if there is any reason to touch the brick directly? On Wed, Sep 5, 2018 at 2:53 PM Zhou, Cynthia (NSB - CN/Hangzhou) < cynthia.z...@nokia-sbell.com> wrote: > I will try to reproduce

Re: [Gluster-devel] fedora smoke failure on 3.12

2018-09-05 Thread Anoop C S
On Wed, 2018-09-05 at 16:08 +0530, Anoop C S wrote: > On Wed, 2018-09-05 at 15:44 +0530, Pranith Kumar Karampuri wrote: > > It also failed on 4.1 > > https://build.gluster.org/job/fedora-smoke/1665/console > > > > Looks like quite a few changes need to be ported for them to pass? > >

Re: [Gluster-devel] fedora smoke failure on 3.12

2018-09-05 Thread Pranith Kumar Karampuri
Thanks a lot! On Wed, Sep 5, 2018 at 4:55 PM Anoop C S wrote: > On Wed, 2018-09-05 at 16:08 +0530, Anoop C S wrote: > > On Wed, 2018-09-05 at 15:44 +0530, Pranith Kumar Karampuri wrote: > > > It also failed on 4.1 > https://build.gluster.org/job/fedora-smoke/1665/console > > > > > > Looks like

[Gluster-devel] fedora smoke failure on 3.12

2018-09-05 Thread Pranith Kumar Karampuri
https://build.gluster.org/job/fedora-smoke/1668/console I think it is happening because of missing tirpc changes in configure.ac? There are a series of patches for libtirpc starting with https://review.gluster.org/c/glusterfs/+/19235, I am not very good at reading configure.ac except for the

Re: [Gluster-devel] fedora smoke failure on 3.12

2018-09-05 Thread Pranith Kumar Karampuri
It also failed on 4.1 https://build.gluster.org/job/fedora-smoke/1665/console Looks like quite a few changes need to be ported for them to pass? On Wed, Sep 5, 2018 at 3:41 PM Pranith Kumar Karampuri wrote: > https://build.gluster.org/job/fedora-smoke/1668/console > > I think it is happening