Re: [Cluster-devel] [PATCH 3/7] dlm: Use seq_is_full - remove seq_printf returns

2014-10-27 Thread Joe Perches
On Mon, 2014-10-27 at 16:17 -0400, Steven Rostedt wrote: > Note, I've started with Joe's patches and I'm massaging them for > something I can work with. [] > I'm thinking of switching everything to use seq_has_overflowed() and > try again. Fine by me.

Re: [Cluster-devel] [PATCH 3/7] dlm: Use seq_is_full - remove seq_printf returns

2014-10-27 Thread Steven Rostedt
Note, I've started with Joe's patches and I'm massaging them for something I can work with. On Tue, 30 Sep 2014 12:34:35 +0200 Petr Mladek wrote: > > - rv = seq_printf(s, "\"\nInvalid master %d\n", > > - res->res_nodeid); > > - if (rv) > > + seq_p

Re: [Cluster-devel] new AC_PYTHON_MODULE M4 macro

2014-10-27 Thread Marek "marx" Grac
On 10/23/2014 05:59 PM, Alan Evangelista wrote: In fence agents repository, commit 5a87866c70e3dc77798d3e6fd77e2607757d26b5 added ac_python_module.m4 to make/ directory. I think this file should have been added to m4 directory instead. I had problems building fence-agents today from master br

Re: [Cluster-devel] [GFS2 PATCH 1/3] GFS2: Set of distributed preferences for rgrps

2014-10-27 Thread Bob Peterson
- Original Message - > > + if ((loops < 3) && > > + gfs2_rgrp_used_recently(rs, 1000) && > > + gfs2_rgrp_congested(rs->rs_rbm.rgd, loops)) > > + goto next_rgrp; > > +

Re: [Cluster-devel] [GFS2 PATCH 1/3] GFS2: Set of distributed preferences for rgrps

2014-10-27 Thread Steven Whitehouse
Hi, On 24/10/14 18:49, Bob Peterson wrote: This patch tries to use the journal numbers to evenly distribute which node prefers which resource group for block allocations. This is to help performance. --- fs/gfs2/incore.h | 1 + fs/gfs2/rgrp.c | 66 ++

Re: [Cluster-devel] fence-agents integration with Cobbler

2014-10-27 Thread Marek "marx" Grac
Hi, On 10/23/2014 08:56 PM, Alan Evangelista wrote: Hi. I'm a Cobbler developer. Cobbler uses fence-agents to perform power management in systems and it currently supports fence-agents 4.0.4. I want to make Cobbler compatible with latest fence-agents code. Cobbler may run in RHEL 6+ and thus