[Gluster-devel] WFH today.

2015-12-23 Thread Hari Gowtham
Hi all, 
I'll be working from home today.

Regards,
Hari.
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


[Gluster-devel] Lot of Netbsd regressions 'Waiting for the next available executor'

2015-12-23 Thread Ravishankar N

$subject.
Since yesterday.
The build queue is growing. Something's wrong.

" If you see a little black clock icon in the build queue as shown 
below, it is an indication that your job is sitting in the queue 
unnecessarily." is what it says.



___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel

[Gluster-devel] GlusterFS-3.6.8

2015-12-23 Thread Kaushal M
Hi all,

I'll be managing the release of 3.6.8. I'm planning to do the release
the upcoming Saturday, 26th December. If anyone has pending changes to
be merged, please make sure to get it in before 1200 UTC, 26th
December.

Thanks,
Kaushal
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] Writing a new xlator is made a bit easier now

2015-12-23 Thread Atin Mukherjee
This is nice Poornima!

~Atin

On 12/24/2015 11:32 AM, Poornima Gurusiddaiah wrote:
> Hi All, 
> 
> Here is a patch http://review.gluster.org/#/c/13061/ that creates the initial 
> template for any new xlator that you wish to write. 
> 
> How to use: 
> $ python ./generate_xlator.py
> 
> Eg: python ./generate_xlator.py /home/u1/glusterfs/xlators/features 
> compression cmpr
> This command will create the following files with some initial contents like 
> copyright, fops definition, header definition etc. : 
> * /home/u1/glusterfs/xlators/features/compression/Makefile.am 
> * /home/u1/glusterfs/xlators/features/compression/src/Makefile.am 
> * /home/u1/glusterfs/xlators/features/compression/src/compression.c 
> * /home/u1/glusterfs/xlators/features/compression/src/compression.h 
> * /home/u1/glusterfs/xlators/features/compression/src/compression-mem-types.h 
> * /home/u1/glusterfs/xlators/features/compression/src/compression-messages.h 
> 
> By default all the fops and other functions are generated, if you do not need 
> to implement certain functions, delete those functions from the the file 
> `config.py`. 
> One can customize the fop definition by changing CBK_TEMPLATE/FOP_TEMPLATE in 
> generate_xlator.py.
> 
> This is an addition to Jeff's http://review.gluster.org/#/c/9411/
> Reviews are welcome.
> 
> Merry Christmas:)
> 
> Regards,
> Poornima
> 
> 
> 
> 
> 
> ___
> Gluster-devel mailing list
> Gluster-devel@gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-devel
> 
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] Writing a new xlator is made a bit easier now

2015-12-23 Thread Aravinda

Nice tool.

Instead of editing main config.py directly, add new parameter for 
config. So that actual config is intact for next time.


Steps to customize,
cp config.py compression_config.py
python ./generate_xlator.py /home/u1/glusterfs/xlators/features 
compression cmpr compression_config.py


regards
Aravinda

On 12/24/2015 11:32 AM, Poornima Gurusiddaiah wrote:

Hi All,

Here is a patch http://review.gluster.org/#/c/13061/ that creates the initial 
template for any new xlator that you wish to write.

How to use:
$ python ./generate_xlator.py   

Eg: python ./generate_xlator.py /home/u1/glusterfs/xlators/features compression 
cmpr
This command will create the following files with some initial contents like 
copyright, fops definition, header definition etc. :
* /home/u1/glusterfs/xlators/features/compression/Makefile.am
* /home/u1/glusterfs/xlators/features/compression/src/Makefile.am
* /home/u1/glusterfs/xlators/features/compression/src/compression.c
* /home/u1/glusterfs/xlators/features/compression/src/compression.h
* /home/u1/glusterfs/xlators/features/compression/src/compression-mem-types.h
* /home/u1/glusterfs/xlators/features/compression/src/compression-messages.h

By default all the fops and other functions are generated, if you do not need 
to implement certain functions, delete those functions from the the file 
`config.py`.
One can customize the fop definition by changing CBK_TEMPLATE/FOP_TEMPLATE in 
generate_xlator.py.

This is an addition to Jeff's http://review.gluster.org/#/c/9411/
Reviews are welcome.

Merry Christmas:)

Regards,
Poornima





___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] Lot of Netbsd regressions 'Waiting for the next available executor'

2015-12-23 Thread Raghavendra Gowdappa


- Original Message -
> From: "Raghavendra Gowdappa" 
> To: "Ravishankar N" 
> Cc: "Gluster Devel" , "gluster-infra" 
> 
> Sent: Thursday, December 24, 2015 12:11:46 PM
> Subject: Re: [Gluster-devel] Lot of Netbsd regressions 'Waiting for the next  
> available executor'
> 
> https://build.gluster.org/job/rackspace-netbsd7-regression-triggered/12961/consoleFull
> 
> Seems to be hung. May be a hung syscall? I've tried to kill it, but seems
> like its not dead. May be patch #12594 is causing some issues on netbsd. It
> has passed gluster regression.

s/gluster/Linux/

> 
> - Original Message -
> > From: "Ravishankar N" 
> > To: "Gluster Devel" , "gluster-infra"
> > 
> > Sent: Thursday, December 24, 2015 9:27:53 AM
> > Subject: [Gluster-devel] Lot of Netbsd regressions 'Waiting for the next
> > available executor'
> > 
> > $subject.
> > Since yesterday.
> > The build queue is growing. Something's wrong.
> > 
> > " If you see a little black clock icon in the build queue as shown below,
> > it
> > is an indication that your job is sitting in the queue unnecessarily." is
> > what it says.
> > 
> > 
> > 
> > ___
> > Gluster-devel mailing list
> > Gluster-devel@gluster.org
> > http://www.gluster.org/mailman/listinfo/gluster-devel
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] Lot of Netbsd regressions 'Waiting for the next available executor'

2015-12-23 Thread Raghavendra Gowdappa
https://build.gluster.org/job/rackspace-netbsd7-regression-triggered/12961/consoleFull
 

Seems to be hung. May be a hung syscall? I've tried to kill it, but seems like 
its not dead. May be patch #12594 is causing some issues on netbsd. It has 
passed gluster regression.

- Original Message -
> From: "Ravishankar N" 
> To: "Gluster Devel" , "gluster-infra" 
> 
> Sent: Thursday, December 24, 2015 9:27:53 AM
> Subject: [Gluster-devel] Lot of Netbsd regressions 'Waiting for the next  
> available executor'
> 
> $subject.
> Since yesterday.
> The build queue is growing. Something's wrong.
> 
> " If you see a little black clock icon in the build queue as shown below, it
> is an indication that your job is sitting in the queue unnecessarily." is
> what it says.
> 
> 
> 
> ___
> Gluster-devel mailing list
> Gluster-devel@gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-devel
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


[Gluster-devel] Writing a new xlator is made a bit easier now

2015-12-23 Thread Poornima Gurusiddaiah
Hi All, 

Here is a patch http://review.gluster.org/#/c/13061/ that creates the initial 
template for any new xlator that you wish to write. 

How to use: 
$ python ./generate_xlator.py

Eg: python ./generate_xlator.py /home/u1/glusterfs/xlators/features compression 
cmpr
This command will create the following files with some initial contents like 
copyright, fops definition, header definition etc. : 
* /home/u1/glusterfs/xlators/features/compression/Makefile.am 
* /home/u1/glusterfs/xlators/features/compression/src/Makefile.am 
* /home/u1/glusterfs/xlators/features/compression/src/compression.c 
* /home/u1/glusterfs/xlators/features/compression/src/compression.h 
* /home/u1/glusterfs/xlators/features/compression/src/compression-mem-types.h 
* /home/u1/glusterfs/xlators/features/compression/src/compression-messages.h 

By default all the fops and other functions are generated, if you do not need 
to implement certain functions, delete those functions from the the file 
`config.py`. 
One can customize the fop definition by changing CBK_TEMPLATE/FOP_TEMPLATE in 
generate_xlator.py.

This is an addition to Jeff's http://review.gluster.org/#/c/9411/
Reviews are welcome.

Merry Christmas:)

Regards,
Poornima





___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] Writing a new xlator is made a bit easier now

2015-12-23 Thread Krutika Dhananjay
Cool stuff! :) 

-Krutika 
- Original Message -

> From: "Poornima Gurusiddaiah" 
> To: "Gluster Devel" 
> Sent: Thursday, December 24, 2015 11:32:15 AM
> Subject: [Gluster-devel] Writing a new xlator is made a bit easier now

> Hi All,

> Here is a patch http://review.gluster.org/#/c/13061/ that creates the initial
> template for any new xlator that you wish to write.

> How to use:
> $ python ./generate_xlator.py   

> Eg: python ./generate_xlator.py /home/u1/glusterfs/xlators/features
> compression cmpr
> This command will create the following files with some initial contents like
> copyright, fops definition, header definition etc. :
> * /home/u1/glusterfs/xlators/features/compression/Makefile.am
> * /home/u1/glusterfs/xlators/features/compression/src/Makefile.am
> * /home/u1/glusterfs/xlators/features/compression/src/compression.c
> * /home/u1/glusterfs/xlators/features/compression/src/compression.h
> * /home/u1/glusterfs/xlators/features/compression/src/compression-mem-types.h
> * /home/u1/glusterfs/xlators/features/compression/src/compression-messages.h

> By default all the fops and other functions are generated, if you do not need
> to implement certain functions, delete those functions from the the file
> `config.py`.
> One can customize the fop definition by changing CBK_TEMPLATE/FOP_TEMPLATE in
> generate_xlator.py.

> This is an addition to Jeff's http://review.gluster.org/#/c/9411/
> Reviews are welcome.

> Merry Christmas:)

> Regards,
> Poornima

> ___
> Gluster-devel mailing list
> Gluster-devel@gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-devel
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel

Re: [Gluster-devel] Review request

2015-12-23 Thread Prasanna Kumar Kalever
On Wednesday, December 23, 2015 10:07:53 PM, Atin Mukherjee wrote:
> I'd try to take up few of them in coming few days which are related
> glusterd. Appreciate your patience!

Thanks for taking them Atin

-Prasanna

> 
> -Atin
> Sent from one plus one
> On Dec 21, 2015 6:34 PM, "Prasanna Kumar Kalever" 
> wrote:
> 
> > Hello Everyone,
> >
> >
> > It would be helpful if someone can review:
> >
> > http://review.gluster.org/#/c/12709/
> > http://review.gluster.org/#/c/12963/
> > http://review.gluster.org/#/c/13002/
> >
> >
> > Thanks,
> > -Prasanna ​
> >
> >
> > ___
> > Gluster-devel mailing list
> > Gluster-devel@gluster.org
> > http://www.gluster.org/mailman/listinfo/gluster-devel
> 
> ___
> Gluster-devel mailing list
> Gluster-devel@gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-devel
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel

Re: [Gluster-devel] Writing a new xlator is made a bit easier now

2015-12-23 Thread Humble Devassy Chirammal
Nice one Poornima++ !!

--Humble


On Thu, Dec 24, 2015 at 11:32 AM, Poornima Gurusiddaiah  wrote:

> Hi All,
>
> Here is a patch http://review.gluster.org/#/c/13061/ that creates the
> initial template for any new xlator that you wish to write.
>
> How to use:
> $ python ./generate_xlator.py   
>
> Eg: python ./generate_xlator.py /home/u1/glusterfs/xlators/features
> compression cmpr
> This command will create the following files with some initial contents
> like copyright, fops definition, header definition etc. :
> * /home/u1/glusterfs/xlators/features/compression/Makefile.am
> * /home/u1/glusterfs/xlators/features/compression/src/Makefile.am
> * /home/u1/glusterfs/xlators/features/compression/src/compression.c
> * /home/u1/glusterfs/xlators/features/compression/src/compression.h
> *
> /home/u1/glusterfs/xlators/features/compression/src/compression-mem-types.h
> *
> /home/u1/glusterfs/xlators/features/compression/src/compression-messages.h
>
> By default all the fops and other functions are generated, if you do not
> need to implement certain functions, delete those functions from the the
> file `config.py`.
> One can customize the fop definition by changing CBK_TEMPLATE/FOP_TEMPLATE
> in generate_xlator.py.
>
> This is an addition to Jeff's http://review.gluster.org/#/c/9411/
> Reviews are welcome.
>
> Merry Christmas:)
>
> Regards,
> Poornima
>
>
>
>
>
> ___
> Gluster-devel mailing list
> Gluster-devel@gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-devel
>
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel

[Gluster-devel] REMINDER: Weekly communtiy meeting starts in 1 hour

2015-12-23 Thread Kaushal M
Hi all,

The weekly Gluster community meeting is starting in 1 hour at 1200
UTC. The current agenda for the meeting is below. Add any further
topics to the agenda at [1].

- AIs from last week
  - ndevos to send out a reminder to the maintainers about more
actively enforcing backports of bugfixes
  - raghu to call for volunteers and help from maintainers for doing
backports listed by rwareing to 3.6.8
  - msvbhat and rastar to follow up on the results of the "Gluster
testing matrix" email
  - kshlm & csim to set up faux/pseudo user email for gerrit, bugzilla, github
  - hagarth to decide on 3.7.7 release manager
  - amye to get on top of disucssion on long-term releases
  - amye/sankarshan to post Gluster Monthly News by the end of December
  - hagarth to create 3.6.8 for bugzilla version
  - kkeithley to send a mail about using sanity checker tools in the codebase
  - rtalur/rastar will send a seperate email about the Gerrit patch
merge strategies to the maintainers list
- GlusterFS 3.7
- GlusterFS 3.6
- GlusterFS 3.5
- GlusterFS 3.8
- GlusterFS 4.0
- Open Floor
  - Etherpad for backport requests
https://public.pad.fsfe.org/p/gluster-backport-requests

~kaushal

[1]: https://public.pad.fsfe.org/p/gluster-community-meetings
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


[Gluster-devel] Fwd: regression-test-burn-in - Build # 128 - Still Failing!

2015-12-23 Thread Atin Mukherjee
https://build.gluster.org/job/regression-test-burn-in/128/console
reports that ./tests/bugs/tier/bug-1286974.t has generated 1 new core
files. Mind having a look?

Thanks,
Atin


 Forwarded Message 
Subject: regression-test-burn-in - Build # 128 - Still Failing!
Date: Wed, 23 Dec 2015 01:04:43 -0800 (PST)
From: jenk...@build.gluster.org
To: amukh...@redhat.com

regression-test-burn-in - Build # 128 - Still Failing:

Check console output at
http://build.gluster.org/job/regression-test-burn-in/128/ to view the
results.


___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel