[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openais
Subject:    [Openais] Resource group refused to start
From:       Anthony BRODARD <brodard.anthony () gmail ! com>
Date:       2011-12-23 10:23:14
Message-ID: CAOkyUcfcLuaH1nnVgfiOVp57hxroczBMb0rfomO65S=ADZy-UQ () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi list,

I'm trying to configure corosync + DRBD on 2 servers, bart and lisa.
DRBD works fine, no problem.
But for corosync, I have a problem with resources' configuration. DRBD is
correctly managed, I can move it on each server without any problem.
But other resources (vip, apache, mysql and filesystem for drbd), which are
included in a group, refuse to start, and are not displayed in the command
"crm_mon" :

============
Last updated: Fri Dec 23 11:10:54 2011
Stack: openais
Current DC: bart - partition with quorum
Version: 1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b
2 Nodes configured, 2 expected votes
2 Resources configured.
============

Online: [ bart lisa ]

 Master/Slave Set: ms-drbd-rt
     Masters: [ bart ]
     Slaves: [ lisa ]


First, the configuration :

[bart]~ # crm configure show
node bart
node lisa
primitive fs-data ocf:heartbeat:Filesystem \
        params device="/dev/drbd/by-res/data" directory="/data/"
fstype="ext3"
primitive rt-apache2 ocf:heartbeat:apache \
        params configfile="/etc/apache2/apache2.conf" port="443" \
        op monitor interval="10" timeout="20s" depth="0" \
        op stop interval="0" timeout="40" \
        op start interval="0" timeout="60" \
        meta is-managed="false"
primitive rt-drbd ocf:linbit:drbd \
        params drbd_resource="data" \
        op monitor interval="15s" ignore_deprecation="true" \
        op stop interval="0" timeout="100" \
        op start interval="0" timeout="240"
primitive rt-mysql lsb:mysql
primitive rt-vip ocf:heartbeat:IPaddr2 \
        params ip="10.1.150.150" cidr_netmask="32" \
        op monitor interval="5s"
group rt-grp rt-apache2 fs-data rt-mysql rt-vip \
        meta target-role="Started"
ms ms-drbd-rt rt-drbd \
        meta master-max="1" master-node-max="1" clone-max="2"
clone-node-max="1" notify="true"
location prefer-rt-bart rt-grp 1: bart
colocation rt-on-drbd inf: rt-grp ms-drbd-rt:Master
order drbd-before-rt inf: ms-drbd-rt:promote rt-grp:start
property $id="cib-bootstrap-options" \
        dc-version="1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b" \
        cluster-infrastructure="openais" \
        expected-quorum-votes="2" \
        stonith-enabled="false" \
        no-quorum-policy="ignore" \
        default-resource-stickiness="100" \
        start-failure-is-fatal="false"


When I try "crm resource restart rt-grp", syslog says:

Dec 23 11:16:25 bart cibadmin: [4271]: info: Invoked: cibadmin -Ql -o
resources
Dec 23 11:16:25 bart cibadmin: [4273]: info: Invoked: cibadmin -p -R -o
resources
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: - <cib
admin_epoch="0" epoch="88" num_updates="1" >
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: -
<configuration >
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: -
<resources >
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: -
<group id="rt-grp" >
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: -
  <meta_attributes id="rt-grp-meta_attributes" >
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: -
    <nvpair value="Stopped" id="rt-grp-meta_attributes-target-role" />
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: -
  </meta_attributes>
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: -
</group>
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: -
</resources>
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: -
</configuration>
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: - </cib>
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: + <cib
admin_epoch="0" epoch="89" num_updates="1" >
Dec 23 11:16:25 bart crmd: [3315]: info: abort_transition_graph:
need_abort:59 - Triggered transition abort (complete=1) : Non-status change
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: +
<configuration >
Dec 23 11:16:25 bart crmd: [3315]: info: need_abort: Aborting on change to
admin_epoch
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: +
<resources >
Dec 23 11:16:25 bart crmd: [3315]: info: do_state_transition: State
transition S_IDLE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_FSA_INTERNAL
origin=abort_transition_graph ]
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: +
<group id="rt-grp" >
Dec 23 11:16:25 bart crmd: [3315]: info: do_state_transition: All 2 cluster
nodes are eligible to run resources.
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: +
  <meta_attributes id="rt-grp-meta_attributes" >
Dec 23 11:16:25 bart crmd: [3315]: info: do_pe_invoke: Query 116:
Requesting the current CIB: S_POLICY_ENGINE
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: +
    <nvpair value="Started" id="rt-grp-meta_attributes-target-role" />
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: +
  </meta_attributes>
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: +
</group>
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: +
</resources>
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: +
</configuration>
Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: + </cib>
Dec 23 11:16:25 bart cib: [3311]: info: cib_process_request: Operation
complete: op cib_replace for section resources (origin=local/cibadmin/2,
version=0.89.1): ok (rc=0)
Dec 23 11:16:26 bart crmd: [3315]: info: do_pe_invoke_callback: Invoking
the PE: query=116, ref=pe_calc-dc-1324635386-87, seq=96, quorate=1
Dec 23 11:16:26 bart pengine: [3314]: notice: unpack_config: On loss of CCM
Quorum: Ignore
Dec 23 11:16:26 bart pengine: [3314]: info: unpack_config: Node scores:
'red' = -INFINITY, 'yellow' = 0, 'green' = 0
Dec 23 11:16:26 bart cib: [4274]: info: write_cib_contents: Archived
previous version as /var/lib/heartbeat/crm/cib-63.raw
Dec 23 11:16:26 bart pengine: [3314]: info: determine_online_status: Node
bart is online
Dec 23 11:16:26 bart pengine: [3314]: info: determine_online_status: Node
lisa is online
Dec 23 11:16:26 bart pengine: [3314]: notice: unpack_rsc_op: Operation
rt-drbd:1_monitor_0 found resource rt-drbd:1 active on lisa
Dec 23 11:16:26 bart pengine: [3314]: notice: group_print:  Resource Group:
rt-grp
Dec 23 11:16:26 bart pengine: [3314]: notice: native_print:      rt-apache2
    (ocf::heartbeat:apache):        Stopped  (unmanaged)
Dec 23 11:16:26 bart pengine: [3314]: notice: native_print:      fs-data
     (ocf::heartbeat:Filesystem):    Stopped
Dec 23 11:16:26 bart pengine: [3314]: notice: native_print:      rt-mysql
    (lsb:mysql):    Stopped
Dec 23 11:16:26 bart pengine: [3314]: notice: native_print:      rt-vip
(ocf::heartbeat:IPaddr2):       Stopped
Dec 23 11:16:26 bart pengine: [3314]: notice: clone_print:  Master/Slave
Set: ms-drbd-rt
Dec 23 11:16:26 bart pengine: [3314]: notice: short_print:      Masters: [
bart ]
Dec 23 11:16:26 bart cib: [4274]: info: write_cib_contents: Wrote version
0.89.0 of the CIB to disk (digest: cd534ad8c2b3c1f8add883e157966248)
Dec 23 11:16:26 bart pengine: [3314]: notice: short_print:      Slaves: [
lisa ]
Dec 23 11:16:26 bart pengine: [3314]: info: master_color: Promoting
rt-drbd:0 (Master bart)
Dec 23 11:16:26 bart pengine: [3314]: info: master_color: ms-drbd-rt:
Promoted 1 instances of a possible 1 to master
Dec 23 11:16:26 bart pengine: [3314]: info: native_color: Unmanaged
resource rt-apache2 allocated to 'nowhere': inactive
Dec 23 11:16:26 bart pengine: [3314]: info: native_merge_weights: fs-data:
Rolling back scores from rt-mysql
Dec 23 11:16:26 bart cib: [4274]: info: retrieveCib: Reading cluster
configuration from: /var/lib/heartbeat/crm/cib.f8vE7m (digest:
/var/lib/heartbeat/crm/cib.JaAGaL)
Dec 23 11:16:26 bart pengine: [3314]: info: native_color: Resource fs-data
cannot run anywhere
Dec 23 11:16:26 bart pengine: [3314]: info: native_merge_weights: rt-mysql:
Rolling back scores from rt-vip
Dec 23 11:16:26 bart pengine: [3314]: info: native_color: Resource rt-mysql
cannot run anywhere
Dec 23 11:16:26 bart pengine: [3314]: info: native_color: Resource rt-vip
cannot run anywhere
Dec 23 11:16:26 bart pengine: [3314]: info: master_color: Promoting
rt-drbd:0 (Master bart)
Dec 23 11:16:26 bart pengine: [3314]: info: master_color: ms-drbd-rt:
Promoted 1 instances of a possible 1 to master
Dec 23 11:16:26 bart pengine: [3314]: ERROR:
create_notification_boundaries: Creating boundaries for ms-drbd-rt
Dec 23 11:16:26 bart pengine: [3314]: ERROR:
create_notification_boundaries: Creating boundaries for ms-drbd-rt
Dec 23 11:16:26 bart pengine: [3314]: ERROR:
create_notification_boundaries: Creating boundaries for ms-drbd-rt
Dec 23 11:16:26 bart pengine: [3314]: ERROR:
create_notification_boundaries: Creating boundaries for ms-drbd-rt
Dec 23 11:16:26 bart pengine: [3314]: notice: LogActions: Leave resource
rt-apache2     (Stopped unmanaged)
Dec 23 11:16:26 bart pengine: [3314]: notice: LogActions: Leave resource
fs-data        (Stopped)
Dec 23 11:16:26 bart pengine: [3314]: notice: LogActions: Leave resource
rt-mysql       (Stopped)
Dec 23 11:16:26 bart pengine: [3314]: notice: LogActions: Leave resource
rt-vip (Stopped)
Dec 23 11:16:26 bart pengine: [3314]: notice: LogActions: Leave resource
rt-drbd:0      (Master bart)
Dec 23 11:16:26 bart pengine: [3314]: notice: LogActions: Leave resource
rt-drbd:1      (Slave lisa)
Dec 23 11:16:26 bart crmd: [3315]: info: do_state_transition: State
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS
cause=C_IPC_MESSAGE origin=handle_response ]
Dec 23 11:16:26 bart crmd: [3315]: info: unpack_graph: Unpacked transition
17: 0 actions in 0 synapses
Dec 23 11:16:26 bart crmd: [3315]: info: do_te_invoke: Processing graph 17
(ref=pe_calc-dc-1324635386-87) derived from
/var/lib/pengine/pe-input-1084.bz2
Dec 23 11:16:26 bart pengine: [3314]: info: process_pe_message: Transition
17: PEngine Input stored in: /var/lib/pengine/pe-input-1084.bz2
Dec 23 11:16:26 bart crmd: [3315]: info: run_graph:
====================================================
Dec 23 11:16:26 bart crmd: [3315]: notice: run_graph: Transition 17
(Complete=0, Pending=0, Fired=0, Skipped=0, Incomplete=0,
Source=/var/lib/pengine/pe-input-1084.bz2): Complete
Dec 23 11:16:26 bart crmd: [3315]: info: te_graph_trigger: Transition 17 is
now complete
Dec 23 11:16:26 bart crmd: [3315]: info: notify_crmd: Transition 17 status:
done - <null>
Dec 23 11:16:26 bart crmd: [3315]: info: do_state_transition: State
transition S_TRANSITION_ENGINE -> S_IDLE [ input=I_TE_SUCCESS
cause=C_FSA_INTERNAL origin=notify_crmd ]
Dec 23 11:16:26 bart crmd: [3315]: info: do_state_transition: Starting
PEngine Recheck Timer


I don't understand what is wrong in my configuration. Did you have any idea?

Regards
Anthony

[Attachment #5 (text/html)]

Hi list,<div><br></div><div>I&#39;m trying to configure corosync + DRBD on 2 servers, \
bart and lisa.</div><div>DRBD works fine, no problem.</div><div>But for corosync, I \
have a problem with resources&#39; configuration. DRBD is correctly managed, I can \
move it on each server without any problem.</div> <div>But other resources (vip, \
apache, mysql and filesystem for drbd), which are included in a group, refuse to \
start, and are not displayed in the command &quot;crm_mon&quot; \
:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"> \
<div><div>============</div><div>Last updated: Fri Dec 23 11:10:54 \
2011</div><div>Stack: openais</div><div>Current DC: bart - partition with \
quorum</div><div>Version: 1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b</div><div> 2 \
Nodes configured, 2 expected votes</div><div>2 Resources \
configured.</div><div>============</div><div><br></div><div>Online: [ bart lisa \
]</div><div><br></div><div> Master/Slave Set: ms-drbd-rt</div><div>     Masters: [ \
bart ]</div> <div>     Slaves: [ lisa \
]</div><div><br></div></div></blockquote><div><br></div><div>First, the configuration \
:</div><div><br></div><blockquote style="margin:0 0 0 \
40px;border:none;padding:0px"><div><div>[bart]~ # crm configure show</div> <div>node \
bart</div><div>node lisa</div><div>primitive fs-data ocf:heartbeat:Filesystem \
\</div><div>        params device=&quot;/dev/drbd/by-res/data&quot; \
directory=&quot;/data/&quot; fstype=&quot;ext3&quot;</div><div>primitive rt-apache2 \
ocf:heartbeat:apache \</div> <div>        params \
configfile=&quot;/etc/apache2/apache2.conf&quot; port=&quot;443&quot; \</div><div>    \
op monitor interval=&quot;10&quot; timeout=&quot;20s&quot; depth=&quot;0&quot; \
\</div><div>        op stop interval=&quot;0&quot; timeout=&quot;40&quot; \</div> \
<div>        op start interval=&quot;0&quot; timeout=&quot;60&quot; \</div><div>      \
meta is-managed=&quot;false&quot;</div><div>primitive rt-drbd ocf:linbit:drbd \
\</div><div>        params drbd_resource=&quot;data&quot; \</div> <div>        op \
monitor interval=&quot;15s&quot; ignore_deprecation=&quot;true&quot; \</div><div>     \
op stop interval=&quot;0&quot; timeout=&quot;100&quot; \</div><div>        op start \
interval=&quot;0&quot; timeout=&quot;240&quot;</div> <div>primitive rt-mysql \
lsb:mysql</div><div>primitive rt-vip ocf:heartbeat:IPaddr2 \</div><div>        params \
ip=&quot;10.1.150.150&quot; cidr_netmask=&quot;32&quot; \</div><div>        op \
monitor interval=&quot;5s&quot;</div> <div>group rt-grp rt-apache2 fs-data rt-mysql \
rt-vip \</div><div>        meta target-role=&quot;Started&quot;</div><div>ms \
ms-drbd-rt rt-drbd \</div><div>        meta master-max=&quot;1&quot; \
master-node-max=&quot;1&quot; clone-max=&quot;2&quot; clone-node-max=&quot;1&quot; \
notify=&quot;true&quot;</div> <div>location prefer-rt-bart rt-grp 1: \
bart</div><div>colocation rt-on-drbd inf: rt-grp ms-drbd-rt:Master</div><div>order \
drbd-before-rt inf: ms-drbd-rt:promote rt-grp:start</div><div>property \
$id=&quot;cib-bootstrap-options&quot; \</div> <div>        \
dc-version=&quot;1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b&quot; \</div><div>    \
cluster-infrastructure=&quot;openais&quot; \</div><div>        \
expected-quorum-votes=&quot;2&quot; \</div><div>        \
stonith-enabled=&quot;false&quot; \</div> <div>        \
no-quorum-policy=&quot;ignore&quot; \</div><div>        \
default-resource-stickiness=&quot;100&quot; \</div><div>        \
start-failure-is-fatal=&quot;false&quot;</div></div></blockquote><br><div>When I try \
&quot;crm resource restart rt-grp&quot;, syslog says:</div> \
<div><br></div><blockquote style="margin:0 0 0 \
40px;border:none;padding:0px"><div><div>Dec 23 11:16:25 bart cibadmin: [4271]: info: \
Invoked: cibadmin -Ql -o resources</div><div>Dec 23 11:16:25 bart cibadmin: [4273]: \
info: Invoked: cibadmin -p -R -o resources</div> <div>Dec 23 11:16:25 bart cib: \
[3311]: info: log_data_element: cib:diff: - &lt;cib admin_epoch=&quot;0&quot; \
epoch=&quot;88&quot; num_updates=&quot;1&quot; &gt;</div><div>Dec 23 11:16:25 bart \
cib: [3311]: info: log_data_element: cib:diff: -   &lt;configuration &gt;</div> \
<div>Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: -     \
&lt;resources &gt;</div><div>Dec 23 11:16:25 bart cib: [3311]: info: \
log_data_element: cib:diff: -       &lt;group id=&quot;rt-grp&quot; &gt;</div> \
<div>Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: -         \
&lt;meta_attributes id=&quot;rt-grp-meta_attributes&quot; &gt;</div><div>Dec 23 \
11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: -           &lt;nvpair \
value=&quot;Stopped&quot; id=&quot;rt-grp-meta_attributes-target-role&quot; \
/&gt;</div> <div>Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: \
-         &lt;/meta_attributes&gt;</div><div>Dec 23 11:16:25 bart cib: [3311]: info: \
log_data_element: cib:diff: -       &lt;/group&gt;</div><div>Dec 23 11:16:25 bart \
cib: [3311]: info: log_data_element: cib:diff: -     &lt;/resources&gt;</div> \
<div>Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: -   \
&lt;/configuration&gt;</div><div>Dec 23 11:16:25 bart cib: [3311]: info: \
log_data_element: cib:diff: - &lt;/cib&gt;</div><div>Dec 23 11:16:25 bart cib: \
[3311]: info: log_data_element: cib:diff: + &lt;cib admin_epoch=&quot;0&quot; \
epoch=&quot;89&quot; num_updates=&quot;1&quot; &gt;</div> <div>Dec 23 11:16:25 bart \
crmd: [3315]: info: abort_transition_graph: need_abort:59 - Triggered transition \
abort (complete=1) : Non-status change</div><div>Dec 23 11:16:25 bart cib: [3311]: \
info: log_data_element: cib:diff: +   &lt;configuration &gt;</div> <div>Dec 23 \
11:16:25 bart crmd: [3315]: info: need_abort: Aborting on change to \
admin_epoch</div><div>Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: \
cib:diff: +     &lt;resources &gt;</div><div>Dec 23 11:16:25 bart crmd: [3315]: info: \
do_state_transition: State transition S_IDLE -&gt; S_POLICY_ENGINE [ input=I_PE_CALC \
cause=C_FSA_INTERNAL origin=abort_transition_graph ]</div> <div>Dec 23 11:16:25 bart \
cib: [3311]: info: log_data_element: cib:diff: +       &lt;group \
id=&quot;rt-grp&quot; &gt;</div><div>Dec 23 11:16:25 bart crmd: [3315]: info: \
do_state_transition: All 2 cluster nodes are eligible to run resources.</div> \
<div>Dec 23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: +         \
&lt;meta_attributes id=&quot;rt-grp-meta_attributes&quot; &gt;</div><div>Dec 23 \
11:16:25 bart crmd: [3315]: info: do_pe_invoke: Query 116: Requesting the current \
CIB: S_POLICY_ENGINE</div> <div>Dec 23 11:16:25 bart cib: [3311]: info: \
log_data_element: cib:diff: +           &lt;nvpair value=&quot;Started&quot; \
id=&quot;rt-grp-meta_attributes-target-role&quot; /&gt;</div><div>Dec 23 11:16:25 \
bart cib: [3311]: info: log_data_element: cib:diff: +         \
&lt;/meta_attributes&gt;</div> <div>Dec 23 11:16:25 bart cib: [3311]: info: \
log_data_element: cib:diff: +       &lt;/group&gt;</div><div>Dec 23 11:16:25 bart \
cib: [3311]: info: log_data_element: cib:diff: +     &lt;/resources&gt;</div><div>Dec \
23 11:16:25 bart cib: [3311]: info: log_data_element: cib:diff: +   \
&lt;/configuration&gt;</div> <div>Dec 23 11:16:25 bart cib: [3311]: info: \
log_data_element: cib:diff: + &lt;/cib&gt;</div><div>Dec 23 11:16:25 bart cib: \
[3311]: info: cib_process_request: Operation complete: op cib_replace for section \
resources (origin=local/cibadmin/2, version=0.89.1): ok (rc=0)</div> <div>Dec 23 \
11:16:26 bart crmd: [3315]: info: do_pe_invoke_callback: Invoking the PE: query=116, \
ref=pe_calc-dc-1324635386-87, seq=96, quorate=1</div><div>Dec 23 11:16:26 bart \
pengine: [3314]: notice: unpack_config: On loss of CCM Quorum: Ignore</div> <div>Dec \
23 11:16:26 bart pengine: [3314]: info: unpack_config: Node scores: &#39;red&#39; = \
-INFINITY, &#39;yellow&#39; = 0, &#39;green&#39; = 0</div><div>Dec 23 11:16:26 bart \
cib: [4274]: info: write_cib_contents: Archived previous version as \
/var/lib/heartbeat/crm/cib-63.raw</div> <div>Dec 23 11:16:26 bart pengine: [3314]: \
info: determine_online_status: Node bart is online</div><div>Dec 23 11:16:26 bart \
pengine: [3314]: info: determine_online_status: Node lisa is online</div><div>Dec 23 \
11:16:26 bart pengine: [3314]: notice: unpack_rsc_op: Operation rt-drbd:1_monitor_0 \
found resource rt-drbd:1 active on lisa</div> <div>Dec 23 11:16:26 bart pengine: \
[3314]: notice: group_print:  Resource Group: rt-grp</div><div>Dec 23 11:16:26 bart \
pengine: [3314]: notice: native_print:      rt-apache2     (ocf::heartbeat:apache):   \
Stopped  (unmanaged)</div> <div>Dec 23 11:16:26 bart pengine: [3314]: notice: \
native_print:      fs-data        (ocf::heartbeat:Filesystem):    \
Stopped</div><div>Dec 23 11:16:26 bart pengine: [3314]: notice: native_print:      \
rt-mysql       (lsb:mysql):    Stopped</div> <div>Dec 23 11:16:26 bart pengine: \
[3314]: notice: native_print:      rt-vip (ocf::heartbeat:IPaddr2):       \
Stopped</div><div>Dec 23 11:16:26 bart pengine: [3314]: notice: clone_print:  \
Master/Slave Set: ms-drbd-rt</div> <div>Dec 23 11:16:26 bart pengine: [3314]: notice: \
short_print:      Masters: [ bart ]</div><div>Dec 23 11:16:26 bart cib: [4274]: info: \
write_cib_contents: Wrote version 0.89.0 of the CIB to disk (digest: \
cd534ad8c2b3c1f8add883e157966248)</div> <div>Dec 23 11:16:26 bart pengine: [3314]: \
notice: short_print:      Slaves: [ lisa ]</div><div>Dec 23 11:16:26 bart pengine: \
[3314]: info: master_color: Promoting rt-drbd:0 (Master bart)</div><div>Dec 23 \
11:16:26 bart pengine: [3314]: info: master_color: ms-drbd-rt: Promoted 1 instances \
of a possible 1 to master</div> <div>Dec 23 11:16:26 bart pengine: [3314]: info: \
native_color: Unmanaged resource rt-apache2 allocated to &#39;nowhere&#39;: \
inactive</div><div>Dec 23 11:16:26 bart pengine: [3314]: info: native_merge_weights: \
fs-data: Rolling back scores from rt-mysql</div> <div>Dec 23 11:16:26 bart cib: \
[4274]: info: retrieveCib: Reading cluster configuration from: \
/var/lib/heartbeat/crm/cib.f8vE7m (digest: \
/var/lib/heartbeat/crm/cib.JaAGaL)</div><div>Dec 23 11:16:26 bart pengine: [3314]: \
info: native_color: Resource fs-data cannot run anywhere</div> <div>Dec 23 11:16:26 \
bart pengine: [3314]: info: native_merge_weights: rt-mysql: Rolling back scores from \
rt-vip</div><div>Dec 23 11:16:26 bart pengine: [3314]: info: native_color: Resource \
rt-mysql cannot run anywhere</div> <div>Dec 23 11:16:26 bart pengine: [3314]: info: \
native_color: Resource rt-vip cannot run anywhere</div><div>Dec 23 11:16:26 bart \
pengine: [3314]: info: master_color: Promoting rt-drbd:0 (Master bart)</div><div>Dec \
23 11:16:26 bart pengine: [3314]: info: master_color: ms-drbd-rt: Promoted 1 \
instances of a possible 1 to master</div> <div>Dec 23 11:16:26 bart pengine: [3314]: \
ERROR: create_notification_boundaries: Creating boundaries for \
ms-drbd-rt</div><div>Dec 23 11:16:26 bart pengine: [3314]: ERROR: \
create_notification_boundaries: Creating boundaries for ms-drbd-rt</div> <div>Dec 23 \
11:16:26 bart pengine: [3314]: ERROR: create_notification_boundaries: Creating \
boundaries for ms-drbd-rt</div><div>Dec 23 11:16:26 bart pengine: [3314]: ERROR: \
create_notification_boundaries: Creating boundaries for ms-drbd-rt</div> <div>Dec 23 \
11:16:26 bart pengine: [3314]: notice: LogActions: Leave resource rt-apache2     \
(Stopped unmanaged)</div><div>Dec 23 11:16:26 bart pengine: [3314]: notice: \
LogActions: Leave resource fs-data        (Stopped)</div> <div>Dec 23 11:16:26 bart \
pengine: [3314]: notice: LogActions: Leave resource rt-mysql       \
(Stopped)</div><div>Dec 23 11:16:26 bart pengine: [3314]: notice: LogActions: Leave \
resource rt-vip (Stopped)</div><div>Dec 23 11:16:26 bart pengine: [3314]: notice: \
LogActions: Leave resource rt-drbd:0      (Master bart)</div> <div>Dec 23 11:16:26 \
bart pengine: [3314]: notice: LogActions: Leave resource rt-drbd:1      (Slave \
lisa)</div><div>Dec 23 11:16:26 bart crmd: [3315]: info: do_state_transition: State \
transition S_POLICY_ENGINE -&gt; S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=handle_response ]</div> <div>Dec 23 11:16:26 bart crmd: \
[3315]: info: unpack_graph: Unpacked transition 17: 0 actions in 0 \
synapses</div><div>Dec 23 11:16:26 bart crmd: [3315]: info: do_te_invoke: Processing \
graph 17 (ref=pe_calc-dc-1324635386-87) derived from \
/var/lib/pengine/pe-input-1084.bz2</div> <div>Dec 23 11:16:26 bart pengine: [3314]: \
info: process_pe_message: Transition 17: PEngine Input stored in: \
/var/lib/pengine/pe-input-1084.bz2</div><div>Dec 23 11:16:26 bart crmd: [3315]: info: \
run_graph: ====================================================</div> <div>Dec 23 \
11:16:26 bart crmd: [3315]: notice: run_graph: Transition 17 (Complete=0, Pending=0, \
Fired=0, Skipped=0, Incomplete=0, Source=/var/lib/pengine/pe-input-1084.bz2): \
Complete</div><div>Dec 23 11:16:26 bart crmd: [3315]: info: te_graph_trigger: \
Transition 17 is now complete</div> <div>Dec 23 11:16:26 bart crmd: [3315]: info: \
notify_crmd: Transition 17 status: done - &lt;null&gt;</div><div>Dec 23 11:16:26 bart \
crmd: [3315]: info: do_state_transition: State transition S_TRANSITION_ENGINE -&gt; \
S_IDLE [ input=I_TE_SUCCESS cause=C_FSA_INTERNAL origin=notify_crmd ]</div> <div>Dec \
23 11:16:26 bart crmd: [3315]: info: do_state_transition: Starting PEngine Recheck \
Timer</div></div></blockquote><div><br></div>I don&#39;t understand what is wrong in \
my configuration. Did you have any idea?<div> \
<br></div><div>Regards</div><div>Anthony<br><div><br></div><div><br></div></div>



_______________________________________________
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/openais

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic