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

2014-10-29 Thread Bob Peterson
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 +++- 2 files changed, 62

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

2014-10-28 Thread Steven Whitehouse
Hi, On 27/10/14 14:07, Bob Peterson wrote: - Original Message - + if ((loops 3) + gfs2_rgrp_used_recently(rs, 1000) + gfs2_rgrp_congested(rs-rs_rbm.rgd, loops)) +

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] [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; + }

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

2014-10-24 Thread Bob Peterson
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 +++- 2 files changed, 62