[Cluster-devel] [GFS2 PATCH] [TRY #2] GFS2: Prevent recovery before the local journal is set

2014-05-02 Thread Bob Peterson
Hi, This patch uses a completion to prevent dlm's recovery process from referencing and trying to recover a journal before a journal has been opened. Regards, Bob Peterson Red Hat File Systems Signed-off-by: Bob Peterson --- diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index bdf70c1..04c0

[Cluster-devel] [PATCH 3/3] fence_pve: new fence-agent for Proxmox VE

2014-05-02 Thread Ondrej Mular
Thanks to Frank Brendel (author of original perl fence_pve) for help with writing and testing this agent. --- .gitignore| 1 + configure.ac | 1 + fence/agents/pve/Makefile.am | 18 fence/agents/pve/fence_pve.py | 178 ++

[Cluster-devel] [PATCH 2/3] fence_scsi: port to fencing library

2014-05-02 Thread Ondrej Mular
--- configure.ac | 8 + fence/agents/scsi/Makefile.am | 20 +- fence/agents/scsi/fence_scsi.8| 119 - fence/agents/scsi/fence_scsi.pl | 875 -- fence/agents/scsi/fence_scsi.py | 444 + fence

[Cluster-devel] [PATCH 1/3] fencing: added option "on_target"

2014-05-02 Thread Ondrej Mular
added option "on_target" for agents that need attribute "on_target" in metadata --- fence/agents/lib/fencing.py.py | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/fence/agents/lib/fencing.py.py b/fence/agents/lib/fencing.py.py index 0539a2f..76c2cd1 100644 --- a/fence/