Re: [Gluster-devel] Build and Regression failure in master branch!

2015-06-28 Thread Raghavendra Gowdappa
Thanks Kotresh.

- Original Message -
 From: Kotresh Hiremath Ravishankar khire...@redhat.com
 To: Atin Mukherjee atin.mukherje...@gmail.com
 Cc: Gluster Devel gluster-devel@gluster.org
 Sent: Sunday, June 28, 2015 1:57:24 PM
 Subject: Re: [Gluster-devel] Build and Regression failure in master branch!
 
 Yes, Atin. You are right, header files are missing in Makefiles.
 Build because of the commit 3741804bec65a33d400af38dcc80700c8a668b81
 
 I have sent the patch for the same.
 http://review.gluster.org/#/c/11451/
 
 Please someone review and merge it.
 
 
 Thanks and Regards,
 Kotresh H R
 
 - Original Message -
  From: Atin Mukherjee atin.mukherje...@gmail.com
  To: Kotresh Hiremath Ravishankar khire...@redhat.com
  Cc: Gluster Devel gluster-devel@gluster.org
  Sent: Sunday, June 28, 2015 12:56:21 PM
  Subject: Re: [Gluster-devel] Build and Regression failure in master branch!
  
  -Atin
  Sent from one plus one
  On Jun 28, 2015 12:01 PM, Kotresh Hiremath Ravishankar 
  khire...@redhat.com wrote:
  
   Hi,
  
   rpm build is consistently failing for the patch (
  http://review.gluster.org/#/c/11443/)
   with following error where as it is passing in local setup.
  
   ...
   Making all in performance
   Making all in write-behind
   Making all in src
 CC   write-behind.lo
   write-behind.c:24:35: fatal error: write-behind-messages.h: No such file
  or directory
#include write-behind-messages.h
  ^
   compilation terminated.
   make[5]: *** [write-behind.lo] Error 1
   make[4]: *** [all-recursive] Error 1
   make[3]: *** [all-recursive] Error 1
   make[2]: *** [all-recursive] Error 1
   make[1]: *** [all-recursive] Error 1
   make: *** [all] Error 2
   RPM build errors:
   error: Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
   Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
  This means the entry of this file is missing in the respective makefile.
   
  
  
   Regression Failures: ./tests/basic/afr/client-side-heal.t
  
   Above test case is consistently failing for the patch.
  
  http://build.gluster.org/job/rackspace-netbsd7-regression-triggered/7596/consoleFull
  
  http://build.gluster.org/job/rackspace-regression-2GB-triggered/11641/consoleFull
  
   Are there known issues?
  
  
   Thanks and Regards,
   Kotresh H R
  
   ___
   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] Build and Regression failure in master branch!

2015-06-28 Thread Atin Mukherjee
-Atin
Sent from one plus one
On Jun 28, 2015 12:01 PM, Kotresh Hiremath Ravishankar 
khire...@redhat.com wrote:

 Hi,

 rpm build is consistently failing for the patch (
http://review.gluster.org/#/c/11443/)
 with following error where as it is passing in local setup.

 ...
 Making all in performance
 Making all in write-behind
 Making all in src
   CC   write-behind.lo
 write-behind.c:24:35: fatal error: write-behind-messages.h: No such file
or directory
  #include write-behind-messages.h
^
 compilation terminated.
 make[5]: *** [write-behind.lo] Error 1
 make[4]: *** [all-recursive] Error 1
 make[3]: *** [all-recursive] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 RPM build errors:
 error: Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
 Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
This means the entry of this file is missing in the respective makefile.
 


 Regression Failures: ./tests/basic/afr/client-side-heal.t

 Above test case is consistently failing for the patch.

http://build.gluster.org/job/rackspace-netbsd7-regression-triggered/7596/consoleFull

http://build.gluster.org/job/rackspace-regression-2GB-triggered/11641/consoleFull

 Are there known issues?


 Thanks and Regards,
 Kotresh H R

 ___
 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] Build and Regression failure in master branch!

2015-06-28 Thread Kotresh Hiremath Ravishankar
Hi,

Sorry, rmpbuild is failing in local setup as well.
Reverting the following commit helped me in the local setup.

commit 3741804bec65a33d400af38dcc80700c8a668b81
Author: arao a...@redhat.com
Date:   Mon Jun 22 11:10:05 2015 +0530

Logging: Porting the performance translator
 logs to new logging framework.


Thanks and Regards,
Kotresh H R

- Original Message -
 From: Kotresh Hiremath Ravishankar khire...@redhat.com
 To: Gluster Devel gluster-devel@gluster.org
 Sent: Sunday, June 28, 2015 12:01:22 PM
 Subject: [Gluster-devel] Build and Regression failure in master branch!
 
 Hi,
 
 rpm build is consistently failing for the patch
 (http://review.gluster.org/#/c/11443/)
 with following error where as it is passing in local setup.
 
 ...
 Making all in performance
 Making all in write-behind
 Making all in src
   CC   write-behind.lo
 write-behind.c:24:35: fatal error: write-behind-messages.h: No such file or
 directory
  #include write-behind-messages.h
^
 compilation terminated.
 make[5]: *** [write-behind.lo] Error 1
 make[4]: *** [all-recursive] Error 1
 make[3]: *** [all-recursive] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 RPM build errors:
 error: Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
 Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
 
 
 
 Regression Failures: ./tests/basic/afr/client-side-heal.t
 
 Above test case is consistently failing for the patch.
 http://build.gluster.org/job/rackspace-netbsd7-regression-triggered/7596/consoleFull
 http://build.gluster.org/job/rackspace-regression-2GB-triggered/11641/consoleFull
 
 Are there known issues?
 
 
 Thanks and Regards,
 Kotresh H R
 
 ___
 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] Build and Regression failure in master branch!

2015-06-28 Thread Kotresh Hiremath Ravishankar
Yes, Atin. You are right, header files are missing in Makefiles.
Build because of the commit 3741804bec65a33d400af38dcc80700c8a668b81

I have sent the patch for the same.
http://review.gluster.org/#/c/11451/

Please someone review and merge it.


Thanks and Regards,
Kotresh H R

- Original Message -
 From: Atin Mukherjee atin.mukherje...@gmail.com
 To: Kotresh Hiremath Ravishankar khire...@redhat.com
 Cc: Gluster Devel gluster-devel@gluster.org
 Sent: Sunday, June 28, 2015 12:56:21 PM
 Subject: Re: [Gluster-devel] Build and Regression failure in master branch!
 
 -Atin
 Sent from one plus one
 On Jun 28, 2015 12:01 PM, Kotresh Hiremath Ravishankar 
 khire...@redhat.com wrote:
 
  Hi,
 
  rpm build is consistently failing for the patch (
 http://review.gluster.org/#/c/11443/)
  with following error where as it is passing in local setup.
 
  ...
  Making all in performance
  Making all in write-behind
  Making all in src
CC   write-behind.lo
  write-behind.c:24:35: fatal error: write-behind-messages.h: No such file
 or directory
   #include write-behind-messages.h
 ^
  compilation terminated.
  make[5]: *** [write-behind.lo] Error 1
  make[4]: *** [all-recursive] Error 1
  make[3]: *** [all-recursive] Error 1
  make[2]: *** [all-recursive] Error 1
  make[1]: *** [all-recursive] Error 1
  make: *** [all] Error 2
  RPM build errors:
  error: Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
  Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
 This means the entry of this file is missing in the respective makefile.
  
 
 
  Regression Failures: ./tests/basic/afr/client-side-heal.t
 
  Above test case is consistently failing for the patch.
 
 http://build.gluster.org/job/rackspace-netbsd7-regression-triggered/7596/consoleFull
 
 http://build.gluster.org/job/rackspace-regression-2GB-triggered/11641/consoleFull
 
  Are there known issues?
 
 
  Thanks and Regards,
  Kotresh H R
 
  ___
  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] Unknown core reg.,

2015-06-28 Thread Niels de Vos
On Fri, Jun 26, 2015 at 01:58:13AM +0530, Raghavendra Talur wrote:
 On Thu, Jun 25, 2015 at 6:23 PM, Vijay Bellur vbel...@redhat.com wrote:
 
  On Thursday 25 June 2015 07:13 AM, Mohamed Ashiq Liyazudeen wrote:
 
  Hi,
 
  There is a core created while building the patch, the failure is not
  related to my patch. can anyone look into
  http://build.gluster.org/job/rackspace-regression-2GB-triggered/11353/console
 
 
  Since core files and the associated runtime gets archived, it is not very
  complicated to obtain a backtrace from the core. Providing as much specific
  information possible while reporting a problem usually helps in gaining
  more attention and quicker resolution.
 
  Can you please check if you can grab the backtrace and post it here?
 
 
 Refer to this mail by Shyam on how to get the details
 http://www.gluster.org/pipermail/gluster-devel/2014-July/041352.html

We should include these steps in the developers documentation. Who wants
to take that small task?

Thanks,
Niels


 
 Thanks,
 Raghavendra Talur
 
 
  Regards,
  Vijay
 
  ___
  Gluster-devel mailing list
  Gluster-devel@gluster.org
  http://www.gluster.org/mailman/listinfo/gluster-devel
 
 
 
 
 -- 
 *Raghavendra Talur *

 ___
 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] [heketi] Heketi API review

2015-06-28 Thread Atin Mukherjee
-Atin
Sent from one plus one
On Jun 29, 2015 8:07 AM, Luis Pabon lpa...@redhat.com wrote:

 Hi all,
   Now that Heketi is out of the prototype/demo state and has refocused to
just GlusterFS support, we need to finalize the API.  The implementation
may or may not finish the entire API set, but it will need to do enough for
Manila and Kubernetes to consume.  Although the proposed API is quite
simple, please review the API, checking to make sure that the proposed API
makes it easy to add future features.  I would like to finalize the API by
Friday, so that clients like Manila, Kubernetes, and Heketi's own, can
start programming against the interface soon after (heketi will implement
the approved API with a mock backend for client developement).  The goal is
to finish the Heketi GlusterFS implementation by late August to start
testing.

 Here is the proposed API:
 https://github.com/heketi/heketi/wiki/API

 Here is the old one for the prototype used by the demo:

https://github.com/heketi/heketi/wiki/API/c4be1ddcfd17e72117ebc584d646eec2987fcb58

 If possible, please provide feedback here:
https://github.com/heketi/heketi/issues/36 , if not, you can reply to this
email.
I will start reviewing it and get back to you Luis.

 Thank you,

 - Luis
 ___
 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