[Pacemaker] Resources are not restarted on definition change after f59d7460bdde (devel)

Andrew Beekhof andrew at beekhof.net
Sun Jul 31 10:05:36 EDT 2011


On Wed, Jul 27, 2011 at 11:46 AM, Andrew Beekhof <andrew at beekhof.net> wrote:
> On Fri, Jul 1, 2011 at 4:59 PM, Andrew Beekhof <andrew at beekhof.net> wrote:
>> Hmm.  Interesting. I will investigate.
>
> This is an unfortunate side-effect of my history compression patch.

Actually I'm mistaken on this.  There should be enough information in
the CIB to handle definition changes properly.
Could you reproduce and include a hb_report please?

>>
>> On Tue, Jun 28, 2011 at 3:46 AM, Vladislav Bogdanov
>> <bubble at hoster-ok.com> wrote:
>>> Hi all,
>>>
>>> I'm pretty sure I bisected commit which breaks restart of (node local)
>>> resources after definition change.
>>>
>>> Nodes which has f59d7460bdde applied (v03-a and v03-b in my case) do not
>>> restart such resources, while node without this commit (mgmt01) does.
>>>
>>> Here is snippet from DC (grrr, thunderbird does not like long lines):
>>> ========
>>> Jun 27 17:35:58 mgmt01 pengine: [31176]: WARN: check_action_definition:
>>> Parameters to libvirt-install-fs:0_start_0 on mgmt01 changed: recorded
>>> a2a2341cf3c157a1b44dd9ed7068e2dd vs. 31e7242629b49443f536c22192debb15
>>> (all:3.0.5) 0:0;150:2:0:62c60b6a-17e8-4dbf-8291-a01e7ea06b6a
>>> Jun 27 17:35:58 mgmt01 pengine: [31176]: WARN: check_action_definition:
>>> Parameters to libvirt-install-fs:0_monitor_360000 on mgmt01 changed:
>>> recorded 346bad4576870d644109c1e6233002aa vs.
>>> d9c16f21c130ae8da55d8eac0b6c6cdc (all:3.0.5)
>>> 0:0;153:2:0:62c60b6a-17e8-4dbf-8291-a01e7ea06b6a
>>> Jun 27 17:35:58 mgmt01 pengine: [31176]: WARN: check_action_definition:
>>> Parameters to libvirt-install-fs:0_monitor_240000 on mgmt01 changed:
>>> recorded fbdf86bce136d60e21c1ef1fad451c0d vs.
>>> 11cd729f3313767ad7383c42495e612b (all:3.0.5)
>>> 0:0;152:2:0:62c60b6a-17e8-4dbf-8291-a01e7ea06b6a
>>> Jun 27 17:35:58 mgmt01 pengine: [31176]: WARN: check_action_definition:
>>> Parameters to libvirt-install-fs:0_monitor_120000 on mgmt01 changed:
>>> recorded 34e9fed5be3737e563b47b0c3e353db1 vs.
>>> 54b02cd722053809bd0b1a3619adfd3b (all:3.0.5)
>>> 0:0;151:2:0:62c60b6a-17e8-4dbf-8291-a01e7ea06b6a
>>> Jun 27 17:35:58 mgmt01 pengine: [31176]: WARN: check_action_definition:
>>> Parameters to libvirt-install-fs:1_monitor_360000 on v03-a changed:
>>> recorded 346bad4576870d644109c1e6233002aa vs.
>>> d9c16f21c130ae8da55d8eac0b6c6cdc (all:3.0.5)
>>> 0:0;177:2:0:9b3096b4-6add-4612-937c-f7013b18fd15
>>> Jun 27 17:35:58 mgmt01 pengine: [31176]: WARN: check_action_definition:
>>> Parameters to libvirt-install-fs:1_monitor_240000 on v03-a changed:
>>> recorded fbdf86bce136d60e21c1ef1fad451c0d vs.
>>> 11cd729f3313767ad7383c42495e612b (all:3.0.5)
>>> 0:0;176:2:0:9b3096b4-6add-4612-937c-f7013b18fd15
>>> Jun 27 17:35:58 mgmt01 pengine: [31176]: WARN: check_action_definition:
>>> Parameters to libvirt-install-fs:1_monitor_120000 on v03-a changed:
>>> recorded 34e9fed5be3737e563b47b0c3e353db1 vs.
>>> 54b02cd722053809bd0b1a3619adfd3b (all:3.0.5)
>>> 0:0;175:2:0:9b3096b4-6add-4612-937c-f7013b18fd15
>>> Jun 27 17:35:58 mgmt01 pengine: [31176]: WARN: check_action_definition:
>>> Parameters to libvirt-install-fs:2_monitor_360000 on v03-b changed:
>>> recorded 346bad4576870d644109c1e6233002aa vs.
>>> d9c16f21c130ae8da55d8eac0b6c6cdc (all:3.0.5)
>>> 0:0;182:3:0:76ced8fb-1f7b-4a40-898c-a134b816b791
>>> Jun 27 17:35:58 mgmt01 pengine: [31176]: WARN: check_action_definition:
>>> Parameters to libvirt-install-fs:2_monitor_240000 on v03-b changed:
>>> recorded fbdf86bce136d60e21c1ef1fad451c0d vs.
>>> 11cd729f3313767ad7383c42495e612b (all:3.0.5)
>>> 0:0;181:3:0:76ced8fb-1f7b-4a40-898c-a134b816b791
>>> Jun 27 17:35:58 mgmt01 pengine: [31176]: WARN: check_action_definition:
>>> Parameters to libvirt-install-fs:2_monitor_120000 on v03-b changed:
>>> recorded 34e9fed5be3737e563b47b0c3e353db1 vs.
>>> 54b02cd722053809bd0b1a3619adfd3b (all:3.0.5)
>>> 0:0;180:3:0:76ced8fb-1f7b-4a40-898c-a134b816b791
>>> =========
>>>
>>> Then resource is restarted on mgmt01 but not on other nodes.
>>> First line from logs snipped (for libvirt-install-fs:0_start_0
>>> operation) does not appear for start ops for resources on other nodes.
>>>
>>> The only difference between pacemaker builds is that commit.
>>>
>>> Hope this information could help to fix this (if not already done).
>>>
>>> Best,
>>> Vladislav
>>>
>>> _______________________________________________
>>> Pacemaker mailing list: Pacemaker at 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://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>>>
>>
>



More information about the Pacemaker mailing list