<div dir="ltr"><div><div>Hello Denis<br><br></div>Did you tried to mount the filesystem manualy, without the cluster?<br><br></div>Thanks<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/4 Denis Witt <span dir="ltr"><<a href="mailto:denis.witt@concepts-and-training.de" target="_blank">denis.witt@concepts-and-training.de</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi List,<br>
<br>
I'm trying to setup a Apache/DRBD cluster, but the Filesystem isn't<br>
mounted. crm status always tells me "not installed" as status for the<br>
filesystem primitive. Mounting the filesystem by hand works fine.<br>
<br>
Here is my config:<br>
<br>
root@test3:~# crm configure show<br>
node test3<br>
node test4<br>
primitive apache lsb:apache2 \<br>
        op monitor interval="10" timeout="20" \<br>
        meta target-role="Started"<br>
primitive drbd ocf:linbit:drbd \<br>
        params drbd_resource="www_r0" \<br>
        op monitor interval="10"<br>
primitive fs_drbd ocf:heartbeat:Filesystem \<br>
        params device="/dev/drbd0" directory="/var/www" fstype="ext4" \<br>
        op monitor interval="5" \<br>
        meta target-role="Started"<br>
primitive pingtest ocf:pacemaker:ping \<br>
        params multiplier="1000" host_list="192.168.100.19" \<br>
        op monitor interval="5"<br>
primitive sip ocf:heartbeat:IPaddr2 \<br>
        params ip="192.168.100.30" nic="eth0" \<br>
        op monitor interval="10" timeout="20" \<br>
        meta target-role="Started"<br>
group grp_all sip fs_drbd apache<br>
ms ms_drbd drbd \<br>
        meta master-max="1" master-node-max="1" clone-max="2"<br>
clone-node-max="1" notify="true" clone clone_pingtest pingtest<br>
location loc_all_on_best_ping grp_all \<br>
        rule $id="loc_all_on_best_ping-rule" -inf: not_defined pingd or<br>
pingd lt 1000 colocation coloc_all_on_drbd inf: grp_all ms_drbd:Master<br>
order order_all_after_drbd inf: ms_drbd:promote grp_all:start<br>
property $id="cib-bootstrap-options" \<br>
        dc-version="1.1.7-ee0730e13d124c3d58f00016c3376a1de5323cff" \<br>
        cluster-infrastructure="openais" \<br>
        expected-quorum-votes="2" \<br>
        no-quorum-policy="ignore" \<br>
        stonith-enabled="false" \<br>
        last-lrm-refresh="1370351760" \<br>
        default-resource-stickiness="100"<br>
<br>
The resulting status:<br>
<br>
root@test3:~# crm status<br>
============<br>
Last updated: Tue Jun  4 15:33:11 2013<br>
Last change: Tue Jun  4 15:16:00 2013 via crmd on test4<br>
Stack: openais<br>
Current DC: test4 - partition with quorum<br>
Version: 1.1.7-ee0730e13d124c3d58f00016c3376a1de5323cff<br>
2 Nodes configured, 2 expected votes<br>
7 Resources configured.<br>
============<br>
<br>
Online: [ test3 test4 ]<br>
<br>
 Clone Set: clone_pingtest [pingtest]<br>
     Started: [ test3 test4 ]<br>
 Master/Slave Set: ms_drbd [drbd]<br>
     Masters: [ test3 ]<br>
     Slaves: [ test4 ]<br>
 Resource Group: grp_all<br>
     sip        (ocf::heartbeat:IPaddr2):       Started test3<br>
     fs_drbd    (ocf::heartbeat:Filesystem):    Stopped<br>
     apache     (lsb:apache2):  Stopped<br>
<br>
Failed actions:<br>
    fs_drbd_monitor_0 (node=test3, call=23, rc=5, status=complete): not installed<br>
    fs_drbd_monitor_0 (node=test4, call=40, rc=5, status=complete): not installed<br>
<br>
The logfile:<br>
<br>
Jun  4 15:11:29 test3 pengine: [1761]: notice: LogActions: Start   fs_drbd#011(test3)<br>
Jun  4 15:11:29 test3 crmd: [1762]: info: te_rsc_command: Initiating action 8: monitor fs_drbd_monitor_0 on test3 (local)<br>
Jun  4 15:11:29 test3 lrmd: [1759]: info: rsc:fs_drbd probe[16] (pid 14419)<br>
Jun  4 15:11:29 test3 cib: [1757]: info: cib_process_request: Operation complete: op cib_delete for section //node_state[@uname='test4']//lrm_resource[@id='fs_drbd'] (origin=test4/crmd/25, version=0.11.7): ok (rc=0)<br>

Jun  4 15:11:29 test3 crmd: [1762]: info: abort_transition_graph: te_update_diff:320 - Triggered transition abort (complete=0, tag=lrm_rsc_op, id=fs_drbd_last_failure_0, magic=0:5;9:5:7:8571cc98-5a20-4d51-b175-fe4db979fc09, cib=0.11.8) : Resource op removal<br>

Jun  4 15:11:29 test3 cib: [1757]: info: cib_process_request: Operation complete: op cib_delete for section //node_state[@uname='test4']//lrm_resource[@id='fs_drbd'] (origin=test4/crmd/26, version=0.11.8): ok (rc=0)<br>

Jun  4 15:11:29 test3 crmd: [1762]: info: abort_transition_graph: te_update_diff:320 - Triggered transition abort (complete=0, tag=lrm_rsc_op, id=fs_drbd_last_failure_0, magic=0:5;9:5:7:8571cc98-5a20-4d51-b175-fe4db979fc09, cib=0.11.8) : Resource op removal<br>

Jun  4 15:11:29 test3 lrmd: [1759]: info: operation monitor[16] on fs_drbd for client 1762: pid 14419 exited with return code 5<br>
Jun  4 15:11:29 test3 crmd: [1762]: info: process_lrm_event: LRM operation fs_drbd_monitor_0 (call=16, rc=5, cib-update=73, confirmed=true) not installed<br>
Jun  4 15:11:29 test3 crmd: [1762]: WARN: status_from_rc: Action 8 (fs_drbd_monitor_0) on test3 failed (target: 7 vs. rc: 5): Error<br>
Jun  4 15:11:29 test3 crmd: [1762]: info: abort_transition_graph: match_graph_event:277 - Triggered transition abort (complete=0, tag=lrm_rsc_op, id=fs_drbd_last_failure_0, magic=0:5;8:7:7:8571cc98-5a20-4d51-b175-fe4db979fc09, cib=0.12.3) : Event failed<br>

Jun  4 15:11:29 test3 pengine: [1761]: notice: unpack_rsc_op: Preventing fs_drbd from re-starting on test3: operation monitor failed 'not installed' (rc=5)<br>
Jun  4 15:11:29 test3 pengine: [1761]: notice: LogActions: Start   fs_drbd#011(test4)<br>
Jun  4 15:11:29 test3 crmd: [1762]: info: te_rsc_command: Initiating action 9: monitor fs_drbd_monitor_0 on test4<br>
Jun  4 15:11:29 test3 crmd: [1762]: WARN: status_from_rc: Action 9 (fs_drbd_monitor_0) on test4 failed (target: 7 vs. rc: 5): Error<br>
Jun  4 15:11:29 test3 crmd: [1762]: info: abort_transition_graph: match_graph_event:277 - Triggered transition abort (complete=0, tag=lrm_rsc_op, id=fs_drbd_last_failure_0, magic=0:5;9:8:7:8571cc98-5a20-4d51-b175-fe4db979fc09, cib=0.12.5) : Event failed<br>

Jun  4 15:11:29 test3 pengine: [1761]: notice: unpack_rsc_op: Preventing fs_drbd from re-starting on test3: operation monitor failed 'not installed' (rc=5)<br>
Jun  4 15:11:29 test3 pengine: [1761]: notice: unpack_rsc_op: Preventing fs_drbd from re-starting on test4: operation monitor failed 'not installed' (rc=5)<br>
<br>
Any help is really appreciated as I'm really lost at this point. If you<br>
need any more details I'm happy to provide them, but please keep in<br>
mind that I'm very new to pacemaker, so please provide me some kind of<br>
tip how to provide the requested information. Thanks a lot!<br>
<br>
Best regards,<br>
Denis Witt<br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>esta es mi vida e me la vivo hasta que dios quiera
</div>