[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] [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 rpete...@redhat.com --- diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h