[Linux-ha-jp] sfexリソースエージェントの設定について

Back to archive index

Keisuke Nakamura k.xna****@gmail*****
2016年 10月 19日 (水) 17:04:57 JST


ひばり様、各位

お世話になっております。nakaと申します。
先日のlvm.confの件、頂いた回答やネット上の情報を参考にしましたがどうもうまくいかず悩んでおります。。

【やったこと】
/etc/lvm/lvm.confの編集。
↓下記の通り設定。

volume_list = [ "vg00" ] ★vg00はローカルでの使用。
use_lvmetad = 0
locking_type = 1

initramfsの再作成
dracut -H -f /boot/initramfs-$(uname -r).img $(uname -r)

OSリブート

これで、確かにOS起動時にはローカル(vg00)は活性状態、クラスタ共有ディスク(vgua01)は非活性に
なるのですが、手動で共有ディスク(vgua01)の活性化(vgchange -a y)はできない状態でした。
pacemakerでのLVMリソースの起動も失敗してしまいます。volume_listをコメントアウトすると、
正常に活性化できます。何か足りない設定があるのかな、、

とここまで書いて、既にpacemakerの話ではなく、OSのLVMの話になってますよね。
pacemaker(+corosync)でLVMのクラスタ共有ディスクを使う場合に他に考慮が必要なのでしょうか。。

何か些細なことでも気になる点等ございましたらご指摘頂けると助かります。
参考までに、「crm resouce start vgua01(LVMリソース)」後のcorosync.logを添付致します。

Naka
-------------- next part --------------
crm resouceでvgua01をstart。
しかしエラー。vgua01を活性化することができない。

Oct 19 16:29:21 [2563] hoge01t        cib:     info: cib_process_request:     Forwarding cib_apply_diff operation for section 'all' to master (origin=local/cibadmin/2)
Oct 19 16:29:21 [2563] hoge01t        cib:     info: cib_perform_op:  Diff: --- 0.125.1 2
Oct 19 16:29:21 [2563] hoge01t        cib:     info: cib_perform_op:  Diff: +++ 0.126.0 1f5729abcc0b9e00d6cecf4aec82a724
Oct 19 16:29:21 [2563] hoge01t        cib:     info: cib_perform_op:  +  /cib:  @epoch=126, @num_updates=0
Oct 19 16:29:21 [2563] hoge01t        cib:     info: cib_perform_op:  ++ /cib/configuration/resources/group[@id='pkg_hoge00t']/primitive[@id='vgua01']:  <meta_attributes id="vgua01-meta_attributes"/>
Oct 19 16:29:21 [2563] hoge01t        cib:     info: cib_perform_op:  ++                                                                                     <nvpair id="vgua01-meta_attributes-target-role" name="target-role" value="Started"/>
Oct 19 16:29:21 [2563] hoge01t        cib:     info: cib_perform_op:  ++                                                                                   </meta_attributes>
Oct 19 16:29:21 [2563] hoge01t        cib:     info: cib_process_request:     Completed cib_apply_diff operation for section 'all': OK (rc=0, origin=hoge01t/cibadmin/2, version=0.126.0)
Oct 19 16:29:21 [2568] hoge01t       crmd:     info: abort_transition_graph:  Transition aborted by meta_attributes.vgua01-meta_attributes 'create': Non-status change (cib=0.126.0, source=te_update_diff:436, path=/cib/configuration/resources/group[@id='pkg_hoge00t']/primitive[@id='vgua01'], 1)
Oct 19 16:29:21 [2568] hoge01t       crmd:   notice: do_state_transition:     State transition S_IDLE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_FSA_INTERNAL origin=abort_transition_graph ]
Oct 19 16:29:21 [2567] hoge01t    pengine:   notice: unpack_config:   On loss of CCM Quorum: Ignore
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: determine_online_status: Node hoge01t is online
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: clone_print:      Clone Set: clone_ping [res_ping]
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: short_print:          Started: [ hoge01t ]
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: short_print:          Stopped: [ hoge02t ]
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: group_print:      Resource Group: pkg_hoge00t
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: native_print:         ip_hoge00t       (ocf::heartbeat:IPaddr2):       Started hoge01t
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: native_print:         mp_quorum  (ocf::heartbeat:sfex):  Started hoge01t
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: native_print:         vgua01     (ocf::heartbeat:LVM):   Stopped
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: native_print:         vgua01_LogVol00    (ocf::heartbeat:Filesystem):    (target-role:Stopped) Stopped
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: native_color:    Resource res_ping:1 cannot run anywhere
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: native_color:    Resource vgua01_LogVol00 cannot run anywhere
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: LogActions:      Leave   res_ping:0      (Started hoge01t)
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: LogActions:      Leave   res_ping:1      (Stopped)
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: LogActions:      Leave   ip_hoge00t    (Started hoge01t)
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: LogActions:      Leave   mp_quorum       (Started hoge01t)
Oct 19 16:29:21 [2567] hoge01t    pengine:   notice: LogActions:      Start   vgua01  (hoge01t)
Oct 19 16:29:21 [2567] hoge01t    pengine:     info: LogActions:      Leave   vgua01_LogVol00 (Stopped)
Oct 19 16:29:21 [2567] hoge01t    pengine:   notice: process_pe_message:      Calculated Transition 20: /var/lib/pacemaker/pengine/pe-input-214.bz2
Oct 19 16:29:21 [2568] hoge01t       crmd:     info: do_state_transition:     State transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS cause=C_IPC_MESSAGE origin=handle_response ]
Oct 19 16:29:21 [2568] hoge01t       crmd:     info: do_te_invoke:    Processing graph 20 (ref=pe_calc-dc-1476862161-68) derived from /var/lib/pacemaker/pengine/pe-input-214.bz2
Oct 19 16:29:21 [2568] hoge01t       crmd:   notice: te_rsc_command:  Initiating action 14: start vgua01_start_0 on hoge01t (local)
Oct 19 16:29:21 [2568] hoge01t       crmd:     info: do_lrm_rsc_op:   Performing key=14:20:0:164512eb-5ac7-45ea-8667-70c76ebf0a5e op=vgua01_start_0
Oct 19 16:29:21 [2565] hoge01t       lrmd:     info: log_execute:     executing - rsc:vgua01 action:start call_id:82
Oct 19 16:29:21 [2563] hoge01t        cib:     info: cib_file_backup: Archived previous version as /var/lib/pacemaker/cib/cib-68.raw
Oct 19 16:29:21 [2563] hoge01t        cib:     info: cib_file_write_with_digest:      Wrote version 0.126.0 of the CIB to disk (digest: e0c8e4f0e83d59cdc2fcee17a10fc1a7)
Oct 19 16:29:21 [2563] hoge01t        cib:     info: cib_file_write_with_digest:      Reading cluster configuration file /var/lib/pacemaker/cib/cib.XoyBb2 (digest: /var/lib/pacemaker/cib/cib.vaWP1g)
LVM(vgua01)[13453]:     2016/10/19_16:29:22 INFO: Activating volume group vgua01
LVM(vgua01)[13453]:     2016/10/19_16:29:22 INFO: Reading all physical volumes. This may take a while... Found volume group "vgua01" using metadata type lvm2 Found volume group "vg00" using metadata type lvm2
LVM(vgua01)[13453]:     2016/10/19_16:29:22 INFO: 0 logical volume(s) in volume group "vgua01" now active
LVM(vgua01)[13453]:     2016/10/19_16:29:22 ERROR: LVM Volume vgua01 is not available (stopped)
LVM(vgua01)[13453]:     2016/10/19_16:29:22 ERROR: LVM: vgua01 did not activate correctly
Oct 19 16:29:22 [2565] hoge01t       lrmd:   notice: operation_finished:      vgua01_start_0:13453:stderr [ ocf-exit-reason:LVM: vgua01 did not activate correctly ]
Oct 19 16:29:22 [2565] hoge01t       lrmd:     info: log_finished:    finished - rsc:vgua01 action:start call_id:82 pid:13453 exit-code:7 exec-time:1198ms queue-time:0ms
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: action_synced_wait:      Managed LVM_meta-data_0 process 13546 exited with rc=0
Oct 19 16:29:22 [2568] hoge01t       crmd:   notice: process_lrm_event:       Operation vgua01_start_0: not running (node=hoge01t, call=82, rc=7, cib-update=135, confirmed=true)
Oct 19 16:29:22 [2568] hoge01t       crmd:   notice: process_lrm_event:       hoge01t-vgua01_start_0:82 [ ocf-exit-reason:LVM: vgua01 did not activate correctly\n ]
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_process_request:     Forwarding cib_modify operation for section status to master (origin=local/crmd/135)
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_perform_op:  Diff: --- 0.126.0 2
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_perform_op:  Diff: +++ 0.126.1 (null)
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_perform_op:  +  /cib:  @num_updates=1
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_perform_op:  +  /cib/status/node_state[@id='1']/lrm[@id='1']/lrm_resources/lrm_resource[@id='vgua01']/lrm_rsc_op[@id='vgua01_last_0']:  @operation_key=vgua01_start_0, @operation=start, @transition-key=14:20:0:164512eb-5ac7-45ea-8667-70c76ebf0a5e, @transition-magic=0:7;14:20:0:164512eb-5ac7-45ea-8667-70c76ebf0a5e, @call-id=82, @last-run=1476862161, @last-rc-change=1476862161, @exec-time=1198, @exit-reason=LVM: vgua01 did not activate correctly
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_perform_op:  ++ /cib/status/node_state[@id='1']/lrm[@id='1']/lrm_resources/lrm_resource[@id='vgua01']:  <lrm_rsc_op id="vgua01_last_failure_0" operation_key="vgua01_start_0" operation="start" crm-debug-origin="do_update_resource" crm_feature_set="3.0.10" transition-key="14:20:0:164512eb-5ac7-45ea-8667-70c76ebf0a5e" transition-magic="0:7;14:20:0:164512eb-5ac7-45ea-8667-70c76ebf0a5e" exit-reason="LVM: vgua01 did not activate correctly" on_node="hoge
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_process_request:     Completed cib_modify operation for section status: OK (rc=0, origin=hoge01t/crmd/135, version=0.126.1)
Oct 19 16:29:22 [2568] hoge01t       crmd:  warning: status_from_rc:  Action 14 (vgua01_start_0) on hoge01t failed (target: 0 vs. rc: 7): Error
Oct 19 16:29:22 [2568] hoge01t       crmd:   notice: abort_transition_graph:  Transition aborted by vgua01_start_0 'modify' on hoge01t: Event failed (magic=0:7;14:20:0:164512eb-5ac7-45ea-8667-70c76ebf0a5e, cib=0.126.1, source=match_graph_event:381, 0)
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: match_graph_event:       Action vgua01_start_0 (14) confirmed on hoge01t (rc=7)
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: update_failcount:        Updating failcount for vgua01 on hoge01t after failed start: rc=7 (update=INFINITY, time=1476862162)
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: process_graph_event:     Detected action (20.14) vgua01_start_0.82=not running: failed
Oct 19 16:29:22 [2568] hoge01t       crmd:  warning: status_from_rc:  Action 14 (vgua01_start_0) on hoge01t failed (target: 0 vs. rc: 7): Error
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: abort_transition_graph:  Transition aborted by vgua01_start_0 'create' on hoge01t: Event failed (magic=0:7;14:20:0:164512eb-5ac7-45ea-8667-70c76ebf0a5e, cib=0.126.1, source=match_graph_event:381, 0)
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: match_graph_event:       Action vgua01_start_0 (14) confirmed on hoge01t (rc=7)
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: update_failcount:        Updating failcount for vgua01 on hoge01t after failed start: rc=7 (update=INFINITY, time=1476862162)
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: process_graph_event:     Detected action (20.14) vgua01_start_0.82=not running: failed
Oct 19 16:29:22 [2568] hoge01t       crmd:   notice: run_graph:       Transition 20 (Complete=2, Pending=0, Fired=0, Skipped=0, Incomplete=0, Source=/var/lib/pacemaker/pengine/pe-input-214.bz2): Complete
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: do_state_transition:     State transition S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_FSA_INTERNAL origin=notify_crmd ]
Oct 19 16:29:22 [2566] hoge01t      attrd:     info: attrd_peer_update:       Setting fail-count-vgua01[hoge01t]: (null) -> INFINITY from hoge01t
Oct 19 16:29:22 [2566] hoge01t      attrd:     info: write_attribute: Sent update 15 with 1 changes for fail-count-vgua01, id=<n/a>, set=(null)
Oct 19 16:29:22 [2566] hoge01t      attrd:     info: attrd_peer_update:       Setting last-failure-vgua01[hoge01t]: 1476861931 -> 1476862162 from hoge01t
Oct 19 16:29:22 [2566] hoge01t      attrd:     info: write_attribute: Sent update 16 with 1 changes for last-failure-vgua01, id=<n/a>, set=(null)
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_process_request:     Forwarding cib_modify operation for section status to master (origin=local/attrd/15)
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_process_request:     Forwarding cib_modify operation for section status to master (origin=local/attrd/16)
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_perform_op:  Diff: --- 0.126.1 2
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_perform_op:  Diff: +++ 0.126.2 (null)
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_perform_op:  +  /cib:  @num_updates=2
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_perform_op:  ++ /cib/status/node_state[@id='1']/transient_attributes[@id='1']/instance_attributes[@id='status-1']:  <nvpair id="status-1-fail-count-vgua01" name="fail-count-vgua01" value="INFINITY"/>
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_process_request:     Completed cib_modify operation for section status: OK (rc=0, origin=hoge01t/attrd/15, version=0.126.2)
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_perform_op:  Diff: --- 0.126.2 2
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_perform_op:  Diff: +++ 0.126.3 (null)
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_perform_op:  +  /cib:  @num_updates=3
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_perform_op:  +  /cib/status/node_state[@id='1']/transient_attributes[@id='1']/instance_attributes[@id='status-1']/nvpair[@id='status-1-last-failure-vgua01']:  @value=1476862162
Oct 19 16:29:22 [2563] hoge01t        cib:     info: cib_process_request:     Completed cib_modify operation for section status: OK (rc=0, origin=hoge01t/attrd/16, version=0.126.3)
Oct 19 16:29:22 [2566] hoge01t      attrd:     info: attrd_cib_callback:      Update 15 for fail-count-vgua01: OK (0)
Oct 19 16:29:22 [2566] hoge01t      attrd:     info: attrd_cib_callback:      Update 15 for fail-count-vgua01[hoge01t]=INFINITY: OK (0)
Oct 19 16:29:22 [2566] hoge01t      attrd:     info: attrd_cib_callback:      Update 16 for last-failure-vgua01: OK (0)
Oct 19 16:29:22 [2566] hoge01t      attrd:     info: attrd_cib_callback:      Update 16 for last-failure-vgua01[hoge01t]=1476862162: OK (0)
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: abort_transition_graph:  Transition aborted by status-1-fail-count-vgua01, fail-count-vgua01=INFINITY: Transient attribute change (create cib=0.126.2, source=abort_unless_down:329, path=/cib/status/node_state[@id='1']/transient_attributes[@id='1']/instance_attributes[@id='status-1'], 1)
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: abort_transition_graph:  Transition aborted by status-1-last-failure-vgua01, last-failure-vgua01=1476862162: Transient attribute change (modify cib=0.126.3, source=abort_unless_down:329, path=/cib/status/node_state[@id='1']/transient_attributes[@id='1']/instance_attributes[@id='status-1']/nvpair[@id='status-1-last-failure-vgua01'], 1)
Oct 19 16:29:22 [2567] hoge01t    pengine:   notice: unpack_config:   On loss of CCM Quorum: Ignore
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: determine_online_status: Node hoge01t is online
Oct 19 16:29:22 [2567] hoge01t    pengine:  warning: unpack_rsc_op_failure:   Processing failed op start for vgua01 on hoge01t: not running (7)
Oct 19 16:29:22 [2567] hoge01t    pengine:  warning: unpack_rsc_op_failure:   Processing failed op start for vgua01 on hoge01t: not running (7)
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: clone_print:      Clone Set: clone_ping [res_ping]
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: short_print:          Started: [ hoge01t ]
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: short_print:          Stopped: [ hoge02t ]
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: group_print:      Resource Group: pkg_hoge00t
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: native_print:         ip_hoge00t       (ocf::heartbeat:IPaddr2):       Started hoge01t
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: native_print:         mp_quorum  (ocf::heartbeat:sfex):  Started hoge01t
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: native_print:         vgua01     (ocf::heartbeat:LVM):   FAILED hoge01t
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: native_print:         vgua01_LogVol00    (ocf::heartbeat:Filesystem):    (target-role:Stopped) Stopped
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: native_color:    Resource res_ping:1 cannot run anywhere
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: native_color:    Resource vgua01_LogVol00 cannot run anywhere
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: LogActions:      Leave   res_ping:0      (Started hoge01t)
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: LogActions:      Leave   res_ping:1      (Stopped)
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: LogActions:      Leave   ip_hoge00t    (Started hoge01t)
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: LogActions:      Leave   mp_quorum       (Started hoge01t)
Oct 19 16:29:22 [2567] hoge01t    pengine:   notice: LogActions:      Recover vgua01  (Started hoge01t)
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: LogActions:      Leave   vgua01_LogVol00 (Stopped)
Oct 19 16:29:22 [2567] hoge01t    pengine:   notice: process_pe_message:      Calculated Transition 21: /var/lib/pacemaker/pengine/pe-input-215.bz2
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: handle_response: pe_calc calculation pe_calc-dc-1476862162-70 is obsolete
Oct 19 16:29:22 [2567] hoge01t    pengine:   notice: unpack_config:   On loss of CCM Quorum: Ignore
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: determine_online_status: Node hoge01t is online
Oct 19 16:29:22 [2567] hoge01t    pengine:  warning: unpack_rsc_op_failure:   Processing failed op start for vgua01 on hoge01t: not running (7)
Oct 19 16:29:22 [2567] hoge01t    pengine:  warning: unpack_rsc_op_failure:   Processing failed op start for vgua01 on hoge01t: not running (7)
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: clone_print:      Clone Set: clone_ping [res_ping]
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: short_print:          Started: [ hoge01t ]
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: short_print:          Stopped: [ hoge02t ]
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: group_print:      Resource Group: pkg_hoge00t
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: native_print:         ip_hoge00t       (ocf::heartbeat:IPaddr2):       Started hoge01t
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: native_print:         mp_quorum  (ocf::heartbeat:sfex):  Started hoge01t
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: native_print:         vgua01     (ocf::heartbeat:LVM):   FAILED hoge01t
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: native_print:         vgua01_LogVol00    (ocf::heartbeat:Filesystem):    (target-role:Stopped) Stopped
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: get_failcount_full:      vgua01 has failed INFINITY times on hoge01t
Oct 19 16:29:22 [2567] hoge01t    pengine:  warning: common_apply_stickiness: Forcing vgua01 away from hoge01t after 1000000 failures (max=1000000)
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: native_color:    Resource res_ping:1 cannot run anywhere
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: rsc_merge_weights:       ip_hoge00t: Rolling back scores from vgua01
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: rsc_merge_weights:       mp_quorum: Rolling back scores from vgua01
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: rsc_merge_weights:       vgua01: Rolling back scores from vgua01_LogVol00
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: native_color:    Resource vgua01 cannot run anywhere
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: native_color:    Resource vgua01_LogVol00 cannot run anywhere
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: LogActions:      Leave   res_ping:0      (Started hoge01t)
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: LogActions:      Leave   res_ping:1      (Stopped)
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: LogActions:      Leave   ip_hoge00t    (Started hoge01t)
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: LogActions:      Leave   mp_quorum       (Started hoge01t)
Oct 19 16:29:22 [2567] hoge01t    pengine:   notice: LogActions:      Stop    vgua01  (hoge01t)
Oct 19 16:29:22 [2567] hoge01t    pengine:     info: LogActions:      Leave   vgua01_LogVol00 (Stopped)
Oct 19 16:29:22 [2567] hoge01t    pengine:   notice: process_pe_message:      Calculated Transition 22: /var/lib/pacemaker/pengine/pe-input-216.bz2
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: do_state_transition:     State transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS cause=C_IPC_MESSAGE origin=handle_response ]
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: do_te_invoke:    Processing graph 22 (ref=pe_calc-dc-1476862162-71) derived from /var/lib/pacemaker/pengine/pe-input-216.bz2
Oct 19 16:29:22 [2568] hoge01t       crmd:   notice: te_rsc_command:  Initiating action 2: stop vgua01_stop_0 on hoge01t (local)
Oct 19 16:29:22 [2568] hoge01t       crmd:     info: do_lrm_rsc_op:   Performing key=2:22:0:164512eb-5ac7-45ea-8667-70c76ebf0a5e op=vgua01_stop_0
Oct 19 16:29:22 [2565] hoge01t       lrmd:     info: log_execute:     executing - rsc:vgua01 action:stop call_id:83
LVM(vgua01)[13550]:     2016/10/19_16:29:23 INFO: Deactivating volume group vgua01
LVM(vgua01)[13550]:     2016/10/19_16:29:23 INFO: 0 logical volume(s) in volume group "vgua01" now active
LVM(vgua01)[13550]:     2016/10/19_16:29:23 INFO: LVM Volume vgua01 is not available (stopped)
Oct 19 16:29:23 [2565] hoge01t       lrmd:     info: log_finished:    finished - rsc:vgua01 action:stop call_id:83 pid:13550 exit-code:0 exec-time:577ms queue-time:0ms
Oct 19 16:29:23 [2568] hoge01t       crmd:   notice: process_lrm_event:       Operation vgua01_stop_0: ok (node=hoge01t, call=83, rc=0, cib-update=139, confirmed=true)
Oct 19 16:29:23 [2563] hoge01t        cib:     info: cib_process_request:     Forwarding cib_modify operation for section status to master (origin=local/crmd/139)
Oct 19 16:29:23 [2563] hoge01t        cib:     info: cib_perform_op:  Diff: --- 0.126.3 2
Oct 19 16:29:23 [2563] hoge01t        cib:     info: cib_perform_op:  Diff: +++ 0.126.4 (null)
Oct 19 16:29:23 [2563] hoge01t        cib:     info: cib_perform_op:  +  /cib:  @num_updates=4
Oct 19 16:29:23 [2563] hoge01t        cib:     info: cib_perform_op:  +  /cib/status/node_state[@id='1']/lrm[@id='1']/lrm_resources/lrm_resource[@id='vgua01']/lrm_rsc_op[@id='vgua01_last_0']:  @operation_key=vgua01_stop_0, @operation=stop, @transition-key=2:22:0:164512eb-5ac7-45ea-8667-70c76ebf0a5e, @transition-magic=0:0;2:22:0:164512eb-5ac7-45ea-8667-70c76ebf0a5e, @call-id=83, @rc-code=0, @last-run=1476862162, @last-rc-change=1476862162, @exec-time=577
Oct 19 16:29:23 [2563] hoge01t        cib:     info: cib_process_request:     Completed cib_modify operation for section status: OK (rc=0, origin=hoge01t/crmd/139, version=0.126.4)
Oct 19 16:29:23 [2568] hoge01t       crmd:     info: match_graph_event:       Action vgua01_stop_0 (2) confirmed on hoge01t (rc=0)
Oct 19 16:29:23 [2568] hoge01t       crmd:   notice: run_graph:       Transition 22 (Complete=4, Pending=0, Fired=0, Skipped=0, Incomplete=0, Source=/var/lib/pacemaker/pengine/pe-input-216.bz2): Complete
Oct 19 16:29:23 [2568] hoge01t       crmd:     info: do_log:  FSA: Input I_TE_SUCCESS from notify_crmd() received in state S_TRANSITION_ENGINE
Oct 19 16:29:23 [2568] hoge01t       crmd:   notice: do_state_transition:     State transition S_TRANSITION_ENGINE -> S_IDLE [ input=I_TE_SUCCESS cause=C_FSA_INTERNAL origin=notify_crmd ]





Linux-ha-japan メーリングリストの案内
Back to archive index