[ClusterLabs] clvmd in rgmanager with self_fence="true"

2016-08-02 Thread Digimer
Hi all, Do to recent issues[1], I want to configure cman/rgmanager to suicide/self-fence if clvmd fails for some reason. The RHBZ suggested adding 'self_fence="true"' to the service, but this is not supported by the 'script' RA. I decided to try and use the lvm RA, but despite there being

[ClusterLabs] [Announce] clufter v0.59.4 released

2016-08-02 Thread Jan Pokorný
I am happy to announce that clufter, a tool/library for transforming and analyzing cluster configuration formats, got its version 0.59.4 tagged and released (incl. signature using my 60BCBB4F5CD7F9EF key):

Re: [ClusterLabs] STONITH Fencing for Amazon EC2

2016-08-02 Thread Digimer
On 02/08/16 10:02 AM, Jason A Ramsey wrote: > I’ve found [oldish] references on the internet to a fencing module for Amazon > EC2, but it doesn’t seem to be included in any the fencing yum packages for > CentOS. Is this module not part of the canonical distribution? Is there > something else I

Re: [ClusterLabs] Bloody Newbie needs help for OCFS2 on pacemaker+corosync+pcs

2016-08-02 Thread Ken Gaillot
On 08/02/2016 08:16 AM, t...@it-hluchnik.de wrote: > Hello Kyle + all, > > No luck at all. Cant get o2cb up at all. Please find details below. > Thanks in advance for any help. > > First I tried to translate your crm syntax to pcs syntax: > > primitive p_o2cb lsb:o2cb \ op monitor interval="10"

[ClusterLabs] Antw: Re: Bloody Newbie needs help for OCFS2 on pacemaker+corosync+pcs

2016-08-02 Thread Ulrich Windl
>>> schrieb am 02.08.2016 um 15:16 in Nachricht <201608021517.06638@it-hluchnik.de>: > Hello Kyle + all, > > No luck at all. Cant get o2cb up at all. Please find details below. Thanks > in advance for any help. > > First I tried to translate your crm syntax to pcs

Re: [ClusterLabs] external/libvirt source code

2016-08-02 Thread Andrei Borzenkov
On Tue, Aug 2, 2016 at 4:58 PM, Maciej Kopczyński wrote: > Hello, > > Sorry if it is a trivial question, but I am facing a wall here. I am trying > to configure fencing on cluster running Hyper-V. I need to modify source > code for external/libvirt plugin, but I have no idea

[ClusterLabs] STONITH Fencing for Amazon EC2

2016-08-02 Thread Jason A Ramsey
I’ve found [oldish] references on the internet to a fencing module for Amazon EC2, but it doesn’t seem to be included in any the fencing yum packages for CentOS. Is this module not part of the canonical distribution? Is there something else I should be looking for? -- [ jR ] @:

Re: [ClusterLabs] Bloody Newbie needs help for OCFS2 on pacemaker+corosync+pcs

2016-08-02 Thread emmanuel segura
This link can help you http://clusterlabs.org/doc/en-US/Pacemaker/1.1/html/Pacemaker_Explained/s-resource-supported.html 2016-08-02 15:37 GMT+02:00 : > What do you mean? What is the "resource agent for using o2cb"? Please explain > this a bit closer, I am just becoming

Re: [ClusterLabs] Bloody Newbie needs help for OCFS2 on pacemaker+corosync+pcs

2016-08-02 Thread thl
What do you mean? What is the "resource agent for using o2cb"? Please explain this a bit closer, I am just becoming familiar with all that stuff. Thanks for any help, Thomas Hluchnik Am Tuesday 02 August 2016 15:28:17 schrieb emmanuel segura: > why you don't use the resource agent for using

Re: [ClusterLabs] Bloody Newbie needs help for OCFS2 on pacemaker+corosync+pcs

2016-08-02 Thread emmanuel segura
why you don't use the resource agent for using o2cb? This script for begin used with ocfs legacy mode. 2016-08-02 12:39 GMT+02:00 Kyle O'Donnell : > er forgot > > primitive p_o2cb lsb:o2cb \ > op monitor interval="10" timeout="30" \ > op start interval="0"

Re: [ClusterLabs] Bloody Newbie needs help for OCFS2 on pacemaker+corosync+pcs

2016-08-02 Thread Kyle O'Donnell
er forgot primitive p_o2cb lsb:o2cb \ op monitor interval="10" timeout="30" \ op start interval="0" timeout="120" \ op stop interval="0" timeout="120" - Original Message - From: "Kyle O'Donnell" To: "users" Sent: Tuesday,

Re: [ClusterLabs] Bloody Newbie needs help for OCFS2 on pacemaker+corosync+pcs

2016-08-02 Thread Kyle O'Donnell
primitive mysan ocf:heartbeat:Filesystem \ params device="/dev/myocsdevice" directory="/mymount" fstype="ocfs2" options="rw,noatime" \ op monitor timeout="40" interval="20" depth="0" clone cl_ocfs2mgmt p_o2cb \ meta interleave="true" clone cl_mysan mysan \ meta