Re: [Gluster-devel] [Gluster-users] What's the impact of enabling the profiler?

2014-07-22 Thread Pranith Kumar Karampuri
On 07/22/2014 11:56 AM, Joe Julian wrote: On 07/21/2014 11:20 PM, Pranith Kumar Karampuri wrote: On 07/22/2014 11:39 AM, Joe Julian wrote: On 07/17/2014 07:30 PM, Pranith Kumar Karampuri wrote: On 07/18/2014 03:05 AM, Joe Julian wrote: What impact, if any, does starting profiling

Re: [Gluster-devel] [Gluster-users] What's the impact of enabling the profiler?

2014-07-22 Thread Kaushal M
The clear you have at top (the one for clear-stats) is for 'top clear'. Below there is a section with GF_CLI_INFO_CLEAR, which handles 'profile info clear'. ~kaushal On Tue, Jul 22, 2014 at 11:50 AM, Pranith Kumar Karampuri pkara...@redhat.com wrote: On 07/22/2014 11:43 AM, Kaushal M wrote:

Re: [Gluster-devel] Duplicate entries and other weirdness in a 3*4 volume

2014-07-22 Thread Xavier Hernandez
On Monday 21 July 2014 13:14:46 Jeff Darcy wrote: Perhaps it's time to revisit the idea of making assumptions about d_off values and twiddling them back and forth, vs. maintaining a precise mapping between our values and local-FS values. http://review.gluster.org/#/c/4675/ That patch is

Re: [Gluster-devel] [Gluster-users] What's the impact of enabling the profiler?

2014-07-22 Thread Kaushal M
Joe, BTW, Vipul (in CC) is also looking to quantify the impact of enabling io-stats counters permanently. It'd be great if you both could help each other out. ~kaushal On Tue, Jul 22, 2014 at 12:54 PM, Pranith Kumar Karampuri pkara...@redhat.com wrote: On 07/22/2014 12:07 PM, Kaushal M wrote:

Re: [Gluster-devel] Developer Documentation for datastructures in gluster

2014-07-22 Thread Pranith Kumar Karampuri
Here is my first draft of mem-pool data structure for review: http://review.gluster.org/8343 Please don't laugh at the ascii art ;-). Pranith On 07/17/2014 04:10 PM, Ravishankar N wrote: On 07/15/2014 04:39 PM, Pranith Kumar Karampuri wrote: hi, Please respond if you guys volunteer to

[Gluster-devel] Compilation issue with master branch

2014-07-22 Thread Lalatendu Mohanty
I am trying to compile master for doing a fresh Coverity run. But Coverity is complaining that source is not compiled fully. When I did the same manually, I saw make is returning very less output compared to past. I have copied the make output (along with autogen and configure) in

Re: [Gluster-devel] Compilation issue with master branch

2014-07-22 Thread Lalatendu Mohanty
On 07/22/2014 03:07 PM, Atin Mukherjee wrote: On 07/22/2014 03:01 PM, Lalatendu Mohanty wrote: I am trying to compile master for doing a fresh Coverity run. But Coverity is complaining that source is not compiled fully. When I did the same manually, I saw make is returning very less output

Re: [Gluster-devel] Duplicate entries and other weirdness in a 3*4 volume

2014-07-22 Thread Jeff Darcy
One possible solution is to convert directories into files managed by storage/posix (some changes will also be required in dht and afr probably). We will have full control about the format of this file, so we'll be able to use the directory offset that we want to avoid interferences with

Re: [Gluster-devel] Cmockery2 in GlusterFS

2014-07-22 Thread Luis Pabón
I understand that when something is new and different, it is most likely blamed for anything wrong that happens. I highly propose that we do not do this, and instead work to learn more about the tool. Cmockery2 is a tool that is important as the compiler. It provides an extremely easy

Re: [Gluster-devel] [ovirt-users] Can we debug some truths/myths/facts about hosted-engine and gluster?

2014-07-22 Thread Itamar Heim
On 07/22/2014 04:28 AM, Vijay Bellur wrote: On 07/21/2014 05:09 AM, Pranith Kumar Karampuri wrote: On 07/21/2014 02:08 PM, Jiri Moskovcak wrote: On 07/19/2014 08:58 AM, Pranith Kumar Karampuri wrote: On 07/19/2014 11:25 AM, Andrew Lau wrote: On Sat, Jul 19, 2014 at 12:03 AM, Pranith

Re: [Gluster-devel] Cmockery2 in GlusterFS

2014-07-22 Thread Lalatendu Mohanty
On 07/22/2014 04:35 PM, Luis Pabón wrote: I understand that when something is new and different, it is most likely blamed for anything wrong that happens. I highly propose that we do not do this, and instead work to learn more about the tool. Cmockery2 is a tool that is important as the

Re: [Gluster-devel] Cmockery2 in GlusterFS

2014-07-22 Thread Lalatendu Mohanty
On 07/22/2014 05:22 PM, Luis Pabón wrote: Hi Lala, No problem at all, I just want to make sure that developers understand the importance of the tool. On the topic of RPMs, they have a really cool section called %check, which is currently being used to run the unit tests after the

Re: [Gluster-devel] spurious regression failures again! [bug-1112559.t]

2014-07-22 Thread Anders Blomdell
On 2014-07-22 15:12, Joseph Fernandes wrote: Hi All, As with further investigation found the following, 1) Was the able to reproduce the issue, without running the complete regression, just by running bug-1112559.t only on slave30(which is been rebooted and a clean gluster setup).

Re: [Gluster-devel] Compilation issue with master branch

2014-07-22 Thread Lalatendu Mohanty
The issue is resolved now. make clean fixed the issue. On 07/22/2014 03:34 PM, Lalatendu Mohanty wrote: On 07/22/2014 03:07 PM, Atin Mukherjee wrote: On 07/22/2014 03:01 PM, Lalatendu Mohanty wrote: I am trying to compile master for doing a fresh Coverity run. But Coverity is complaining

Re: [Gluster-devel] spurious regression failures again! [bug-1112559.t]

2014-07-22 Thread Joe Julian
On 07/22/2014 07:19 AM, Anders Blomdell wrote: Could this be a time to propose that gluster understands port reservation a'la systemd (LISTEN_FDS), and make the test harness make sure that random ports do not collide with the set of expected ports, which will be beneficial when starting from

[Gluster-devel] Better organization for code documentation [Was: Developer Documentation for datastructures in gluster]

2014-07-22 Thread Kaushal M
Hey everyone, While I was writing the documentation for the options framework, I thought up of a way to better organize the code documentation we are creating now. I've posted a patch for review that implements this organization. [1] Copying the description from the patch I've posted for review,

Re: [Gluster-devel] spurious regression failures again! [bug-1112559.t]

2014-07-22 Thread Anders Blomdell
On 2014-07-22 16:44, Justin Clift wrote: On 22/07/2014, at 3:28 PM, Joe Julian wrote: On 07/22/2014 07:19 AM, Anders Blomdell wrote: Could this be a time to propose that gluster understands port reservation a'la systemd (LISTEN_FDS), and make the test harness make sure that random ports do

[Gluster-devel] Fwd: New Defects reported by Coverity Scan for GlusterFS

2014-07-22 Thread Lalatendu Mohanty
To fix these Coverity issues , please check the below link for guidelines: http://www.gluster.org/community/documentation/index.php/Fixing_Issues_Reported_By_Tools_For_Static_Code_Analysis#Coverity Thanks, Lala Original Message Subject:New Defects reported by

Re: [Gluster-devel] Suggestions on implementing trash translator

2014-07-22 Thread Anoop C S
On 07/22/2014 06:58 PM, Xavier Hernandez wrote: On Tuesday 22 July 2014 07:33:44 Jiffin Thottan wrote: Hi, There are some issues we are dealing with trash translator(see attachment for design doc).In our implementation, we create trash directory using trash translator.Thus trash directories

Re: [Gluster-devel] Suggestions on implementing trash translator

2014-07-22 Thread Xavier Hernandez
On Tuesday 22 July 2014 22:02:53 Anoop C S wrote: I see some other issues to this approach. 1. If the directory is physically created inside the normal namespace of posix, it will be visible even if you disable the xlator. In this case all users will have uncontrolled access to the

Re: [Gluster-devel] Compilation issue with master branch

2014-07-22 Thread Santosh Pradhan
Compilation fails if configured with --disable-xml-output --disable-georeplication options. BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1122186 -Santosh On 07/22/2014 07:56 PM, Lalatendu Mohanty wrote: The issue is resolved now. make clean fixed the issue. On 07/22/2014 03:34 PM,

Re: [Gluster-devel] Better organization for code documentation [Was: Developer Documentation for datastructures in gluster]

2014-07-22 Thread Anand Avati
On Tue, Jul 22, 2014 at 7:35 AM, Kaushal M kshlms...@gmail.com wrote: Hey everyone, While I was writing the documentation for the options framework, I thought up of a way to better organize the code documentation we are creating now. I've posted a patch for review that implements this