[Cluster-devel] [PATCH 2/2] fencing: Replace common options with more flexible mechanism

2012-11-13 Thread Marek 'marx' Grac
Before this patch we had an option do add set of device options to all fence agents. e.g. device needs password, device needs ip address, ... This patch makes it more flexible as we can in addition do also options which depend on parent. e.g. if device needs password, then password script can be

[Cluster-devel] [PATCH 1/2] fencing: UUID can be entered also as port number (-n / --plug / port)

2012-11-13 Thread Marek 'marx' Grac
UUID is automatically detected using uuid library and we do not need a special option/argument for it anymore. (--uuid is still supported) --- fence/agents/lib/fencing.py.py | 23 +-- 1 files changed, 17 insertions(+), 6 deletions(-) diff --git a/fence/agents/lib/fencing.py.

[Cluster-devel] announcement: resource-agents release candidate 3.9.4rc1

2012-11-13 Thread Dejan Muhamedagic
Hello, The current resource-agents repository has been tagged v3.9.4rc1. It is mainly a bug fix release. The full list of changes for the linux-ha RA set is available in ChangeLog. We'll allow a week for agents testing. The final release is planned for Nov 20. Many thanks to all contributors!

[Cluster-devel] [PATCH] gfs2: skip dlm_unlock calls in unmount

2012-11-13 Thread David Teigland
When unmounting, gfs2 does a full dlm_unlock operation on every cached lock. This can create a very large amount of work and can take a long time to complete. However, the vast majority of these dlm unlock operations are unnecessary because after all the unlocks are done, gfs2 leaves the dlm lock

Re: [Cluster-devel] GFS2: Fix one RG corner case

2012-11-13 Thread Steven Whitehouse
Hi, On Tue, 2012-11-13 at 10:41 -0500, Bob Peterson wrote: > - Original Message - > | >From aa8920c96897dd82f0520f9e7db7311b42547ce6 Mon Sep 17 00:00:00 > | >2001 > | From: Steven Whitehouse > | Date: Tue, 13 Nov 2012 14:50:35 + > | Subject: GFS2: Fix one RG corner case > | > | For f

Re: [Cluster-devel] GFS2: Fix one RG corner case

2012-11-13 Thread Bob Peterson
- Original Message - | >From aa8920c96897dd82f0520f9e7db7311b42547ce6 Mon Sep 17 00:00:00 | >2001 | From: Steven Whitehouse | Date: Tue, 13 Nov 2012 14:50:35 + | Subject: GFS2: Fix one RG corner case | | For filesystems with only a single resource group, we need to be | careful | that

[Cluster-devel] GFS2: Fix one RG corner case

2012-11-13 Thread Steven Whitehouse
>From aa8920c96897dd82f0520f9e7db7311b42547ce6 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Tue, 13 Nov 2012 14:50:35 + Subject: GFS2: Fix one RG corner case For filesystems with only a single resource group, we need to be careful that the allocation loop will not land up with a NUL

Re: [Cluster-devel] [GFS2 PATCH] GFS2: Eliminate redundant buffer_head manipulation in gfs2_unlink_inode

2012-11-13 Thread Steven Whitehouse
Hi, Now in the -nmw git tree. Thanks, Steve. On Mon, 2012-11-12 at 13:03 -0500, Bob Peterson wrote: > Hi, > > Since we now have a dirty_inode that takes care of manipulating the > inode buffer and writing from the inode to the buffer, we can > eliminate some unnecessary buffer manipulations in

Re: [Cluster-devel] [GFS2 PATCH] GFS2: Use dirty_inode in gfs2_dir_add

2012-11-13 Thread Steven Whitehouse
Hi, Now in the -nmw git tree. Thanks, Steve. On Mon, 2012-11-12 at 13:04 -0500, Bob Peterson wrote: > Hi, > > This patch changes the gfs2_dir_add function so that it uses > the dirty_inode function (via mark_inode_dirty) rather than manually > updating the dinode. > > Regards, > > Bob Peterso

[Cluster-devel] GFS2: Fix truncation of journaled data files

2012-11-13 Thread Steven Whitehouse
>From fa731fc4e045a801814547188a63c2cd49a4cfe6 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Tue, 13 Nov 2012 09:50:28 + Subject: GFS2: Fix truncation of journaled data files This patch fixes an issue relating to not having enough revokes available when truncating journaled data file