[Pacemaker] Announce: Pacemaker 1.1.10 now available

Takatoshi MATSUO matsuo.tak at gmail.com
Thu Jul 25 22:21:11 EDT 2013


Hi

My report is late for 1.1.10 :(

I am using pacemaker 1.1.10-0.1.ab2e209.git.
It seems that master's monitor is stopped when slave is started.

Does someone encounter same problem ?
I attach a log and settings.


Thanks,
Takatoshi MATSUO

2013/7/26 Digimer <lists at alteeve.ca>:
> Congrats!! I know this was a long time in the making.
>
> digimer
>
>
> On 25/07/13 20:43, Andrew Beekhof wrote:
>>
>> Announcing the release of Pacemaker 1.1.10
>>
>>     https://github.com/ClusterLabs/pacemaker/releases/Pacemaker-1.1.10
>>
>> There were three changes of note since rc7:
>>
>>    + Bug cl#5161 - crmd: Prevent memory leak in operation cache
>>    + cib: Correctly read back archived configurations if the primary is
>> corrupted
>>    + cman: Do not pretend we know the state of nodes we've never seen
>>
>> Along with assorted bug fixes, the major topics for this release were:
>>
>> - stonithd fixes
>> - fixing memory leaks, often caused by incorrect use of glib reference
>> counting
>> - supportability improvements (code cleanup and deduplication,
>> standardized error codes)
>>
>> Release candidates for the next Pacemaker release (1.1.11) can be
>> expected some time around Novemeber.
>>
>> A big thankyou to everyone that spent time testing the release
>> candidates and/or contributed patches.  However now that Pacemaker is
>> perfect, anyone reporting bugs will be shot :-)
>>
>> To build `rpm` packages:
>>
>> 1. Clone the current sources:
>>
>>         # git clone --depth 0 git://github.com/ClusterLabs/pacemaker.git
>>         # cd pacemaker
>>
>> 1. Install dependancies (if you haven't already)
>>
>>         [Fedora] # sudo yum install -y yum-utils
>>         [ALL]   # make rpm-dep
>>
>> 1. Build Pacemaker
>>
>>         # make release
>>
>> 1. Copy and deploy as needed
>>
>> ## Details - 1.1.10 - final
>>
>> Changesets: 602
>> Diff:       143 files changed, 8162 insertions(+), 5159 deletions(-)
>>
>> ## Highlights
>>
>> ### Features added since Pacemaker-1.1.9
>>
>>    + Core: Convert all exit codes to positive errno values
>>    + crm_error: Add the ability to list and print error symbols
>>    + crm_resource: Allow individual resources to be reprobed
>>    + crm_resource: Allow options to be set recursively
>>    + crm_resource: Implement --ban for moving resources away from nodes
>> and --clear (replaces --unmove)
>>    + crm_resource: Support OCF tracing when using
>> --force-(check|start|stop)
>>    + PE: Allow active nodes in our current membership to be fenced without
>> quorum
>>    + PE: Suppress meaningless IDs when displaying anonymous clone status
>>    + Turn off auto-respawning of systemd services when the cluster starts
>> them
>>    + Bug cl#5128 - pengine: Support maintenance mode for a single node
>>
>> ### Changes since Pacemaker-1.1.9
>>
>>    + crmd: cib: stonithd: Memory leaks resolved and improved use of glib
>> reference counting
>>    + attrd: Fixes deleted attributes during dc election
>>    + Bug cf#5153 - Correctly display clone failcounts in crm_mon
>>    + Bug cl#5133 - pengine: Correctly observe on-fail=block for failed
>> demote operation
>>    + Bug cl#5148 - legacy: Correctly remove a node that used to have a
>> different nodeid
>>    + Bug cl#5151 - Ensure node names are consistently compared without
>> case
>>    + Bug cl#5152 - crmd: Correctly clean up fenced nodes during membership
>> changes
>>    + Bug cl#5154 - Do not expire failures when on-fail=block is present
>>    + Bug cl#5155 - pengine: Block the stop of resources if any depending
>> resource is unmanaged
>>    + Bug cl#5157 - Allow migration in the absence of some colocation
>> constraints
>>    + Bug cl#5161 - crmd: Prevent memory leak in operation cache
>>    + Bug cl#5164 - crmd: Fixes crash when using pacemaker-remote
>>    + Bug cl#5164 - pengine: Fixes segfault when calculating transition
>> with remote-nodes.
>>    + Bug cl#5167 - crm_mon: Only print "stopped" node list for incomplete
>> clone sets
>>    + Bug cl#5168 - Prevent clones from being bounced around the cluster
>> due to location constraints
>>    + Bug cl#5170 - Correctly support on-fail=block for clones
>>    + cib: Correctly read back archived configurations if the primary is
>> corrupted
>>    + cib: The result is not valid when diffs fail to apply cleanly for CLI
>> tools
>>    + cib: Restore the ability to embed comments in the configuration
>>    + cluster: Detect and warn about node names with capitals
>>    + cman: Do not pretend we know the state of nodes we've never seen
>>    + cman: Do not unconditionally start cman if it is already running
>>    + cman: Support non-blocking CPG calls
>>    + Core: Ensure the blackbox is saved on abnormal program termination
>>    + corosync: Detect the loss of members for which we only know the
>> nodeid
>>    + corosync: Do not pretend we know the state of nodes we've never seen
>>    + corosync: Ensure removed peers are erased from all caches
>>    + corosync: Nodes that can persist in sending CPG messages must be
>> alive afterall
>>    + crmd: Do not get stuck in S_POLICY_ENGINE if a node we couldn't fence
>> returns
>>    + crmd: Do not update fail-count and last-failure for old failures
>>    + crmd: Ensure all membership operations can complete while trying to
>> cancel a transition
>>    + crmd: Ensure operations for cleaned up resources don't block recovery
>>    + crmd: Ensure we return to a stable state if there have been too many
>> fencing failures
>>    + crmd: Initiate node shutdown if another node claims to have
>> successfully fenced us
>>    + crmd: Prevent messages for remote crmd clients from being relayed to
>> wrong daemons
>>    + crmd: Properly handle recurring monitor operations for remote-node
>> agent
>>    + crmd: Store last-run and last-rc-change for all operations
>>    + crm_mon: Ensure stale pid files are updated when a new process is
>> started
>>    + crm_report: Correctly collect logs when 'uname -n' reports fully
>> qualified names
>>    + fencing: Fail the operation once all peers have been exhausted
>>    + fencing: Restore the ability to manually confirm that fencing
>> completed
>>    + ipc: Allow unpriviliged clients to clean up after server failures
>>    + ipc: Restore the ability for members of the haclient group to connect
>> to the cluster
>>    + legacy: Support "crm_node --remove" with a node name for corosync
>> plugin (bnc#805278)
>>    + lrmd: Default to the upstream location for resource agent scratch
>> directory
>>    + lrmd: Pass errors from lsb metadata generation back to the caller
>>    + pengine: Correctly handle resources that recover before we operate on
>> them
>>    + pengine: Delete the old resource state on every node whenever the
>> resource type is changed
>>    + pengine: Detect constraints with inappropriate actions (ie. promote
>> for a clone)
>>    + pengine: Ensure per-node resource parameters are used during probes
>>    + pengine: If fencing is unavailable or disabled, block further
>> recovery for resources that fail to stop
>>    + pengine: Implement the rest of get_timet_now() and rename to
>> get_effective_time
>>    + pengine: Re-initiate _active_ recurring monitors that previously
>> failed but have timed out
>>    + remote: Workaround for inconsistent tls handshake behavior between
>> gnutls versions
>>    + systemd: Ensure we get shut down correctly by systemd
>>    + systemd: Reload systemd after adding/removing override files for
>> cluster services
>>    + xml: Check for and replace non-printing characters with their octal
>> equivalent while exporting xml text
>>    + xml: Prevent lockups by setting a more reliable buffer allocation
>> strategy
>>
>>
>> _______________________________________________
>> 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://bugs.clusterlabs.org
>>
>
>
> --
> Digimer
> Papers and Projects: https://alteeve.ca/w/
> What if the cure for cancer is trapped in the mind of a person without
> access to education?
>
>
> _______________________________________________
> 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://bugs.clusterlabs.org
-------------- next part --------------

Jul 26 11:01:51 16-sl6 crmd[24439]:   notice: do_state_transition: State transition S_IDLE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_FSA_INTERNAL origin=abort_transition_graph ]
Jul 26 11:01:51 16-sl6 stonith-ng[24435]:  warning: cib_process_diff: Diff 0.3.5 -> 0.4.1 from local not applied to 0.3.5: Failed application of an update diff
Jul 26 11:01:51 16-sl6 stonith-ng[24435]:   notice: update_cib_cache_cb: [cib_diff_notify] Patch aborted: Application of an update diff failed (-206)
Jul 26 11:01:51 16-sl6 cib[24434]:   notice: cib:diff: Diff: --- 0.3.5
Jul 26 11:01:51 16-sl6 cib[24434]:   notice: cib:diff: Diff: +++ 0.4.1 c24d5a1a0ac89e7ea5671962ac4555a5
Jul 26 11:01:51 16-sl6 crmd[24439]:   notice: do_state_transition: State transition S_ELECTION -> S_INTEGRATION [ input=I_ELECTION_DC cause=C_FSA_INTERNAL origin=do_election_check ]
Jul 26 11:01:51 16-sl6 stonith-ng[24435]:   notice: unpack_config: On loss of CCM Quorum: Ignore
Jul 26 11:01:51 16-sl6 attrd[24437]:   notice: attrd_local_callback: Sending full refresh (origin=crmd)
Jul 26 11:01:51 16-sl6 attrd[24437]:   notice: attrd_trigger_update: Sending flush op to all hosts for: probe_complete (true)
Jul 26 11:01:51 16-sl6 pengine[24438]:   notice: unpack_config: On loss of CCM Quorum: Ignore
Jul 26 11:01:51 16-sl6 pengine[24438]:   notice: LogActions: Start   pgsql:0#011(16-sl6)
Jul 26 11:01:51 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 4: monitor vip-slave_monitor_0 on 16-sl6 (local)
Jul 26 11:01:51 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 5: monitor vip-master_monitor_0 on 16-sl6 (local)
Jul 26 11:01:51 16-sl6 pengine[24438]:   notice: process_pe_message: Calculated Transition 1: /var/lib/pacemaker/pengine/pe-input-1513.bz2
Jul 26 11:01:51 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 6: monitor vip-rep_monitor_0 on 16-sl6 (local)
Jul 26 11:01:51 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 7: monitor pgsql:0_monitor_0 on 16-sl6 (local)
Jul 26 11:01:51 16-sl6 pgsql(pgsql)[24514]: INFO: Don't check /var/lib/pgsql/9.2/data/ during probe
Jul 26 11:01:52 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation vip-slave_monitor_0 (call=5, rc=7, cib-update=48, confirmed=true) not running
Jul 26 11:01:52 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation vip-rep_monitor_0 (call=13, rc=7, cib-update=49, confirmed=true) not running
Jul 26 11:01:52 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation vip-master_monitor_0 (call=9, rc=7, cib-update=50, confirmed=true) not running
Jul 26 11:01:52 16-sl6 pgsql(pgsql)[24514]: INFO: PostgreSQL is down
Jul 26 11:01:52 16-sl6 pgsql(pgsql)[24514]: INFO: monitor called
Jul 26 11:01:52 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation pgsql_monitor_0 (call=18, rc=7, cib-update=51, confirmed=true) not running
Jul 26 11:01:52 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 3: probe_complete probe_complete on 16-sl6 (local) - no waiting
Jul 26 11:01:52 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 12: start pgsql:0_start_0 on 16-sl6 (local)
Jul 26 11:01:52 16-sl6 pgsql(pgsql)[24713]: INFO: Changing pgsql-status on 16-sl6 : ->STOP.
Jul 26 11:01:52 16-sl6 attrd[24437]:   notice: attrd_trigger_update: Sending flush op to all hosts for: pgsql-status (STOP)
Jul 26 11:01:52 16-sl6 attrd[24437]:   notice: attrd_perform_update: Sent update 13: pgsql-status=STOP
Jul 26 11:01:52 16-sl6 attrd[24437]:   notice: attrd_trigger_update: Sending flush op to all hosts for: master-pgsql (-INFINITY)
Jul 26 11:01:52 16-sl6 attrd[24437]:   notice: attrd_perform_update: Sent update 16: master-pgsql=-INFINITY
Jul 26 11:01:52 16-sl6 pgsql(pgsql)[24713]: INFO: Set all nodes into async mode.
Jul 26 11:01:52 16-sl6 pgsql(pgsql)[24713]: INFO: server starting
Jul 26 11:01:52 16-sl6 pgsql(pgsql)[24713]: INFO: PostgreSQL start command sent.
Jul 26 11:01:52 16-sl6 pgsql(pgsql)[24713]: INFO: PostgreSQL is started.
Jul 26 11:01:53 16-sl6 pgsql(pgsql)[24713]: INFO: Changing pgsql-status on 16-sl6 : STOP->HS:alone.
Jul 26 11:01:53 16-sl6 attrd[24437]:   notice: attrd_trigger_update: Sending flush op to all hosts for: pgsql-status (HS:alone)
Jul 26 11:01:53 16-sl6 attrd[24437]:   notice: attrd_perform_update: Sent update 18: pgsql-status=HS:alone
Jul 26 11:01:53 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation pgsql_start_0 (call=24, rc=0, cib-update=52, confirmed=true) ok
Jul 26 11:01:53 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 46: notify pgsql:0_post_notify_start_0 on 16-sl6 (local)
Jul 26 11:01:53 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation pgsql_notify_0 (call=27, rc=0, cib-update=0, confirmed=true) ok
Jul 26 11:01:53 16-sl6 crmd[24439]:   notice: run_graph: Transition 1 (Complete=14, Pending=0, Fired=0, Skipped=1, Incomplete=0, Source=/var/lib/pacemaker/pengine/pe-input-1513.bz2): Stopped
Jul 26 11:01:53 16-sl6 pengine[24438]:   notice: unpack_config: On loss of CCM Quorum: Ignore
Jul 26 11:01:53 16-sl6 pengine[24438]:   notice: process_pe_message: Calculated Transition 2: /var/lib/pacemaker/pengine/pe-input-1514.bz2
Jul 26 11:01:53 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 10: monitor pgsql_monitor_10000 on 16-sl6 (local)
Jul 26 11:01:53 16-sl6 pgsql(pgsql)[24915]: INFO: monitor called
Jul 26 11:01:53 16-sl6 pgsql(pgsql)[24915]: INFO: Master does not exist.
Jul 26 11:01:53 16-sl6 pgsql(pgsql)[24915]: INFO: My data status=.
Jul 26 11:01:53 16-sl6 attrd[24437]:   notice: attrd_trigger_update: Sending flush op to all hosts for: pgsql-xlog-loc (000000001E000000)
Jul 26 11:01:53 16-sl6 attrd[24437]:   notice: attrd_perform_update: Sent update 21: pgsql-xlog-loc=000000001E000000
Jul 26 11:01:53 16-sl6 pgsql(pgsql)[24915]: INFO: 16-sl6 xlog location : 000000001E000000
Jul 26 11:01:53 16-sl6 pgsql(pgsql)[24915]: INFO: 17-sl6 xlog location : 
Jul 26 11:01:53 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation pgsql_monitor_10000 (call=30, rc=0, cib-update=54, confirmed=false) ok
Jul 26 11:01:53 16-sl6 crmd[24439]:   notice: run_graph: Transition 2 (Complete=1, Pending=0, Fired=0, Skipped=0, Incomplete=0, Source=/var/lib/pacemaker/pengine/pe-input-1514.bz2): Complete
Jul 26 11:01:53 16-sl6 pengine[24438]:   notice: unpack_config: On loss of CCM Quorum: Ignore
Jul 26 11:01:53 16-sl6 crmd[24439]:   notice: run_graph: Transition 3 (Complete=0, Pending=0, Fired=0, Skipped=0, Incomplete=0, Source=/var/lib/pacemaker/pengine/pe-input-1515.bz2): Complete
Jul 26 11:01:53 16-sl6 crmd[24439]:   notice: do_state_transition: State transition S_TRANSITION_ENGINE -> S_IDLE [ input=I_TE_SUCCESS cause=C_FSA_INTERNAL origin=notify_crmd ]
Jul 26 11:01:53 16-sl6 pengine[24438]:   notice: process_pe_message: Calculated Transition 3: /var/lib/pacemaker/pengine/pe-input-1515.bz2
Jul 26 11:02:04 16-sl6 pgsql(pgsql)[25065]: INFO: monitor called
Jul 26 11:02:04 16-sl6 pgsql(pgsql)[25065]: INFO: Master does not exist.
Jul 26 11:02:04 16-sl6 pgsql(pgsql)[25065]: INFO: My data status=.
Jul 26 11:02:04 16-sl6 pgsql(pgsql)[25065]: INFO: 16-sl6 xlog location : 000000001E000000
Jul 26 11:02:04 16-sl6 pgsql(pgsql)[25065]: INFO: 17-sl6 xlog location : 
Jul 26 11:02:04 16-sl6 pgsql(pgsql)[25065]: INFO: I have a master right.
Jul 26 11:02:04 16-sl6 attrd[24437]:   notice: attrd_trigger_update: Sending flush op to all hosts for: master-pgsql (1000)
Jul 26 11:02:04 16-sl6 attrd[24437]:   notice: attrd_perform_update: Sent update 23: master-pgsql=1000
Jul 26 11:02:04 16-sl6 crmd[24439]:   notice: do_state_transition: State transition S_IDLE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_FSA_INTERNAL origin=abort_transition_graph ]
Jul 26 11:02:04 16-sl6 pengine[24438]:   notice: unpack_config: On loss of CCM Quorum: Ignore
Jul 26 11:02:04 16-sl6 pengine[24438]:   notice: LogActions: Start   vip-master#011(16-sl6)
Jul 26 11:02:04 16-sl6 pengine[24438]:   notice: LogActions: Start   vip-rep#011(16-sl6)
Jul 26 11:02:04 16-sl6 pengine[24438]:   notice: LogActions: Promote pgsql:0#011(Slave -> Master 16-sl6)
Jul 26 11:02:04 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 1: cancel pgsql_cancel_10000 on 16-sl6 (local)
Jul 26 11:02:04 16-sl6 pengine[24438]:   notice: process_pe_message: Calculated Transition 4: /var/lib/pacemaker/pengine/pe-input-1516.bz2
Jul 26 11:02:04 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 50: notify pgsql_pre_notify_promote_0 on 16-sl6 (local)
Jul 26 11:02:04 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation pgsql_notify_0 (call=36, rc=0, cib-update=0, confirmed=true) ok
Jul 26 11:02:04 16-sl6 crmd[24439]:   notice: run_graph: Transition 4 (Complete=3, Pending=0, Fired=0, Skipped=10, Incomplete=4, Source=/var/lib/pacemaker/pengine/pe-input-1516.bz2): Stopped
Jul 26 11:02:04 16-sl6 pengine[24438]:   notice: unpack_config: On loss of CCM Quorum: Ignore
Jul 26 11:02:04 16-sl6 pengine[24438]:   notice: LogActions: Start   vip-master#011(16-sl6)
Jul 26 11:02:04 16-sl6 pengine[24438]:   notice: LogActions: Start   vip-rep#011(16-sl6)
Jul 26 11:02:04 16-sl6 pengine[24438]:   notice: LogActions: Promote pgsql:0#011(Slave -> Master 16-sl6)
Jul 26 11:02:04 16-sl6 crmd[24439]:  warning: destroy_action: Cancelling timer for action 1 (src=71)
Jul 26 11:02:04 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 49: notify pgsql_pre_notify_promote_0 on 16-sl6 (local)
Jul 26 11:02:04 16-sl6 pengine[24438]:   notice: process_pe_message: Calculated Transition 5: /var/lib/pacemaker/pengine/pe-input-1517.bz2
Jul 26 11:02:05 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation pgsql_notify_0 (call=39, rc=0, cib-update=0, confirmed=true) ok
Jul 26 11:02:05 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 14: promote pgsql_promote_0 on 16-sl6 (local)
Jul 26 11:02:05 16-sl6 pgsql(pgsql)[25322]: INFO: Creating /var/lib/pgsql/tmp/PGSQL.lock.
Jul 26 11:02:05 16-sl6 pgsql(pgsql)[25322]: INFO: My master baseline : 000000001E000000.
Jul 26 11:02:05 16-sl6 attrd[24437]:   notice: attrd_trigger_update: Sending flush op to all hosts for: pgsql-master-baseline (000000001E000000)
Jul 26 11:02:05 16-sl6 attrd[24437]:   notice: attrd_perform_update: Sent update 26: pgsql-master-baseline=000000001E000000
Jul 26 11:02:05 16-sl6 pgsql(pgsql)[25322]: INFO: server promoting
Jul 26 11:02:05 16-sl6 pgsql(pgsql)[25322]: INFO: PostgreSQL promote command sent.
Jul 26 11:02:08 16-sl6 pgsql(pgsql)[25322]: INFO: PostgreSQL is promoted.
Jul 26 11:02:08 16-sl6 pgsql(pgsql)[25322]: INFO: Changing pgsql-data-status on 16-sl6 : ->LATEST.
Jul 26 11:02:08 16-sl6 cib[24434]:   notice: cib:diff: Diff: --- 0.4.16
Jul 26 11:02:08 16-sl6 cib[24434]:   notice: cib:diff: Diff: +++ 0.5.1 44767c719dd860726ae83234d81eb100
Jul 26 11:02:08 16-sl6 pgsql(pgsql)[25322]: INFO: Changing pgsql-status on 16-sl6 : HS:alone->PRI.
Jul 26 11:02:08 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation pgsql_promote_0 (call=42, rc=0, cib-update=59, confirmed=true) ok
Jul 26 11:02:08 16-sl6 attrd[24437]:   notice: attrd_trigger_update: Sending flush op to all hosts for: pgsql-status (PRI)
Jul 26 11:02:08 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 50: notify pgsql_post_notify_promote_0 on 16-sl6 (local)
Jul 26 11:02:08 16-sl6 attrd[24437]:   notice: attrd_perform_update: Sent update 28: pgsql-status=PRI
Jul 26 11:02:08 16-sl6 attrd[24437]:   notice: attrd_trigger_update: Sending flush op to all hosts for: pgsql-xlog-loc (<null>)
Jul 26 11:02:08 16-sl6 attrd[24437]:   notice: attrd_perform_update: Sent delete 30: node=1084752244, attr=pgsql-xlog-loc, id=<n/a>, set=(null), section=status
Jul 26 11:02:08 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation pgsql_notify_0 (call=45, rc=0, cib-update=0, confirmed=true) ok
Jul 26 11:02:08 16-sl6 crmd[24439]:   notice: run_graph: Transition 5 (Complete=9, Pending=0, Fired=0, Skipped=7, Incomplete=0, Source=/var/lib/pacemaker/pengine/pe-input-1517.bz2): Stopped
Jul 26 11:02:08 16-sl6 pengine[24438]:   notice: unpack_config: On loss of CCM Quorum: Ignore
Jul 26 11:02:08 16-sl6 pengine[24438]:   notice: LogActions: Start   vip-slave#011(16-sl6)
Jul 26 11:02:08 16-sl6 pengine[24438]:   notice: LogActions: Start   vip-master#011(16-sl6)
Jul 26 11:02:08 16-sl6 pengine[24438]:   notice: LogActions: Start   vip-rep#011(16-sl6)
Jul 26 11:02:08 16-sl6 pengine[24438]:   notice: process_pe_message: Calculated Transition 6: /var/lib/pacemaker/pengine/pe-input-1518.bz2
Jul 26 11:02:08 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 4: start vip-slave_start_0 on 16-sl6 (local)
Jul 26 11:02:08 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 6: start vip-master_start_0 on 16-sl6 (local)
Jul 26 11:02:08 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 18: monitor pgsql_monitor_9000 on 16-sl6 (local)
Jul 26 11:02:09 16-sl6 IPaddr2(vip-master)[25589]: INFO: Adding inet address 192.168.0.216/24 with broadcast address 192.168.0.255 to device eth0
Jul 26 11:02:09 16-sl6 IPaddr2(vip-slave)[25588]: INFO: Adding inet address 192.168.0.217/24 with broadcast address 192.168.0.255 to device eth0
Jul 26 11:02:09 16-sl6 IPaddr2(vip-master)[25589]: INFO: Bringing device eth0 up
Jul 26 11:02:09 16-sl6 IPaddr2(vip-slave)[25588]: INFO: Bringing device eth0 up
Jul 26 11:02:09 16-sl6 IPaddr2(vip-master)[25589]: INFO: /usr/lib64/heartbeat/send_arp -i 200 -r 5 -p /var/run/resource-agents/send_arp-192.168.0.216 eth0 192.168.0.216 auto not_used not_used
Jul 26 11:02:09 16-sl6 IPaddr2(vip-slave)[25588]: INFO: /usr/lib64/heartbeat/send_arp -i 200 -r 5 -p /var/run/resource-agents/send_arp-192.168.0.217 eth0 192.168.0.217 auto not_used not_used
Jul 26 11:02:09 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation vip-master_start_0 (call=50, rc=0, cib-update=61, confirmed=true) ok
Jul 26 11:02:09 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation vip-slave_start_0 (call=48, rc=0, cib-update=62, confirmed=true) ok
Jul 26 11:02:09 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 7: monitor vip-master_monitor_10000 on 16-sl6 (local)
Jul 26 11:02:09 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 8: start vip-rep_start_0 on 16-sl6 (local)
Jul 26 11:02:09 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 5: monitor vip-slave_monitor_10000 on 16-sl6 (local)
Jul 26 11:02:09 16-sl6 pgsql(pgsql)[25590]: INFO: monitor called
Jul 26 11:02:09 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation vip-master_monitor_10000 (call=56, rc=0, cib-update=63, confirmed=false) ok
Jul 26 11:02:09 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation vip-slave_monitor_10000 (call=60, rc=0, cib-update=64, confirmed=false) ok
Jul 26 11:02:09 16-sl6 IPaddr2(vip-rep)[25778]: INFO: Adding inet address 192.168.3.216/24 with broadcast address 192.168.3.255 to device eth3
Jul 26 11:02:09 16-sl6 IPaddr2(vip-rep)[25778]: INFO: Bringing device eth3 up
Jul 26 11:02:09 16-sl6 IPaddr2(vip-rep)[25778]: INFO: /usr/lib64/heartbeat/send_arp -i 200 -r 5 -p /var/run/resource-agents/send_arp-192.168.3.216 eth3 192.168.3.216 auto not_used not_used
Jul 26 11:02:09 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation vip-rep_start_0 (call=58, rc=0, cib-update=65, confirmed=true) ok
Jul 26 11:02:09 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 9: monitor vip-rep_monitor_10000 on 16-sl6 (local)
Jul 26 11:02:09 16-sl6 pgsql(pgsql)[25590]: INFO: all_data_status = 
Jul 26 11:02:09 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation vip-rep_monitor_10000 (call=65, rc=0, cib-update=66, confirmed=false) ok
Jul 26 11:02:09 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation pgsql_monitor_9000 (call=52, rc=8, cib-update=67, confirmed=false) master
Jul 26 11:02:09 16-sl6 crmd[24439]:   notice: run_graph: Transition 6 (Complete=9, Pending=0, Fired=0, Skipped=0, Incomplete=0, Source=/var/lib/pacemaker/pengine/pe-input-1518.bz2): Complete
Jul 26 11:02:09 16-sl6 crmd[24439]:   notice: do_state_transition: State transition S_TRANSITION_ENGINE -> S_IDLE [ input=I_TE_SUCCESS cause=C_FSA_INTERNAL origin=notify_crmd ]
Jul 26 11:02:19 16-sl6 pgsql(pgsql)[26032]: INFO: monitor called
Jul 26 11:02:19 16-sl6 pgsql(pgsql)[26032]: INFO: all_data_status = 
Jul 26 11:02:28 16-sl6 pgsql(pgsql)[26271]: INFO: monitor called
Jul 26 11:02:28 16-sl6 pgsql(pgsql)[26271]: INFO: all_data_status = 
Jul 26 11:02:38 16-sl6 pgsql(pgsql)[26510]: INFO: monitor called
Jul 26 11:02:38 16-sl6 pgsql(pgsql)[26510]: INFO: all_data_status = 
Jul 26 11:02:47 16-sl6 pgsql(pgsql)[26749]: INFO: monitor called
Jul 26 11:02:48 16-sl6 pgsql(pgsql)[26749]: INFO: all_data_status = 
Jul 26 11:02:57 16-sl6 pgsql(pgsql)[26988]: INFO: monitor called
Jul 26 11:02:57 16-sl6 pgsql(pgsql)[26988]: INFO: all_data_status = 
Jul 26 11:03:07 16-sl6 pgsql(pgsql)[27227]: INFO: monitor called
Jul 26 11:03:07 16-sl6 pgsql(pgsql)[27227]: INFO: all_data_status = 
Jul 26 11:03:16 16-sl6 pgsql(pgsql)[27497]: INFO: monitor called
Jul 26 11:03:16 16-sl6 pgsql(pgsql)[27497]: INFO: all_data_status = 
Jul 26 11:03:26 16-sl6 pgsql(pgsql)[27736]: INFO: monitor called
Jul 26 11:03:26 16-sl6 pgsql(pgsql)[27736]: INFO: all_data_status = 
Jul 26 11:03:31 16-sl6 stonith-ng[24435]:   notice: corosync_node_name: Unable to get node name for nodeid 1084752244
Jul 26 11:03:31 16-sl6 stonith-ng[24435]:   notice: get_node_name: Defaulting to uname -n for the local corosync node name
Jul 26 11:03:34 16-sl6 corosync[16769]:   [TOTEM ] totemrrp.c:1362 Incrementing problem counter for seqid 10611 iface 192.168.2.116 to [1 of 10]
Jul 26 11:03:34 16-sl6 crmd[24439]:   notice: do_state_transition: State transition S_IDLE -> S_INTEGRATION [ input=I_NODE_JOIN cause=C_HA_MESSAGE origin=route_message ]
Jul 26 11:03:34 16-sl6 cib[24434]:   notice: cib:diff: Diff: --- 0.5.11
Jul 26 11:03:34 16-sl6 cib[24434]:   notice: cib:diff: Diff: +++ 0.6.1 264197664c5343366b4352ccd7512802
Jul 26 11:03:35 16-sl6 attrd[24437]:   notice: attrd_local_callback: Sending full refresh (origin=crmd)
Jul 26 11:03:35 16-sl6 attrd[24437]:   notice: attrd_trigger_update: Sending flush op to all hosts for: pgsql-status (PRI)
Jul 26 11:03:35 16-sl6 attrd[24437]:   notice: attrd_trigger_update: Sending flush op to all hosts for: master-pgsql (1000)
Jul 26 11:03:35 16-sl6 attrd[24437]:   notice: attrd_trigger_update: Sending flush op to all hosts for: probe_complete (true)
Jul 26 11:03:35 16-sl6 attrd[24437]:   notice: attrd_trigger_update: Sending flush op to all hosts for: pgsql-master-baseline (000000001E000000)
Jul 26 11:03:35 16-sl6 pgsql(pgsql)[27980]: INFO: monitor called
Jul 26 11:03:35 16-sl6 pgsql(pgsql)[27980]: INFO: all_data_status = 
Jul 26 11:03:36 16-sl6 pgsql(pgsql)[27980]: INFO: Changing pgsql-data-status on 17-sl6 : ->DISCONNECT.
Jul 26 11:03:36 16-sl6 cib[24434]:   notice: cib:diff: Diff: --- 0.6.5
Jul 26 11:03:36 16-sl6 cib[24434]:   notice: cib:diff: Diff: +++ 0.7.1 accf241f4b834f23e48cdd059ec0ba09
Jul 26 11:03:36 16-sl6 pengine[24438]:   notice: unpack_config: On loss of CCM Quorum: Ignore
Jul 26 11:03:36 16-sl6 pengine[24438]:   notice: LogActions: Start   pgsql:1#011(17-sl6)
Jul 26 11:03:36 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 9: monitor vip-slave_monitor_0 on 17-sl6
Jul 26 11:03:36 16-sl6 pengine[24438]:   notice: process_pe_message: Calculated Transition 7: /var/lib/pacemaker/pengine/pe-input-1519.bz2
Jul 26 11:03:36 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 10: monitor vip-master_monitor_0 on 17-sl6
Jul 26 11:03:36 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 11: monitor vip-rep_monitor_0 on 17-sl6
Jul 26 11:03:36 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 12: monitor pgsql:1_monitor_0 on 17-sl6
Jul 26 11:03:36 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 56: notify pgsql_pre_notify_start_0 on 16-sl6 (local)
Jul 26 11:03:36 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation pgsql_notify_0 (call=70, rc=0, cib-update=0, confirmed=true) ok
Jul 26 11:03:37 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 8: probe_complete probe_complete on 17-sl6 - no waiting
Jul 26 11:03:37 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 27: start pgsql:1_start_0 on 17-sl6
Jul 26 11:03:37 16-sl6 corosync[16769]:   [TOTEM ] totemrrp.c:1330 ring 1 active with no faults
Jul 26 11:03:40 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 57: notify pgsql_post_notify_start_0 on 16-sl6 (local)
Jul 26 11:03:40 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 58: notify pgsql:1_post_notify_start_0 on 17-sl6
Jul 26 11:03:40 16-sl6 crmd[24439]:   notice: process_lrm_event: LRM operation pgsql_notify_0 (call=74, rc=0, cib-update=0, confirmed=true) ok
Jul 26 11:03:40 16-sl6 crmd[24439]:   notice: run_graph: Transition 7 (Complete=16, Pending=0, Fired=0, Skipped=1, Incomplete=0, Source=/var/lib/pacemaker/pengine/pe-input-1519.bz2): Stopped
Jul 26 11:03:40 16-sl6 pengine[24438]:   notice: unpack_config: On loss of CCM Quorum: Ignore
Jul 26 11:03:40 16-sl6 pengine[24438]:   notice: process_pe_message: Calculated Transition 8: /var/lib/pacemaker/pengine/pe-input-1520.bz2
Jul 26 11:03:40 16-sl6 crmd[24439]:   notice: te_rsc_command: Initiating action 25: monitor pgsql_monitor_10000 on 17-sl6
Jul 26 11:03:41 16-sl6 crmd[24439]:   notice: run_graph: Transition 8 (Complete=1, Pending=0, Fired=0, Skipped=0, Incomplete=0, Source=/var/lib/pacemaker/pengine/pe-input-1520.bz2): Complete
Jul 26 11:03:41 16-sl6 crmd[24439]:   notice: do_state_transition: State transition S_TRANSITION_ENGINE -> S_IDLE [ input=I_TE_SUCCESS cause=C_FSA_INTERNAL origin=notify_crmd ]
Jul 26 11:04:37 16-sl6 corosync[16769]:   [TOTEM ] totemrrp.c:1362 Incrementing problem counter for seqid 11609 iface 192.168.2.116 to [1 of 10]
Jul 26 11:04:40 16-sl6 corosync[16769]:   [TOTEM ] totemrrp.c:1330 ring 1 active with no faults
-------------- next part --------------
A non-text attachment was scrubbed...
Name: setting.crm
Type: application/octet-stream
Size: 2853 bytes
Desc: not available
URL: <https://lists.clusterlabs.org/pipermail/pacemaker/attachments/20130726/ccc15e9d/attachment-0003.obj>


More information about the Pacemaker mailing list