[Gluster-devel] Release 3.10.2: Scheduled for the 30th of April

2017-04-16 Thread Raghavendra Talur
Hi, It's time to prepare the 3.10.2 release, which falls on the 30th of each month, and hence would be April-30th-2017 this time around. This mail is to call out the following, 1) Are there any pending *blocker* bugs that need to be tracked for 3.10.2? If so mark them against the provided

Re: [Gluster-devel] Is anyone else having trouble authenticating with review.gluster.org over ssh?

2017-04-16 Thread Nigel Babu
This should be fixed now: https://bugzilla.redhat.com/ show_bug.cgi?id=1442672 Vijay, can you link me to your failed Jenkins job? Jenkins should have been able to clone since it uses the git protocol and not SSH. On Sun, Apr 16, 2017 at 9:25 PM, Vijay Bellur wrote: > > > On

Re: [Gluster-devel] git pull failed!

2017-04-16 Thread Nigel Babu
This should be fixed now. See https://bugzilla.redhat.com/show_bug.cgi?id=1442672 On Mon, Apr 17, 2017 at 5:37 AM, Zhengping Zhou wrote: > Did anyone encount this problem when excute "git pull", this output > is : > > > [zzp@42 gluster]$ git pull >

Re: [Gluster-devel] git pull failed!

2017-04-16 Thread Raghavendra Talur
Seems to be fixed now. On Mon, Apr 17, 2017 at 5:37 AM, Zhengping Zhou wrote: > Did anyone encount this problem when excute "git pull", this output is : > > > [zzp@42 gluster]$ git pull > ssh_exchange_identification: Connection closed by remote host > fatal: Could

Re: [Gluster-devel] [Gluster-users] Glusterfs meta data space consumption issue

2017-04-16 Thread ABHISHEK PALIWAL
There is no need but it could happen accidentally and I think it should be protect or should not be permissible. On Mon, Apr 17, 2017 at 8:36 AM, Atin Mukherjee wrote: > > > On Mon, 17 Apr 2017 at 08:23, ABHISHEK PALIWAL > wrote: > >> Hi All, >>

Re: [Gluster-devel] [Gluster-users] Glusterfs meta data space consumption issue

2017-04-16 Thread Atin Mukherjee
On Mon, 17 Apr 2017 at 08:23, ABHISHEK PALIWAL wrote: > Hi All, > > Here we have below steps to reproduce the issue > > Reproduction steps: > > > > root@128:~# gluster volume create brick 128.224.95.140:/tmp/brick force > - create the gluster volume > > volume

Re: [Gluster-devel] [Gluster-users] Glusterfs meta data space consumption issue

2017-04-16 Thread ABHISHEK PALIWAL
Hi All, Here we have below steps to reproduce the issue Reproduction steps: root@128:~# gluster volume create brick 128.224.95.140:/tmp/brick force - create the gluster volume volume create: brick: success: please start the volume to access data root@128:~# gluster volume set brick

[Gluster-devel] git pull failed!

2017-04-16 Thread Zhengping Zhou
Did anyone encount this problem when excute "git pull", this output is : [zzp@42 gluster]$ git pull ssh_exchange_identification: Connection closed by remote host fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

Re: [Gluster-devel] Is anyone else having trouble authenticating with review.gluster.org over ssh?

2017-04-16 Thread Vijay Bellur
On Sun, Apr 16, 2017 at 11:44 AM, Raghavendra Talur wrote: > On Sun, Apr 16, 2017 at 9:07 PM, Raghavendra Talur > wrote: > > I am not able to login even after specifying the key file > > > > $ ssh -T -vvv -i ~/.ssh/gluster raghavendra-ta...@git.gluster.org

Re: [Gluster-devel] Is anyone else having trouble authenticating with review.gluster.org over ssh?

2017-04-16 Thread Raghavendra Talur
On Sun, Apr 16, 2017 at 9:07 PM, Raghavendra Talur wrote: > I am not able to login even after specifying the key file > > $ ssh -T -vvv -i ~/.ssh/gluster raghavendra-ta...@git.gluster.org > OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017 > debug1: Reading configuration data

Re: [Gluster-devel] [Nfs-ganesha-devel] Device or resource busy when runltp cleanup test-files

2017-04-16 Thread Vijay Bellur
On Wed, Apr 12, 2017 at 10:37 PM, Kinglong Mee wrote: > Yes, this one is silly rename, > > >>> rm: cannot remove ‘/mnt/nfs/ltp-JEYAuky2dz/.nfsaa46457a6a72f8ea14f5’: > Device or resource busy > > But, the other one isn't client's silly rename, > > rm: cannot

Re: [Gluster-devel] performance test and a spacial workload

2017-04-16 Thread Vijay Bellur
On Sun, Apr 16, 2017 at 2:52 AM, Tahereh Fattahi wrote: > Hi > I want to create a performance test with a special workload: > 1. create a file in a directory > 2. setxattr on the directory of the previous file > I could not merge this two in glister code and could not find

[Gluster-devel] performance test and a spacial workload

2017-04-16 Thread Tahereh Fattahi
Hi I want to create a performance test with a special workload: 1. create a file in a directory 2. setxattr on the directory of the previous file I could not merge this two in glister code and could not find a framework that generate this workload for me. I read the code of smallfile (a framework