<div dir="ltr">Hello List,<div><br></div><div>I am new here. I worked with Linux HA during 2006-2008, went in HPC direction, and came back to HA a month ago. Realized that a lot has changed. </div><div><br></div><div>My setup:</div>
<div><br></div><div>Two KVM machines vdb1 (192.168.122.11), vdb2 (192.168.122.12)</div><div>ClusterIP: 192.168.122.10 </div><div>Fedora 19 (64 bit). PCS, CoroSync, PaceMaker, DRBD</div><div><br></div><div>Note: I use the names node1 and node2 for vdb1 and vdb2 for explanations.</div>
<div><br></div><div>I am trying to setup a test cluster, using  <a href="http://clusterlabs.org/doc/en-US/Pacemaker/1.1-pcs/html/Clusters_from_Scratch/_configure_the_cluster_for_drbd.html">http://clusterlabs.org/doc/en-US/Pacemaker/1.1-pcs/html/Clusters_from_Scratch/_configure_the_cluster_for_drbd.html</a><br>
</div><div><br></div><div><div>First, the status:</div><div><br></div><div>[root@vdb1 drbd.d]# pcs status</div><div>Cluster name: MySQLCluster</div><div>Last updated: Tue Nov 26 14:05:33 2013</div><div>Last change: Mon Nov 25 17:25:59 2013 via crm_resource on <a href="http://vdb2.example.com">vdb2.example.com</a></div>
<div>Stack: corosync</div><div>Current DC: <a href="http://vdb1.example.com">vdb1.example.com</a> (1) - partition with quorum</div><div>Version: 1.1.9-3.fc19-781a388</div><div>2 Nodes configured, unknown expected votes</div>
<div>2 Resources configured.</div><div><br></div><div>Online: [ <a href="http://vdb1.example.com">vdb1.example.com</a> <a href="http://vdb2.example.com">vdb2.example.com</a> ]</div><div><br></div><div>Full list of resources:</div>
<div><br></div><div> ClusterIP<span class="" style="white-space:pre">        </span>(ocf::heartbeat:IPaddr2):<span class="" style="white-space:pre"> </span>Started <a href="http://vdb1.example.com">vdb1.example.com</a> </div><div>
 Apache<span class="" style="white-space:pre">       </span>(ocf::heartbeat:apache):<span class="" style="white-space:pre">  </span>Started <a href="http://vdb1.example.com">vdb1.example.com</a> </div><div><br></div><div>[root@vdb1 drbd.d]#</div>
<div><br></div><div><div><br></div><div>My DRBD disks are: </div></div><div><br></div><div>[root@vdb1 drbd.d]# drbd-overview <br></div><div>  1:MySQLDisk/0   Connected Secondary/Secondary UpToDate/UpToDate C r----- </div>
<div>  2:ApacheDisk/0  Connected Secondary/Secondary UpToDate/UpToDate C r----- </div><div>[root@vdb1 drbd.d]# </div><div><br></div></div><div><br></div><div>Now, the guide suggests creating a small config file, define the new resources in that, and then push that in CIB. Extract from the guide:<br>
</div><div><pre class="" style="line-height:1.29em;font-family:'liberation mono','bitstream vera mono','dejavu mono',monospace;background-color:rgb(245,245,245);color:rgb(0,0,0);padding:0.5em 1em;white-space:pre-wrap;word-wrap:break-word;font-size:0.9em;border:1px solid rgb(115,47,47);border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-right-radius:11px;border-bottom-left-radius:11px">
<span class="" style="color:rgb(176,48,96)"># pcs cluster cib drbd_cfg</span></pre></div><div><span class="" style="color:rgb(176,48,96)"><pre class="" style="line-height:1.29em;font-family:'liberation mono','bitstream vera mono','dejavu mono',monospace;background-color:rgb(245,245,245);color:rgb(0,0,0);padding:0.5em 1em;white-space:pre-wrap;word-wrap:break-word;font-size:0.9em;border:1px solid rgb(115,47,47);border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-right-radius:11px;border-bottom-left-radius:11px">
# pcs -f drbd_cfg resource create WebData ocf:linbit:drbd \
         drbd_resource=wwwdata op monitor interval=60s
# pcs -f drbd_cfg resource master WebDataClone WebData \
         master-max=1 master-node-max=1 clone-max=2 clone-node-max=1 \
         notify=true</pre></span></div><div><span class="" style="color:rgb(176,48,96)"><br></span></div><div>I decided to execute the commands (manually), without using the config file method, as:</div><div><br></div><div>
# pcs resource create p_ApacheDisk ocf:linbit:drbd \<br></div><div><div>>         drbd_resource=ApacheDisk op monitor interval=60s</div></div><div><div><br></div><div># pcs resource master MasterApacheDisk p_ApacheDisk \</div>
<div>>          master-max=1 master-node-max=1 clone-max=2 clone-node-max=1 \</div><div>>          notify=true</div></div><div><br></div><div>(I changed the names of resources a bit)</div><div><br></div><div>I get the following errors:<br>
</div><div><br></div><div><div>[root@vdb2 ~]# pcs resource create p_ApacheDisk ocf:linbit:drbd \<br></div><div>>         drbd_resource=ApacheDisk op monitor interval=60s</div><div><br></div><div><br></div><div>[root@vdb2 ~]# pcs status</div>
<div>Cluster name: MySQLCluster</div><div>Last updated: Wed Nov 27 11:50:35 2013</div><div>Last change: Wed Nov 27 11:49:36 2013 via cibadmin on <a href="http://vdb2.example.com">vdb2.example.com</a></div><div>Stack: corosync</div>
<div>Current DC: <a href="http://vdb1.example.com">vdb1.example.com</a> (1) - partition with quorum</div><div>Version: 1.1.9-3.fc19-781a388</div><div>2 Nodes configured, unknown expected votes</div><div>3 Resources configured.</div>
<div><br></div><div>Online: [ <a href="http://vdb1.example.com">vdb1.example.com</a> <a href="http://vdb2.example.com">vdb2.example.com</a> ]</div><div><br></div><div>Full list of resources:</div><div><br></div><div> ClusterIP<span class="" style="white-space:pre">    </span>(ocf::heartbeat:IPaddr2):<span class="" style="white-space:pre"> </span>Started <a href="http://vdb1.example.com">vdb1.example.com</a> </div>
<div> Apache<span class="" style="white-space:pre">    </span>(ocf::heartbeat:apache):<span class="" style="white-space:pre">  </span>Started <a href="http://vdb1.example.com">vdb1.example.com</a> </div><div> p_ApacheDisk<span class="" style="white-space:pre">       </span>(ocf::linbit:drbd):<span class="" style="white-space:pre">       </span>Stopped </div>
<div><br></div><div>Failed actions:</div><div>    p_ApacheDisk_monitor_0 (node=<a href="http://vdb1.example.com">vdb1.example.com</a>, call=27, rc=6, status=complete, last-rc-change=Wed Nov 27 11:49:36 2013</div><div>, queued=23ms, exec=0ms</div>
<div>): not configured</div><div>    p_ApacheDisk_monitor_0 (node=<a href="http://vdb2.example.com">vdb2.example.com</a>, call=15, rc=6, status=complete, last-rc-change=Wed Nov 27 11:49:36 2013</div><div>, queued=22ms, exec=1ms</div>
<div>): not configured</div><div><br></div><div><br></div><div>Got the following in /var/log/messages on DC (node 1):</div><div><br></div><div>Nov 27 11:49:36 vdb1 cib[538]:   notice: cib:diff: Diff: --- 0.43.13</div><div>
Nov 27 11:49:36 vdb1 cib[538]:   notice: cib:diff: Diff: +++ 0.44.1 f4b87d9dee145747f86583cb5eb8276b</div><div>Nov 27 11:49:36 vdb1 stonith-ng[539]:   notice: unpack_config: On loss of CCM Quorum: Ignore</div><div>Nov 27 11:49:36 vdb1 crmd[543]:   notice: do_state_transition: State transition S_IDLE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_FSA_INTERNAL origin=abort_transition_graph ]</div>
<div>Nov 27 11:49:36 vdb1 pengine[542]:   notice: unpack_config: On loss of CCM Quorum: Ignore</div><div>Nov 27 11:49:36 vdb1 pengine[542]:   notice: LogActions: Start   p_ApacheDisk#011(<a href="http://vdb2.example.com">vdb2.example.com</a>)</div>
<div>Nov 27 11:49:36 vdb1 pengine[542]:   notice: process_pe_message: Calculated Transition 92: /var/lib/pacemaker/pengine/pe-input-74.bz2</div><div>Nov 27 11:49:36 vdb1 crmd[543]:   notice: te_rsc_command: Initiating action 8: monitor p_ApacheDisk_monitor_0 on <a href="http://vdb2.example.com">vdb2.example.com</a></div>
<div>Nov 27 11:49:36 vdb1 crmd[543]:   notice: te_rsc_command: Initiating action 6: monitor p_ApacheDisk_monitor_0 on <a href="http://vdb1.example.com">vdb1.example.com</a> (local)</div><div>Nov 27 11:49:36 vdb1 drbd(p_ApacheDisk)[9807]: ERROR: meta parameter misconfigured, expected clone-max -le 2, but found unset.</div>
<div>Nov 27 11:49:36 vdb1 crmd[543]:   notice: process_lrm_event: LRM operation p_ApacheDisk_monitor_0 (call=27, rc=6, cib-update=124, confirmed=true) not configured</div><div>Nov 27 11:49:36 vdb1 crmd[543]:  warning: status_from_rc: Action 8 (p_ApacheDisk_monitor_0) on <a href="http://vdb2.example.com">vdb2.example.com</a> failed (target: 7 vs. rc: 6): Error</div>
<div>Nov 27 11:49:36 vdb1 crmd[543]:   notice: te_rsc_command: Initiating action 7: probe_complete probe_complete on <a href="http://vdb2.example.com">vdb2.example.com</a> - no waiting</div><div>Nov 27 11:49:36 vdb1 crmd[543]:  warning: status_from_rc: Action 6 (p_ApacheDisk_monitor_0) on <a href="http://vdb1.example.com">vdb1.example.com</a> failed (target: 7 vs. rc: 6): Error</div>
<div>Nov 27 11:49:36 vdb1 crmd[543]:   notice: te_rsc_command: Initiating action 5: probe_complete probe_complete on <a href="http://vdb1.example.com">vdb1.example.com</a> (local) - no waiting</div><div>Nov 27 11:49:36 vdb1 crmd[543]:   notice: run_graph: Transition 92 (Complete=4, Pending=0, Fired=0, Skipped=3, Incomplete=0, Source=/var/lib/pacemaker/pengine/pe-input-74.bz2): Stopped</div>
<div>Nov 27 11:49:36 vdb1 pengine[542]:   notice: unpack_config: On loss of CCM Quorum: Ignore</div><div>Nov 27 11:49:36 vdb1 pengine[542]:    error: unpack_rsc_op: Preventing p_ApacheDisk from re-starting anywhere in the cluster : operation monitor failed 'not configured' (rc=6)</div>
<div>Nov 27 11:49:36 vdb1 pengine[542]:    error: unpack_rsc_op: Preventing p_ApacheDisk from re-starting anywhere in the cluster : operation monitor failed 'not configured' (rc=6)</div><div>Nov 27 11:49:36 vdb1 pengine[542]:   notice: process_pe_message: Calculated Transition 93: /var/lib/pacemaker/pengine/pe-input-75.bz2</div>
<div>Nov 27 11:49:36 vdb1 crmd[543]:   notice: run_graph: Transition 93 (Complete=0, Pending=0, Fired=0, Skipped=0, Incomplete=0, Source=/var/lib/pacemaker/pengine/pe-input-75.bz2): Complete</div><div>Nov 27 11:49:36 vdb1 crmd[543]:   notice: do_state_transition: State transition S_TRANSITION_ENGINE -> S_IDLE [ input=I_TE_SUCCESS cause=C_FSA_INTERNAL origin=notify_crmd ]</div>
<div><br></div><div><br></div><div>I then executed the second command and got this:<br></div><div><br></div><div>[root@vdb2 drbd.d]# pcs resource master MasterApacheDisk p_ApacheDisk \</div><div>>          master-max=1 master-node-max=1 clone-max=2 clone-node-max=1 \</div>
<div>>          notify=true</div><div><br></div><div>[root@vdb2 drbd.d]# pcs status</div><div>Cluster name: MySQLCluster</div><div>Last updated: Wed Nov 27 11:52:54 2013</div><div>Last change: Wed Nov 27 11:52:39 2013 via cibadmin on <a href="http://vdb1.example.com">vdb1.example.com</a></div>
<div>Stack: corosync</div><div>Current DC: <a href="http://vdb1.example.com">vdb1.example.com</a> (1) - partition with quorum</div><div>Version: 1.1.9-3.fc19-781a388</div><div>2 Nodes configured, unknown expected votes</div>
<div>4 Resources configured.</div><div><br></div><div>Online: [ <a href="http://vdb1.example.com">vdb1.example.com</a> <a href="http://vdb2.example.com">vdb2.example.com</a> ]</div><div><br></div><div>Full list of resources:</div>
<div><br></div><div> ClusterIP<span class="" style="white-space:pre">        </span>(ocf::heartbeat:IPaddr2):<span class="" style="white-space:pre"> </span>Started <a href="http://vdb1.example.com">vdb1.example.com</a> </div><div>
 Apache<span class="" style="white-space:pre">       </span>(ocf::heartbeat:apache):<span class="" style="white-space:pre">  </span>Started <a href="http://vdb1.example.com">vdb1.example.com</a> </div><div> Master/Slave Set: MasterApacheDisk [p_ApacheDisk]</div>
<div>     Stopped: [ <a href="http://vdb1.example.com">vdb1.example.com</a> <a href="http://vdb2.example.com">vdb2.example.com</a> ]</div><div><br></div><div>Failed actions:</div><div>    p_ApacheDisk_monitor_0 (node=<a href="http://vdb1.example.com">vdb1.example.com</a>, call=27, rc=6, status=complete, last-rc-change=Wed Nov 27 11:49:36 2013</div>
<div>, queued=23ms, exec=0ms</div><div>): not configured</div><div>    p_ApacheDisk_monitor_0 (node=<a href="http://vdb2.example.com">vdb2.example.com</a>, call=15, rc=6, status=complete, last-rc-change=Wed Nov 27 11:49:36 2013</div>
<div>, queued=22ms, exec=1ms</div><div>): not configured</div><div><br></div><div>[root@vdb2 drbd.d]#</div><div><br></div><div><br></div><div>Got the following in log file on /var/log/messages:</div><div><br></div><div>Nov 27 11:52:39 vdb1 cib[538]:   notice: cib:diff: Diff: --- 0.44.3</div>
<div>Nov 27 11:52:39 vdb1 cib[538]:   notice: cib:diff: Diff: +++ 0.45.1 d62a8fd52495c636c2bc012ac156d3e2</div><div>Nov 27 11:52:39 vdb1 crmd[543]:   notice: do_state_transition: State transition S_IDLE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_FSA_INTERNAL origin=abort_transition_graph ]</div>
<div>Nov 27 11:52:39 vdb1 stonith-ng[539]:   notice: unpack_config: On loss of CCM Quorum: Ignore</div><div>Nov 27 11:52:39 vdb1 pengine[542]:   notice: unpack_config: On loss of CCM Quorum: Ignore</div><div>Nov 27 11:52:39 vdb1 pengine[542]:    error: unpack_rsc_op: Preventing MasterApacheDisk from re-starting anywhere in the cluster : operation monitor failed 'not configured' (rc=6)</div>
<div>Nov 27 11:52:39 vdb1 pengine[542]:    error: unpack_rsc_op: Preventing MasterApacheDisk from re-starting anywhere in the cluster : operation monitor failed 'not configured' (rc=6)</div><div>Nov 27 11:52:39 vdb1 pengine[542]:   notice: process_pe_message: Calculated Transition 94: /var/lib/pacemaker/pengine/pe-input-76.bz2</div>
<div>Nov 27 11:52:39 vdb1 crmd[543]:   notice: run_graph: Transition 94 (Complete=0, Pending=0, Fired=0, Skipped=0, Incomplete=0, Source=/var/lib/pacemaker/pengine/pe-input-76.bz2): Complete</div><div>Nov 27 11:52:39 vdb1 crmd[543]:   notice: do_state_transition: State transition S_TRANSITION_ENGINE -> S_IDLE [ input=I_TE_SUCCESS cause=C_FSA_INTERNAL origin=notify_crmd ]</div>
</div><div><br></div><div><br></div><div>I have tried them they way it is specified in the guide and it works. (i.e. by using an intermediate config file). But my question is, why I cannot use the two commands individually? Are there any limitations in doing so? If someone can explain the above errors and the reasons behind them, I would really appreciate. Thank you for your time.</div>
<div><br></div><div>Regards,</div><div>K</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 27, 2013 at 12:00 PM,  <span dir="ltr"><<a href="mailto:pacemaker-request@oss.clusterlabs.org" target="_blank">pacemaker-request@oss.clusterlabs.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Pacemaker mailing list submissions to<br>
        <a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:pacemaker-request@oss.clusterlabs.org">pacemaker-request@oss.clusterlabs.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:pacemaker-owner@oss.clusterlabs.org">pacemaker-owner@oss.clusterlabs.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Pacemaker digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: howto group resources without having an order<br>
      (Michael Schwartzkopff)<br>
   2. Re: Can in pass commands to Pacemaker from a Remote Machine<br>
      (David Vossel)<br>
   3. Re: howto group resources without having an order<br>
      (Bauer, Stefan (IZLBW Extern))<br>
   4. Re: howto group resources without having an order<br>
      (Michael Schwartzkopff)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 26 Nov 2013 15:03:56 +0100<br>
From: Michael Schwartzkopff <<a href="mailto:ms@sys4.de">ms@sys4.de</a>><br>
To: The Pacemaker cluster resource manager<br>
        <<a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a>><br>
Subject: Re: [Pacemaker] howto group resources without having an order<br>
Message-ID: <4335855.BDW45BEUI9@nb003><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Am Dienstag, 26. November 2013, 13:44:58 schrieb Bauer, Stefan:<br>
(...)<br>
> As Lars already noted. Or make a constraint set, as Florian already noted:<br>
><br>
> colocation c-set inf: (OVPN1 OVPN2 ...) myGroup<br>
><br>
> -> Can you recommend a documentation about howto specify a colocation? What<br>
> is the function of the "(" for example.<br>
<br>
<a href="http://www.oreilly.de/catalog/linuxhacluster3ger/index.html" target="_blank">http://www.oreilly.de/catalog/linuxhacluster3ger/index.html</a><br>
<br>
Sorry, it was too tempting.<br>
<br>
Also:<br>
<a href="http://clusterlabs.org/doc/en-US/Pacemaker/1.1-crmsh/html/Pacemaker_Explained/s-resource-sets-ordering.html" target="_blank">http://clusterlabs.org/doc/en-US/Pacemaker/1.1-crmsh/html/Pacemaker_Explained/s-resource-sets-ordering.html</a><br>

<br>
and its following pages.<br>
<br>
<a href="http://clusterlabs.org/doc/en-US/Pacemaker/1.1-crmsh/html/Pacemaker_Explained/s-resource-sets-collocation.html" target="_blank">http://clusterlabs.org/doc/en-US/Pacemaker/1.1-crmsh/html/Pacemaker_Explained/s-resource-sets-collocation.html</a><br>

<br>
and its following pages.<br>
<br>
--<br>
Mit freundlichen Gr??en,<br>
<br>
Michael Schwartzkopff<br>
<br>
--<br>
[*] sys4 AG<br>
<br>
<a href="http://sys4.de" target="_blank">http://sys4.de</a>, <a href="tel:%2B49%20%2889%29%2030%2090%2046%2064" value="+498930904664">+49 (89) 30 90 46 64</a>, <a href="tel:%2B49%20%28162%29%20165%200044" value="+491621650044">+49 (162) 165 0044</a><br>

Franziskanerstra?e 15, 81669 M?nchen<br>
<br>
Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263<br>
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer<br>
Aufsichtsratsvorsitzender: Florian Kirstein<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 230 bytes<br>
Desc: This is a digitally signed message part.<br>
URL: <<a href="http://oss.clusterlabs.org/pipermail/pacemaker/attachments/20131126/8134bbce/attachment-0001.sig" target="_blank">http://oss.clusterlabs.org/pipermail/pacemaker/attachments/20131126/8134bbce/attachment-0001.sig</a>><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 26 Nov 2013 11:27:31 -0500 (EST)<br>
From: David Vossel <<a href="mailto:dvossel@redhat.com">dvossel@redhat.com</a>><br>
To: The Pacemaker cluster resource manager<br>
        <<a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a>><br>
Subject: Re: [Pacemaker] Can in pass commands to Pacemaker from a<br>
        Remote Machine<br>
Message-ID:<br>
        <<a href="mailto:1288802713.69018898.1385483251900.JavaMail.root@redhat.com">1288802713.69018898.1385483251900.JavaMail.root@redhat.com</a>><br>
Content-Type: text/plain; charset=utf-8<br>
<br>
----- Original Message -----<br>
> From: "Puneet Jindal" <<a href="mailto:puneetjindal@drishti-soft.com">puneetjindal@drishti-soft.com</a>><br>
> To: <a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a><br>
> Sent: Sunday, November 24, 2013 2:58:35 AM<br>
> Subject: [Pacemaker] Can in pass commands to Pacemaker from a Remote Machine<br>
><br>
> Hello,<br>
><br>
> I want to build a GUI on top of pacemaker, i configures "remote-tls-port" in<br>
> cib and now cib is listening on that port. What all commands can i send to<br>
> CIB and how to do that. Can anyone provide some examples<br>
<br>
look at the 'cibadmin' tool<br>
<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>
><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 27 Nov 2013 08:50:59 +0000<br>
From: "Bauer, Stefan (IZLBW Extern)" <<a href="mailto:Stefan.Bauer@iz.bwl.de">Stefan.Bauer@iz.bwl.de</a>><br>
To: The Pacemaker cluster resource manager<br>
        <<a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a>><br>
Subject: Re: [Pacemaker] howto group resources without having an order<br>
Message-ID:<br>
        <<a href="mailto:6CCC8D7D73BC5E4E8A87293EF611BA4F2058DA47@BWLSM15.ZD.BWL.NET">6CCC8D7D73BC5E4E8A87293EF611BA4F2058DA47@BWLSM15.ZD.BWL.NET</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hi Michael,<br>
<br>
i already have your book but i can't find anything related to the way, you define constraint sets like stated here:<br>
<br>
--------------<br>
As Lars already noted. Or make a constraint set, as Florian already noted:<br>
<br>
colocation c-set inf: (OVPN1 OVPN2 ...) myGroup<br>
--------------<br>
<br>
What is the behavior of the brackets for example?<br>
<br>
Stefan<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 27 Nov 2013 10:28:28 +0100<br>
From: Michael Schwartzkopff <<a href="mailto:ms@sys4.de">ms@sys4.de</a>><br>
To: The Pacemaker cluster resource manager<br>
        <<a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a>><br>
Subject: Re: [Pacemaker] howto group resources without having an order<br>
Message-ID: <2538092.ha62r51U8D@nb003><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Am Mittwoch, 27. November 2013, 08:50:59 schrieb Bauer, Stefan:<br>
> Hi Michael,<br>
><br>
> i already have your book but i can't find anything related to the way, you<br>
> define constraint sets like stated here:<br>
><br>
> --------------<br>
> As Lars already noted. Or make a constraint set, as Florian already noted:<br>
><br>
> colocation c-set inf: (OVPN1 OVPN2 ...) myGroup<br>
> --------------<br>
><br>
> What is the behavior of the brackets for example?<br>
<br>
This feature was not implemented at the time I wrote the book. Time for a<br>
update.<br>
<br>
But you find the details, as always, in the man pages:<br>
<br>
<a href="http://www.nongnu.org/crmsh/crm.8.html" target="_blank">http://www.nongnu.org/crmsh/crm.8.html</a><br>
<br>
See the section about colocation and order<br>
<br>
--<br>
Mit freundlichen Gr??en,<br>
<br>
Michael Schwartzkopff<br>
<br>
--<br>
[*] sys4 AG<br>
<br>
<a href="http://sys4.de" target="_blank">http://sys4.de</a>, <a href="tel:%2B49%20%2889%29%2030%2090%2046%2064" value="+498930904664">+49 (89) 30 90 46 64</a>, <a href="tel:%2B49%20%28162%29%20165%200044" value="+491621650044">+49 (162) 165 0044</a><br>

Franziskanerstra?e 15, 81669 M?nchen<br>
<br>
Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263<br>
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer<br>
Aufsichtsratsvorsitzender: Florian Kirstein<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 230 bytes<br>
Desc: This is a digitally signed message part.<br>
URL: <<a href="http://oss.clusterlabs.org/pipermail/pacemaker/attachments/20131127/8ca9f78a/attachment-0001.sig" target="_blank">http://oss.clusterlabs.org/pipermail/pacemaker/attachments/20131127/8ca9f78a/attachment-0001.sig</a>><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
Pacemaker mailing list<br>
<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>
<br>
End of Pacemaker Digest, Vol 72, Issue 70<br>
*****************************************<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><a href="http://www.wbitt.com" target="_blank">http://www.wbitt.com</a> , <a href="http://techsnail.com" target="_blank">http://techsnail.com</a><br>
Computer bugs are like shipwrecks. They are not found, unless they want to be found.</div>
</div>