[Pacemaker] crmsh: New syntax for location constraints, suggestions / comments

2013-12-13 Thread Kristoffer Grönlund
is always good. :) -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http

Re: [Pacemaker] parametr kind in order

2013-12-13 Thread Kristoffer Grönlund
advisory and mandatory. That is still valid but deprecated. [1]: http://crmsh.nongnu.org/crm.8.html#cmdhelp_configure_order -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http

Re: [Pacemaker] crmsh: New syntax for location constraints, suggestions / comments

2013-12-13 Thread Kristoffer Grönlund
construct to supplement colocation and order which does what I think most people intuitively expects by default, which is enforces both colocation and ordering, so that 'foo depends on bar' means foo will start after bar, and only where bar is running. -- // Kristoffer Grönlund // kgronl

Re: [Pacemaker] crmsh: New syntax for location constraints, suggestions / comments

2013-12-19 Thread Kristoffer Grönlund
. This is definitely something we should support. I'll look into adding support for node specific resource parameters. Thank you! -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org

Re: [Pacemaker] dc-version and cluster-infrastructure cluster options may be lost when editing

2014-01-01 Thread Kristoffer Grönlund
is for crmsh to preserve the unrelated properties when performing an update, so this does look like a bug in crmsh. It would be helpful if you could show me the property line in the configuration before applying the update, thank you. -- // Kristoffer Grönlund // kgronl...@suse.com

Re: [Pacemaker] dc-version and cluster-infrastructure cluster options may be lost when editing

2014-01-02 Thread Kristoffer Grönlund
, This was indeed a bug in crmsh. An updated version which fixes this is now available from network:ha-clustering:Stable, or in the 1.2.6 branch of the crmsh repository. Thank you, -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker

Re: [Pacemaker] constraint colocation or resource group

2014-01-02 Thread Kristoffer Grönlund
-- Luc Paulin email: paulinster(at)gmail.com Skype: paulinster -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http

Re: [Pacemaker] Reg. trigger when node failure occurs

2014-01-08 Thread Kristoffer Grönlund
is to circumvent bash completely: crm configure END primitive ClusterMon ocf:pacemaker:ClusterMon \ params user=root update=10 \ extra_options=-E /root/monitor.sh -e 192.168.100.188 \ op monitor on-fail=restart interval=60 END -- // Kristoffer Grönlund // kgronl...@suse.com signature.asc

Re: [Pacemaker] [Question:crmsh] About a setting method of seuquential=true in crmsh.

2014-02-05 Thread Kristoffer Grönlund
/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http

Re: [Pacemaker] [Question:crmsh] About a setting method of seuquential=true in crmsh.

2014-02-06 Thread Kristoffer Grönlund
the problem for you. This construction should now generate the correct XML: colocation rsc_colocation-grpPg-clnPing INFINITY: \ [ msPostgresql:Master sequential=true ] \ [ vip-master vip-rep sequential=true ] Thank you, -- // Kristoffer Grönlund // kgronl...@suse.com

Re: [Pacemaker] [Question:crmsh] About a setting method of seuquential=true in crmsh.

2014-02-10 Thread Kristoffer Grönlund
on other systems I use to test. I have pushed a fix for this problem, please test again with changeset 8d984b138fc4. Thank you, -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http

Re: [Pacemaker] [Question:crmsh] About a setting method of seuquential=true in crmsh.

2014-02-12 Thread Kristoffer Grönlund
On Wed, 12 Feb 2014 09:12:08 +0900 (JST) renayama19661...@ybb.ne.jp wrote: Hi Kristoffer, Thank you for comments. I tested it. However, the problem seems to still occur. Hello, Could you try with the latest changeset 337654e0cdc4? Thank you, -- // Kristoffer Grönlund // kgronl

Re: [Pacemaker] [Question:crmsh] About a setting method of seuquential=true in crmsh.

2014-02-12 Thread Kristoffer Grönlund
in CentOS 6.5, sorry for the false fixes previously. Please test again with this updated version. Thank you, -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman

Re: [Pacemaker] [Question:crmsh] About a setting method of seuquential=true in crmsh.

2014-02-13 Thread Kristoffer Grönlund
is in changeset 71841e4559cf. Thank you, -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started

Re: [Pacemaker] About the difference in handling of sequential.

2014-02-18 Thread Kristoffer Grönlund
, XML_BOOLEAN_FALSE); Am I reading this wrong, or is this on purpose? -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http

Re: [Pacemaker] About the difference in handling of sequential.

2014-02-18 Thread Kristoffer Grönlund
the information I needed. :) -- // Kristoffer Grönlund // kgronl...@suse.com signature.asc Description: PGP signature ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http

Re: [Pacemaker] possible regex error in pcs resource enable/disable

2014-02-21 Thread Kristoffer Grönlund
it with status information once I've pushed a fix. -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting

Re: [Pacemaker] What is the reason which the node in which failure has not occurred carries out lost?

2014-03-06 Thread Kristoffer Grönlund
calculates incorrect diff digest. If I replace digest in diff by hands with what cib calculates as expected. it applies correctly. Otherwise - -206. Ah! This sounds like the same issue that I am seeing with crmsh. -- // Kristoffer Grönlund // kgronl...@suse.com

Re: [Pacemaker] What is the reason which the node in which failure has not occurred carries out lost?

2014-03-07 Thread Kristoffer Grönlund
sound like it is the same problem I have been investigating. Could you file a bug at https://savannah.nongnu.org/bugs/?group=crmsh with some more details? Thank you, -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker

Re: [Pacemaker] pcs available on debian wheezy?

2014-03-19 Thread Kristoffer Grönlund
-- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc

Re: [Pacemaker] pcs available on debian wheezy?

2014-03-19 Thread Kristoffer Grönlund
! :) -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc

Re: [Pacemaker] How to avoid dual fencing ?

2014-03-24 Thread Kristoffer Grönlund
. How to avoid such problem ? You'll need to have one node take priority, by setting different delays on the two nodes so that one of them will fence before the other (see the delay parameter). -- // Kristoffer Grönlund // kgronl...@suse.com

Re: [Pacemaker] list default options in crm shell as pcs property list --all does

2014-04-07 Thread Kristoffer Grönlund
: crm ra meta crmd crm ra meta pengine crm ra meta cib crm ra meta stonithd -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker

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

2014-05-08 Thread Kristoffer Grönlund
= maps directly to the id attribute in the XML. The name maps to the uname attribute. So those examples would generate the XML node id=131 uname=vm01/node node id=132 uname=vm02/node Not sure if that answers the original question. -- // Kristoffer Grönlund // kgronl...@suse.com signature.asc

[Pacemaker] Announcing crmsh release 2.1

2014-06-30 Thread Kristoffer Grönlund
has been revised in Pacemaker 1.1.12, and this release of crmsh supports the new syntax. Two new commands have been added: `acl_target` and `acl_group`. For more details, see the documentation. Thank you, Kristoffer -- // Kristoffer Grönlund // kgronl...@suse.com

Re: [Pacemaker] Pacemaker with Xen 4.3 problem

2014-07-09 Thread Kristoffer Grönlund
regards T. Reineck I have been working on an updated Xen RA which supports both xl and xm. The pull request is here: https://github.com/ClusterLabs/resource-agents/pull/440 -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list

[Pacemaker] Announcing crmsh release 2.1.1

2014-10-28 Thread Kristoffer Grönlund
function (bnc#901453) - high: ui_resource: resource trace failed if operation existed (bnc#901453) - Improved test suite Thank you, -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http

Re: [Pacemaker] Hawk and runtime environment

2014-11-17 Thread Kristoffer Grönlund
: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker

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

2014-11-27 Thread Kristoffer Grönlund
together on the level of idea exchange without giving up our independence, so to speak ;) Of course I would be happy to talk about such things with anyone else who is interested as well. -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker

Re: [Pacemaker] pacemaker-remote debian wheezy

2015-01-15 Thread Kristoffer Grönlund
at crmsh.github.io, or try the .rpm packages for various distributions here: https://build.opensuse.org/package/show/network:ha-clustering:Stable/crmsh Best regards, Kristoffer -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker

Re: [Pacemaker] [crmsh][Question] The order of resources is changed.

2015-01-21 Thread Kristoffer Grönlund
? It is possible that there is a bug in crmsh, I will investigate. Could you file an issue for this problem at http://github.com/crmsh/crmsh/issues ? This would help me track the problem. Thank you! -- // Kristoffer Grönlund // kgronl...@suse.com

Re: [Pacemaker] Multiple live cib in one pacemaker

2015-02-19 Thread Kristoffer Grönlund
by Pacemaker. You probably need to look at something like booth [1] to get this to work reliably. Booth allows resources to migrate between different clusters, using tickets and an arbiter in a third location. [1]: https://github.com/ClusterLabs/booth -- // Kristoffer Grönlund // kgronl...@suse.com

[Pacemaker] Announcing crmsh release 2.1.2

2015-01-26 Thread Kristoffer Grönlund
you, -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc

Re: [Pacemaker] Call cib_apply_diff failed (-205): Update was older than existing configuration

2015-02-09 Thread Kristoffer Grönlund
://bugs.clusterlabs.org -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http

[Pacemaker] Hawk release 2.0

2016-02-08 Thread Kristoffer Grönlund
(for the original Hawk version), Thomas Boerger, Manuele Carlini and Thomas Hutterer. And also me. Cheers, Kristoffer -- // Kristoffer Grönlund // kgronl...@suse.com ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org

Re: [Pacemaker] Hawk error

2016-03-03 Thread Kristoffer Grönlund
emaker mailing list: Pacemaker@oss.clusterlabs.org > http://oss.clusterlabs.org/mailman/listinfo/pacemaker > > Project Home: http://www.clusterlabs.org > Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf > Bugs: http://