Re: [Pacemaker] Suggestions for managing HA of containers from within a Pacemaker container?

2015-02-25 Thread David Vossel
> On Sat Feb 07 2015 at 1:19:15 PM Steven Dake (stdake) < std...@cisco.com > > > wrote: > > Hi, > > > > I am working on Containerizing OpenStack in the Kolla project ( > > http://launchpad.net/kolla ). One of the key things we want to do over the > > next f

Re: [Pacemaker] Suggestions for managing HA of containers from within a Pacemaker container?

2015-02-23 Thread David Vossel
- Original Message - > Hi, Hey Steve, Good to see you around :) > I am working on Containerizing OpenStack in the Kolla project ( > http://launchpad.net/kolla ). One of the key things we want to do over the > next few months is add H/A support to our container tech. Davi

Re: [Pacemaker] please help

2015-01-30 Thread David Vossel
- Original Message - > > > Pacemaker is only running on one node. > > Before it was running on both node. run, service pacemaker start, on the ams2 node. > > > > > Thank you & Best Regards > > Perminus, > > IT > > > > > > > > _

Re: [Pacemaker] Gracefully failing reload operation

2015-01-29 Thread David Vossel
clusterlabs.org/doc/en-US/Pacemaker/1.1-pcs/html-single/Pacemaker_Explained/index.html#idm254549695664 -- David > > Best, > Vladislav > > ___ > Pacemaker mailing list: Pacemaker@oss.clusterlabs.org > http://oss.cluste

Re: [Pacemaker] Version of libqb is too old: v0.13 or greater requried

2015-01-28 Thread David Vossel
- Original Message - > Hi Everybody, > > I have compiled libqb 0.17.1 under Debian Jessie/testing amd64 as: > > tar zxvf libqb-v0.17.1.tar.gz > cd libqb-0.17.1/ > ./autogen.sh > ./configure > make -j8 > make -j8 install > > Then after succesful builds of COROSYNC 2.3.4, CLUSTER-GLUE 1.

Re: [Pacemaker] pacemaker-remote not listening

2015-01-27 Thread David Vossel
- Original Message - > Hi, > my os is debian-wheezy > i compiled and installed pacemaker-remote. > Startup log: > Jan 27 16:04:30 [2859] vm1 pacemaker_remoted: info: crm_log_init: Changed > active directory to /var/lib/heartbeat/cores/root > Jan 27 16:04:30 [2859] vm1 pacemaker_remoted: i

Re: [Pacemaker] Pacemaker memory usage

2015-01-23 Thread David Vossel
- Original Message - > > > Hi, > > > > We are trying to introduce clustering to our embedded environment using > pacemaker and corosync. > > Our environment includes following packages and modules for the initial test: > > 1. Pacemaker – version 1.1.10 > > 2. Corosync - version 2.

Re: [Pacemaker] pacemaker-remote debian wheezy

2015-01-12 Thread David Vossel
- Original Message - > Hi, > what is the best way, to install in a debian wheezy vm the package > "pacemaker-remote"? This package is in the debian repository not available. I have no clue. I just want to point out, if your host OS is debian wheezy and the pacemaker-remote package is i

Re: [Pacemaker] Some questions on the currenct state

2015-01-12 Thread David Vossel
- Original Message - > Hi Trevor, > > thank you for answering so fast. > > 2) Besides the fact that rpm packages are available do > you know how to make rpm packages from git repository? ./autogen.sh && ./configure && make rpm That will generate rpms from the source tree. > 4) Is RHE

Re: [Pacemaker] Avoid one node from being a target for resources migration

2015-01-12 Thread David Vossel
- Original Message - > Hello. > > I have 3-node cluster managed by corosync+pacemaker+crm. Node1 and Node2 are > DRBD master-slave, also they have a number of other services installed > (postgresql, nginx, ...). Node3 is just a corosync node (for quorum), no > DRBD/postgresql/... are ins

Re: [Pacemaker] [libqb]Unlink of files bound to sockets

2014-12-22 Thread David Vossel
hat as a pull request to the libqb upstream code on github? I don't have access to a solaris machine at the moment to test with. Please run 'make check' to verify the change. Thanks for the contribution. -- Vossel > -Ursprüngliche Nachricht- > Von: David Vossel [ma

Re: [Pacemaker] [Patch]Memory leak of Pacemakerd.

2014-12-22 Thread David Vossel
- Original Message - > Hi All, > > Whenever a node to constitute a cluster repeats start and a stop, Pacemakerd > of the node not to stop leaks out memory. > I attached a patch. this patch looks correct. Can you create a pull request to our master branch? https://github.com/ClusterLabs/

Re: [Pacemaker] pacemaker error after a couple week or month (David Vossel)

2014-12-22 Thread David Vossel
- Original Message - > Hello David, > > I think I use the latest version from ubuntu, it is version 1.1.10 > Do you think it has bug on it? There have been a number of fixes to the lrmd since v1.1.10. It is possible a couple of them could result in crashes. Again, without

Re: [Pacemaker] Fencing of bare-metal remote nodes

2014-12-19 Thread David Vossel
- Original Message - > 25.11.2014 23:41, David Vossel wrote: > > > > > > - Original Message - > >> Hi! > >> > >> is subj implemented? > >> > >> Trying echo c > /proc/sysrq-trigger on remote nodes and no fencing

Re: [Pacemaker] pacemaker error after a couple week or month

2014-12-19 Thread David Vossel
- Original Message - > Hello, > > I have 2 active-passive fail over system with corosync and drbd. > One system using 2 debian server and the other using 2 ubuntu server. > The debian servers are for web server fail over and the ubuntu servers are > for database server fail over. > > I

Re: [Pacemaker] [libqb]Unlink of files bound to sockets

2014-12-19 Thread David Vossel
close(sock); > } > > I added in the latter the unlink calls. > > -Ursprüngliche Nachricht- > Von: David Vossel [mailto:dvos...@redhat.com] > Gesendet: Donnerstag, 18. Dezember 2014 18:13 > An: The Pacemaker cluster resource manager > Betreff: Re: [Pacemaker] [libq

Re: [Pacemaker] [libqb]Unlink of files bound to sockets

2014-12-18 Thread David Vossel
or ipc connections in the corosync code we fixed a year or so ago that should have fixed this. -- David > > > I tried this and it seems to work without errors. > > > > e.g. > > void > > qb_ipcc_us_sock_close(int32_t sock) > > { > > #ifdef QB_SOL

Re: [Pacemaker] Fencing of bare-metal remote nodes

2014-11-26 Thread David Vossel
- Original Message - > 26.11.2014 18:36, David Vossel wrote: > > > > > > - Original Message - > >> 25.11.2014 23:41, David Vossel wrote: > >>> > >>> > >>> - Original Message - > >>>>

Re: [Pacemaker] Fencing of bare-metal remote nodes

2014-11-26 Thread David Vossel
- Original Message - > 25.11.2014 23:41, David Vossel wrote: > > > > > > - Original Message - > >> Hi! > >> > >> is subj implemented? > >> > >> Trying echo c > /proc/sysrq-trigger on remote nodes and no fenc

Re: [Pacemaker] [Cluster-devel] [Linux-HA] [ha-wg] [RFC] Organizing HA Summit 2015

2014-11-25 Thread David Vossel
- Original Message - > > > On 25 Nov 2014, at 8:54 pm, Lars Marowsky-Bree wrote: > > > > On 2014-11-24T16:16:05, "Fabio M. Di Nitto" wrote: > > > >>> Yeah, well, devconf.cz is not such an interesting event for those who do > >>> not wear the fedora ;-) > >> That would be the perfect

Re: [Pacemaker] Fencing of bare-metal remote nodes

2014-11-25 Thread David Vossel
- Original Message - > Hi! > > is subj implemented? > > Trying echo c > /proc/sysrq-trigger on remote nodes and no fencing occurs. Yes, fencing remote-nodes works. Are you certain your fencing devices can handle fencing the remote-node? Fencing a remote-node requires a cluster node to

Re: [Pacemaker] Avoid monitoring of resources on nodes

2014-11-25 Thread David Vossel
- Original Message - > Daniel Dehennin writes: > > > Hello, > > Hello, > > > I have a 4 nodes cluster and some resources are only installed on 2 of > > them. > > > > I set cluster asymmetry and infinity location: > > > > primitive Mysqld upstart:mysql \ > > op monitor

Re: [Pacemaker] HA setup of MySQL service using Pacemaker/DRBD

2014-11-17 Thread David Vossel
- Original Message - > Hi, > > I have a working 2 node HA setup running on CentOS 6.5 with a very simple > Apache webserver with replicated index.html using DRBD 8.4. The setup is > configured based on the "Clusters from Scratch" Edition 5 with Fedora 13. > > I now with to replace Apach

Re: [Pacemaker] exportfs resource agent modifications

2014-11-17 Thread David Vossel
- Original Message - > Hi there, > > we are using exportfs for building datastores for VMWare. > > After migrating 1 NFS resource to another node (after sucessful fencing > e.g.), > VMWare doesn't see that datastore until I manually fire _exportfs -f_ on the > new cluster node. > > I t

[Pacemaker] doubt when cloning a resource

2014-11-14 Thread david escartin
e normally, then if i stop the resource in one node, it stops also in the other do you please have any clue to perform this? thanks a lot and regards david ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo

Re: [Pacemaker] Operation attribute change leads to resource restart

2014-11-14 Thread David Vossel
- Original Message - > Hi! > > Just noticed that deletion of a trace_ra op attribute forces resource > to be restarted (that RA does not support reload). > > Logs show: > Nov 13 09:06:05 [6633] node01cib: info: cib_process_request: > Forwarding cib_apply_diff operation for s

Re: [Pacemaker] resource-stickiness not working?

2014-11-14 Thread David Vossel
- Original Message - > Here is a simple Active/Passive configuration with a single Dummy resource > (see end of message). The resource-stickiness default is set to 100. I was > assuming that this would be enough to keep the Dummy resource on the active > node as long as the active node st

Re: [Pacemaker] resource-discovery question

2014-11-13 Thread David Vossel
- Original Message - > 12.11.2014 22:57, David Vossel wrote: > > > > > > - Original Message - > >> 12.11.2014 22:04, Vladislav Bogdanov wrote: > >>> Hi David, all, > >>> > >>> I'm trying to get resource

Re: [Pacemaker] resource-discovery question

2014-11-12 Thread David Vossel
- Original Message - > 12.11.2014 22:04, Vladislav Bogdanov wrote: > > Hi David, all, > > > > I'm trying to get resource-discovery="never" working with cd7c9ab, but > > still > > get "Not installed" probe failures from n

Re: [Pacemaker] #kind eq container matches bare-metal nodes

2014-10-24 Thread David Vossel
- Original Message - > 23.10.2014 22:39, David Vossel wrote: > > > > > > - Original Message - > >> 21.10.2014 06:25, Vladislav Bogdanov wrote: > >>> 21.10.2014 05:15, Andrew Beekhof wrote: > >>>> > >>

Re: [Pacemaker] #kind eq container matches bare-metal nodes

2014-10-23 Thread David Vossel
- Original Message - > 21.10.2014 06:25, Vladislav Bogdanov wrote: > > 21.10.2014 05:15, Andrew Beekhof wrote: > >> > >>> On 20 Oct 2014, at 8:52 pm, Vladislav Bogdanov > >>> wrote: > >>> > >>> Hi Andrew, David, all

Re: [Pacemaker] #kind eq container matches bare-metal nodes

2014-10-23 Thread David Vossel
- Original Message - > 21.10.2014 05:15, Andrew Beekhof wrote: > > > >> On 20 Oct 2014, at 8:52 pm, Vladislav Bogdanov > >> wrote: > >> > >> Hi Andrew, David, all, > >> > >> It seems like #kind was introduced before bar

Re: [Pacemaker] DRBD with Pacemaker on CentOs 6.5

2014-10-23 Thread David Pendell
ct 23, 2014 at 1:05 PM, David Pendell wrote: > Try this. digimer is an expert at what you are trying to do. > > https://alteeve.ca/w/AN!Cluster_Tutorial_2 > > On Thu, Oct 23, 2014 at 1:05 PM, David Pendell wrote: > >> Try this. >> >> https://alteeve.ca/w/AN!Clus

Re: [Pacemaker] DRBD with Pacemaker on CentOs 6.5

2014-10-23 Thread David Pendell
Try this. https://alteeve.ca/w/AN!Cluster_Tutorial_2 On Wed, Oct 22, 2014 at 8:08 PM, Sihan Goi wrote: > Hi, can anyone help? Really stuck here... > > On Mon, Oct 20, 2014 at 9:46 AM, Sihan Goi wrote: > >> Hi, >> >> I'm following the "Clusters from Scratch" guide for Fedora 13, and I've >> man

Re: [Pacemaker] DRBD with Pacemaker on CentOs 6.5

2014-10-23 Thread David Pendell
Try this. digimer is an expert at what you are trying to do. https://alteeve.ca/w/AN!Cluster_Tutorial_2 On Thu, Oct 23, 2014 at 1:05 PM, David Pendell wrote: > Try this. > > https://alteeve.ca/w/AN!Cluster_Tutorial_2 > > On Wed, Oct 22, 2014 at 8:08 PM, Sihan Goi wrote: >

Re: [Pacemaker] Notification when a node is down

2014-09-15 Thread David Vossel
- Original Message - > Hi, > > Is there any way for a Pacemaker/Corosync/PCS setup to send a notification > when it detects that a node in a cluster is down? I read that Pacemaker and > Corosync logs events to syslog, but where is the syslog file in CentOS? Do > they log events such as a

Re: [Pacemaker] Pacemaker-remote with KVM - start timeout not working

2014-09-15 Thread David Vossel
- Original Message - > Hi! > > I guess it would be better to start a separate thread on this. > > I have a VM with pacemaker-remote installed. > > Stack: cman > Current DC: wings1 - partition with quorum > Version: 1.1.10-14.el6-368c726 > 3 Nodes configured > 2 Resources configured >

Re: [Pacemaker] pacemaker-remote container as a clone resource

2014-09-09 Thread David Vossel
- Original Message - > I'm interested in creating a resource that will control host containers > running pacemaker-remote. The catch is that I want this resource to be a > clone, so that if I want more containers, I simply increase the `clone-max` > property. The problem is that the `remo

Re: [Pacemaker] pacemaker-remote location constraint

2014-09-09 Thread David Vossel
- Original Message - > Is it possible to put a location constraint on a resource such that it will > only run on a pacemaker-remote node? Or vice-versa, so that a resource will > not run on a pacemaker-remote node? > > At a glance, this doesn't seem possible as the pacemaker-remote node

Re: [Pacemaker] two active-active service processes, but only one vIP

2014-09-08 Thread David Magda
On Sat, Sep 06, 2014 at 02:14:29PM -0400, David Magda wrote: > On Sep 6, 2014, at 12:00, Ken Gaillot wrote: > > > # This allows slapd to run on both hosts. > > clone ldap-daemon-clone ldap-daemon meta globally-unique="false" > > interleave="true"

Re: [Pacemaker] two active-active service processes, but only one vIP

2014-09-06 Thread David Magda
On Sep 6, 2014, at 12:00, Ken Gaillot wrote: > # This allows slapd to run on both hosts. > clone ldap-daemon-clone ldap-daemon meta globally-unique="false" > interleave="true" Being unmanaged is not a hard requirement, but just a consideration given that it's not something that would be at the

Re: [Pacemaker] two active-active service processes, but only one vIP

2014-09-06 Thread David Magda
On Sep 6, 2014, at 01:24, Alex Samad - Yieldbroker wrote: > I have re written ocf::heartbeat:IPaddr2 for each service and as part of the > monitor and start procedures I also check the application. > > Reason I don't use the service as resources is I don't need to squids running > on the same

[Pacemaker] two active-active service processes, but only one vIP

2014-09-05 Thread David Magda
x27;s doing behind our backs. >From what I could tell, I want to create a primitive (is-managed=false) and >make an anonymous clone, which can then be run on multiple nodes. Somehow? >Maybe? Thanks for any info. Regards, David ___ Pacemaker mail

[Pacemaker] Libqb v0.17.1 release candidate

2014-08-22 Thread David Vossel
Hey, I'm gearing up for a new libqb release. https://github.com/ClusterLabs/libqb/releases/tag/v0.17.1-rc1 If you weren't aware, libqb is the library used for ipc, logging, and event loops in Pacemaker/Corosync. This release is to address the bug fixes that have been submitted since the v0.17

Re: [Pacemaker] Configuration recommandations for (very?) large cluster

2014-08-12 Thread David Vossel
- Original Message - > On 12/08/14 07:52, Andrew Beekhof wrote: > > On 11 Aug 2014, at 10:10 pm, Cédric Dufour - Idiap Research Institute > > wrote: > > > >> Hello, > >> > >> Thanks to Pacemaker 1.1.12, I have been able to setup a (very?) large > >> cluster: > > Thats certainly up there

Re: [Pacemaker] On recovery of failed node, pengine fails to correctly monitor 'dirty' resources

2014-08-12 Thread David Vossel
nning (7) > > > monitor fails for cluster_mon on ti14-demo1 -- but it didn't actually ever > get called, or fail in any way. cluster_mon has been running fine since > being restarted at the very beginning. cmon did fail earlier. This log msg is the pengine processi

Re: [Pacemaker] On recovery of failed node, pengine fails to correctly monitor 'dirty' resources

2014-08-11 Thread David Vossel
- Original Message - > Greetings, > > We are using pacemaker and cman in a two-node cluster with no-quorum-policy: > ignore and stonith-enabled: false on a Centos 6 system (pacemaker related > RPM versions are listed below). We are seeing some bizarre (to us) behavior > when a node is fu

Re: [Pacemaker] Why location can't work as expected

2014-08-06 Thread David Vossel
usters here. http://clusterlabs.org/doc/en-US/Pacemaker/1.1-pcs/html-single/Pacemaker_Explained/index.html#_asymmetrical_opt_in_clusters -- Vossel > thanks > -- > 宝存科技 david > > ___ > Pacemaker mailing list: Pacemaker@oss.cluster

Re: [Pacemaker] NFS concurrency

2014-08-05 Thread David Vossel
- Original Message - > > > Hi, > > I’m working with SLES 11 SP3 and pacemaker 1.1.10-0.15.25 > > > > I’m looking to define constraints that can allow multiple NFSV4 > filesystem/exports to be started concurrently (they belong to the same LVM). > I also have multiple access points. M

Re: [Pacemaker] Announcing 1.1.12 - Final

2014-07-22 Thread David Vossel
- Original Message - > I am pleased to report that 1.1.12 is finally done. > > This is a really great release and includes three key improvements: > > - ACLs are now on by default > - pacemaker-remote now works for bare-metal nodes > - Thanks to a new algorithm, the CIB is now two orders

[Pacemaker] What happened if resource agent monitor return fail

2014-07-06 Thread david
Hello everyone: What happened if an resource agent monitor return fail. Retry start it or move it to another node? Thanks___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http:/

Re: [Pacemaker] failcount always resets at 15m mark regardless of cluster-recheck-interval

2014-05-22 Thread David Nguyen
pdate my_resource cluster-rescheck-interval=15s On Thu, May 22, 2014 at 3:27 AM, Andrew Beekhof wrote: > > On 22 May 2014, at 5:36 pm, David Nguyen wrote: > > > Hi all, > > > > I'm having the following problem. I have the following settings for > testing

[Pacemaker] failcount always resets at 15m mark regardless of cluster-recheck-interval

2014-05-22 Thread David Nguyen
Hi all, I'm having the following problem. I have the following settings for testing purposes: migration-threshold=1 failure-timeout=15s cluster-recheck-interval=30s and verified those are in the running config via cibadmin --query The issue is that even with failure-timeout and cluster-recheck

Re: [Pacemaker] Pacemaker unnecessarily (?) restarts a vm on active node when other node brought out of standby

2014-05-13 Thread David Vossel
- Original Message - > From: "Ian" > To: "Clusterlabs (pacemaker) mailing list" > Sent: Monday, May 12, 2014 3:02:50 PM > Subject: [Pacemaker] Pacemaker unnecessarily (?) restarts a vm on active node > when other node brought out of standby > > Hi, > > First message here and pretty

Re: [Pacemaker] pacemaker unmanage resource

2014-05-09 Thread David Vossel
- Original Message - > From: "emmanuel segura" > To: "The Pacemaker cluster resource manager" > Sent: Friday, May 9, 2014 12:44:10 PM > Subject: Re: [Pacemaker] pacemaker unmanage resource > > I found the monitor operation remain active if the resource is in unmanaged > state, my stu

Re: [Pacemaker] Pacemaker 1.1.12 - Release Candidate 1

2014-05-07 Thread David Vossel
- Original Message - > From: "Andrew Beekhof" > To: "The Pacemaker cluster resource manager" > Sent: Wednesday, May 7, 2014 1:31:27 AM > Subject: [Pacemaker] Pacemaker 1.1.12 - Release Candidate 1 > > As promised, this announcement brings the first release candidate for > Pacemaker 1.1.1

Re: [Pacemaker] Feedback when crm appears to do nothing

2014-04-25 Thread David Vossel
- Original Message - > From: "Iain Buchanan" > To: "Pacemaker" > Sent: Wednesday, April 23, 2014 2:59:48 AM > Subject: [Pacemaker] Feedback when crm appears to do nothing > > Hi, > > I hope this is the right list for corosync/pacemaker questions - apologies if > it is not. > > I'm

Re: [Pacemaker] crmd does abort if a stopped node is specified

2014-04-21 Thread David Vossel
- Original Message - > From: "Kazunori INOUE" > To: "pm" > Sent: Friday, April 18, 2014 4:49:42 AM > Subject: [Pacemaker] crmd does abort if a stopped node is specified > > Hi, > > crmd does abort if I load CIB which specified a stopped node. > > # crm_mon -1 > Last updated: Fri Ap

Re: [Pacemaker] RHEL/centos6 - pacemaker - checking value of PCMK_ipc_buffer

2014-04-21 Thread David Vossel
- Original Message - > From: "Nikola Ciprich" > To: pacema...@clusterlabs.org > Sent: Friday, April 18, 2014 12:47:35 AM > Subject: [Pacemaker] RHEL/centos6 - pacemaker - checking value of > PCMK_ipc_buffer > > Hello, > > I've hit internal limit of PCMK_ipc_buffer on one of my c

Re: [Pacemaker] Best practice for quorum nodes

2014-04-21 Thread David Vossel
- Original Message - > From: "Andrew Martin" > To: "The Pacemaker cluster resource manager" > Sent: Friday, April 18, 2014 9:38:45 AM > Subject: [Pacemaker] Best practice for quorum nodes > > Hello, > > I've read several guides about how to configure a 3-node cluster with one > node

Re: [Pacemaker] pcs resource create with one script

2014-04-16 Thread David Vossel
- Original Message - > From: "Dvorak Andreas" > To: pacemaker@oss.clusterlabs.org > Sent: Wednesday, April 16, 2014 12:36:14 PM > Subject: [Pacemaker] pcs resource create with one script > > > > Dear all, > > > > I want to create a resource with an own script, but it does not wor

Re: [Pacemaker] redhat 7 pacemaker compiled without acl

2014-04-04 Thread David Vossel
- Original Message - > From: "emmanuel segura" > To: "The Pacemaker cluster resource manager" > Sent: Friday, April 4, 2014 1:12:26 PM > Subject: [Pacemaker] redhat 7 pacemaker compiled without acl > > > Hello List, > > I trying to install a virtual cluster using redhat 7 beta, the

Re: [Pacemaker] pcs and lsb resource

2014-03-21 Thread David Vossel
- Original Message - > From: "Dori Seliskar" > To: pacemaker@oss.clusterlabs.org > Sent: Friday, March 21, 2014 7:46:37 AM > Subject: [Pacemaker] pcs and lsb resource > > Hi all, > > I'm trying to create a lsb resource with pcs on fedora 20 and I'm failing > miserably every time: (have s

Re: [Pacemaker] crmd was aborted at pacemaker 1.1.11

2014-03-18 Thread David Vossel
- Original Message - > From: "Kazunori INOUE" > To: "The Pacemaker cluster resource manager" > Sent: Tuesday, March 18, 2014 12:30:01 AM > Subject: Re: [Pacemaker] crmd was aborted at pacemaker 1.1.11 > > 2014-03-18 8:03 GMT+09:00 David V

Re: [Pacemaker] crmd was aborted at pacemaker 1.1.11

2014-03-17 Thread David Vossel
- Original Message - > From: "Kazunori INOUE" > To: "The Pacemaker cluster resource manager" > Sent: Monday, March 17, 2014 4:51:11 AM > Subject: Re: [Pacemaker] crmd was aborted at pacemaker 1.1.11 > > 2014-03-17 16:37 GMT+09:00 Kazunori INOUE

Re: [Pacemaker] drbd + lvm

2014-03-14 Thread David Vossel
- Original Message - > From: "Infoomatic" > To: "The Pacemaker cluster resource manager" > Sent: Thursday, March 13, 2014 5:28:19 PM > Subject: Re: [Pacemaker] drbd + lvm > > > > Has anyone had this issue and resolved it? Any ideas? Thanks in advance! > > > > Yep, i've hit this as w

Re: [Pacemaker] crmd was aborted at pacemaker 1.1.11

2014-03-14 Thread David Vossel
- Original Message - > From: "Kazunori INOUE" > To: "pm" > Sent: Friday, March 14, 2014 5:52:38 AM > Subject: [Pacemaker] crmd was aborted at pacemaker 1.1.11 > > Hi, > > When specifying the node name in UPPER case and performing > crm_resource, crmd was aborted. > (The real node na

Re: [Pacemaker] Pacemaker/corosync freeze

2014-03-13 Thread David Vossel
- Original Message - > From: "Jan Friesse" > To: "The Pacemaker cluster resource manager" > Sent: Thursday, March 13, 2014 4:03:28 AM > Subject: Re: [Pacemaker] Pacemaker/corosync freeze > > ... > > > Also can you please try to set debug: on in corosync.conf and paste > >>

Re: [Pacemaker] Don't want to stop lsb resource on migration

2014-03-13 Thread David Vossel
- Original Message - > From: "Bingham" > To: pacemaker@oss.clusterlabs.org > Sent: Thursday, March 13, 2014 9:00:55 AM > Subject: [Pacemaker] Don't want to stop lsb resource on migration > > Hello, > > My setup: > I have a 2 node cluster using pacemaker and heartbeat. I have 2 resour

Re: [Pacemaker] How to delay first monitor op upon resource start?

2014-03-13 Thread David Vossel
- Original Message - > From: "Gianluca Cecchi" > To: "The Pacemaker cluster resource manager" > Sent: Thursday, March 13, 2014 12:00:16 PM > Subject: [Pacemaker] How to delay first monitor op upon resource start? > > Hello, > I have some init based scripts that I configure as lsb resourc

Re: [Pacemaker] process/service watcher

2014-03-13 Thread David Vossel
- Original Message - > From: "Yair Ogen (yaogen)" > To: "The Pacemaker cluster resource manager" > Sent: Thursday, March 13, 2014 9:22:44 AM > Subject: Re: [Pacemaker] process/service watcher > > > > Thanks Frank, so you confirm that pacemaker doesn’t offer this? Yes, you can run a si

Re: [Pacemaker] drbd + lvm

2014-03-13 Thread David Vossel
- Original Message - > From: "Infoomatic" > To: pacemaker@oss.clusterlabs.org > Sent: Thursday, March 13, 2014 2:26:00 PM > Subject: [Pacemaker] drbd + lvm > > Hi list, > > I am having troubles with pacemaker and lvm and stacked drbd resources. > The system consists of 2 Ubuntu 12 LT

Re: [Pacemaker] Pacemaker remote and persistent remote node attributes

2014-03-06 Thread David Vossel
- Original Message - > From: "Покотиленко Костик" > To: pacemaker@oss.clusterlabs.org > Sent: Thursday, March 6, 2014 1:42:25 PM > Subject: [Pacemaker] Pacemaker remote and persistent remote node attributes > > Hi, I'm new here. > awesome, welcome :D > I'm looking for ways of migra

Re: [Pacemaker] Stopping resource using pcs

2014-02-28 Thread David Vossel
asters: [ sys11 ] > Slaves: [ sys12 ] > [root@sys11 ~]# pcs resource disable ms-de5566b1-c2a3-4dc6-9712-c82bb43f19d8 > [root@sys11 ~]# pcs resource > Master/Slave Set: ms-de5566b1-c2a3-4dc6-9712-c82bb43f19d8 > [vha-de5566b1-c2a3-4dc6-9712-c82bb43f19d8] > Stopped: [ vha-de5566b1-c

Re: [Pacemaker] getting started with development

2014-02-26 Thread David Vossel
- Original Message - > From: "Tasim Noor" > To: pacemaker@oss.clusterlabs.org > Sent: Tuesday, February 25, 2014 5:10:33 PM > Subject: [Pacemaker] getting started with development > > Hi All, > I would be interested in contributing to the pacemaker/linux HA codebase. I > did look through

Re: [Pacemaker] Stopping resource using pcs

2014-02-26 Thread David Vossel
- Original Message - > From: "Frank Brendel" > To: pacemaker@oss.clusterlabs.org > Sent: Wednesday, February 26, 2014 8:53:19 AM > Subject: Re: [Pacemaker] Stopping resource using pcs > > I guess we need some real experts here. > > I think it's because you're attempting to delete the res

Re: [Pacemaker] node1 fencing itself after node2 being fenced

2014-02-18 Thread David Vossel
- Original Message - > From: "Vladislav Bogdanov" > To: pacemaker@oss.clusterlabs.org > Sent: Tuesday, February 18, 2014 1:02:09 PM > Subject: Re: [Pacemaker] node1 fencing itself after node2 being fenced > > 18.02.2014 19:49, Asgaroth wrote: > >> i sometimes have the same situation.

Re: [Pacemaker] [Problem] Fail-over is delayed.(State transition is not calculated.)

2014-02-18 Thread David Vossel
- Original Message - > From: renayama19661...@ybb.ne.jp > To: "PaceMaker-ML" > Sent: Monday, February 17, 2014 7:06:53 PM > Subject: [Pacemaker] [Problem] Fail-over is delayed.(State transition is not > calculated.) > > Hi All, > > I confirmed movement at the time of the trouble in on

Re: [Pacemaker] [Gluster-users] Pacemaker and GlusterFS

2014-02-18 Thread David Vossel
s0 0 > /dev/xvdb1 /gv xfsdefaults1 1 > /dev/xvdc1 /var ext4defaults1 1 > localhost:/gv_home /home glusterfs _netdev 0 0 > [root@srvmail0 ~]# > > > > Regards, > > Em 07-02-2014 17

Re: [Pacemaker] Possible error in RA invocation

2014-02-18 Thread David Vossel
- Original Message - > From: "Santiago Pérez" > To: pacemaker@oss.clusterlabs.org > Sent: Thursday, January 30, 2014 1:50:41 PM > Subject: [Pacemaker] Possible error in RA invocation > > Hi everyone, > > I am running a two-node cluster which hosts two Xen VMs. We're using > DRBD, but

Re: [Pacemaker] nfs4 cluster fail-over stops working once I introduce ipaddr2 resource

2014-02-14 Thread David Vossel
- Original Message - > From: "Dennis Jacobfeuerborn" > To: "The Pacemaker cluster resource manager" > Sent: Thursday, February 13, 2014 11:18:04 PM > Subject: Re: [Pacemaker] nfs4 cluster fail-over stops working once I > introduce ipaddr2 resource > > On 14.02.2014 02:50, Dennis Jac

[Pacemaker] Announcing Pacemaker v1.1.11

2014-02-13 Thread David Vossel
I am excited to announce the release of Pacemaker v1.1.11 https://github.com/ClusterLabs/pacemaker/releases/tag/Pacemaker-1.1.11 There were no changes between the final release and rc5. This has been a very successful release process. I'm proud of the testing and contributions the community

Re: [Pacemaker] ocf:lvm2:clvmd resource agent

2014-02-12 Thread David Vossel
- Original Message - > From: "Andrew Daugherity" > To: "" > Sent: Wednesday, February 12, 2014 4:56:18 PM > Subject: [Pacemaker] ocf:lvm2:clvmd resource agent > > I noticed in recent discussions on this list that this RA is apparently a > SUSE thing and not upstreamed into resource-a

Re: [Pacemaker] [Gluster-users] Pacemaker and GlusterFS

2014-02-07 Thread David Vossel
- Original Message - > From: "Jefferson Carlos Machado" > To: "The Pacemaker cluster resource manager" , > gluster-us...@gluster.org > Sent: Friday, February 7, 2014 11:55:37 AM > Subject: [Pacemaker] [Gluster-users] Pacemaker and GlusterFS > > Hi, > > How the best way to create a r

Re: [Pacemaker] Time to get ready for 1.1.11

2014-02-06 Thread David Vossel
- Original Message - > From: "Andrew Beekhof" > To: "The Pacemaker cluster resource manager" > Sent: Tuesday, January 28, 2014 11:32:32 PM > Subject: Re: [Pacemaker] Time to get ready for 1.1.11 > > > On 25 Jan 2014, at 2:36 am, David Vos

Re: [Pacemaker] error with pcs resource group command

2014-01-28 Thread David Vossel
- Original Message - > From: "Parveen Jain" > To: pacemaker@oss.clusterlabs.org > Sent: Thursday, January 23, 2014 9:24:39 AM > Subject: [Pacemaker] error with pcs resource group command > > > > Hi Team, > > I was trying to add a group while converting from my CRM commands to pcs > com

Re: [Pacemaker] Having a really hard time with clvmd on RHEL 7 beta

2014-01-27 Thread David Vossel
- Original Message - > From: "Lars Marowsky-Bree" > To: pacemaker@oss.clusterlabs.org > Sent: Monday, January 27, 2014 2:17:32 PM > Subject: Re: [Pacemaker] Having a really hard time with clvmd on RHEL 7 beta > > On 2014-01-27T13:15:23, Digimer wrote: > > > I try to configure clvmd this

Re: [Pacemaker] Having a really hard time with clvmd on RHEL 7 beta

2014-01-27 Thread David Vossel
- Original Message - > From: "Digimer" > To: "The Pacemaker cluster resource manager" > Sent: Monday, January 27, 2014 12:15:23 PM > Subject: [Pacemaker] Having a really hard time with clvmd on RHEL 7 beta > > Hi all, > >I'm having one heck of a time trying to get clvmd working with

Re: [Pacemaker] Time to get ready for 1.1.11

2014-01-24 Thread David Vossel
- Original Message - > From: "David Vossel" > To: "The Pacemaker cluster resource manager" > Sent: Thursday, January 23, 2014 10:08:35 PM > Subject: Re: [Pacemaker] Time to get ready for 1.1.11 > > ----- Original Message - > > From: &q

Re: [Pacemaker] Time to get ready for 1.1.11

2014-01-23 Thread David Vossel
- Original Message - > From: "David Vossel" > To: "The Pacemaker cluster resource manager" > Sent: Wednesday, January 15, 2014 5:16:40 PM > Subject: Re: [Pacemaker] Time to get ready for 1.1.11 > > ----- Original Message - > > From: &q

Re: [Pacemaker] Preventing Automatic Failback

2014-01-22 Thread David Vossel
- Original Message - > From: "Michael Monette" > To: "Michael Monette" , "The Pacemaker cluster resource > manager" > Sent: Wednesday, January 22, 2014 12:08:09 AM > Subject: Re: [Pacemaker] Preventing Automatic Failback > > This is the last time ill update this thread. I made some gues

Re: [Pacemaker] Preventing Automatic Failback

2014-01-21 Thread David Vossel
- Original Message - > From: "Michael Monette" > To: pacemaker@oss.clusterlabs.org > Sent: Monday, January 20, 2014 8:22:25 AM > Subject: [Pacemaker] Preventing Automatic Failback > > Hi, > > I posted this question before but my question was a bit unclear. > > I have 2 nodes with DRBD w

Re: [Pacemaker] Resource Status from the CIB

2014-01-20 Thread David Vossel
- Original Message - > From: "Michael Schwartzkopff" > To: pacemaker@oss.clusterlabs.org > Sent: Monday, January 20, 2014 8:23:25 AM > Subject: [Pacemaker] Resource Status from the CIB > > Hi, > > is it possible to read the status of a resource from the status part of the > CIB? > > I c

Re: [Pacemaker] Time to get ready for 1.1.11

2014-01-15 Thread David Vossel
- Original Message - > From: "David Vossel" > To: "The Pacemaker cluster resource manager" > Sent: Tuesday, January 7, 2014 4:50:11 PM > Subject: Re: [Pacemaker] Time to get ready for 1.1.11 > > - Original Message - > > From: &quo

Re: [Pacemaker] Question about new migration

2014-01-15 Thread David Vossel
- Original Message - > From: "David Vossel" > To: "The Pacemaker cluster resource manager" > Sent: Wednesday, January 15, 2014 10:27:49 AM > Subject: Re: [Pacemaker] Question about new migration > > - Original Message - > > Fr

Re: [Pacemaker] Question about new migration

2014-01-15 Thread David Vossel
- Original Message - > From: "Andrew Beekhof" > To: "The Pacemaker cluster resource manager" > Sent: Wednesday, January 15, 2014 3:42:23 AM > Subject: Re: [Pacemaker] Question about new migration > > > On 15 Jan 2014, at 7:12 pm, Kazunori INO

Re: [Pacemaker] lrmd segfault at pacemaker 1.1.11-rc1

2014-01-10 Thread David Vossel
gt; > On 8 Jan 2014, at 9:15 pm, Kazunori INOUE > > wrote: > > > >> 2014/1/8 Andrew Beekhof : > >>> > >>> On 18 Dec 2013, at 9:50 pm, Kazunori INOUE > >>> wrote: > >>> > >>>> Hi David, > >>>> > >

Re: [Pacemaker] Time to get ready for 1.1.11

2014-01-07 Thread David Vossel
- Original Message - > From: "Andrew Beekhof" > To: "The Pacemaker cluster resource manager" > Sent: Thursday, December 19, 2013 2:25:00 PM > Subject: Re: [Pacemaker] Time to get ready for 1.1.11 > > > On 20 Dec 2013, at 2:11 am, Andrew Martin

Re: [Pacemaker] Forming single node cluster?

2014-01-02 Thread David Vossel
- Original Message - > From: "Digimer" > To: "The Pacemaker cluster resource manager" > Sent: Thursday, January 2, 2014 2:03:26 PM > Subject: Re: [Pacemaker] Forming single node cluster? > > On 02/01/14 02:36 PM, John Wei wrote: > > Any way to form a single node cluster? I am evaluat

Re: [Pacemaker] pacemaker 1.1.10 + RHEL 7 beta issues

2014-01-02 Thread David Vossel
- Original Message - > From: "Digimer" > To: "The Pacemaker cluster resource manager" > Sent: Wednesday, January 1, 2014 5:38:47 PM > Subject: Re: [Pacemaker] pacemaker 1.1.10 + RHEL 7 beta issues > > > > > Is this a bug? There's too much going on here for me to tell. Can you provide a

  1   2   3   4   5   >