<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi</p>
I am using the following packages:<br>
pcs-0.9.162-5.el7.centos.1.x86_64<br>
kmod-drbd84-8.4.11-1.el7_5.elrepo.x86_64<br>
drbd84-utils-9.3.1-1.el7.elrepo.x86_64<br>
pacemaker-1.1.18-11.el7_5.3.x86_64<br>
corosync-2.4.3-2.el7_5.1.x86_64<br>
targetcli-2.1.fb46-6.el7_5.noarch<br>
<br>
my /etc/drbd.conf <br>
global { usage-count no; }<br>
common { protocol C; }<br>
resource imagesdata {<br>
&nbsp;on node1.san.localhost {<br>
&nbsp; device /dev/drbd0;<br>
&nbsp; disk&nbsp;&nbsp; /dev/vg_drbd/lv_drbd;<br>
&nbsp; address&nbsp; 192.168.0.2:7789;<br>
&nbsp; meta-disk internal;<br>
&nbsp;}<br>
&nbsp;on node2.san.localhost {<br>
&nbsp; device /dev/drbd0;<br>
&nbsp; disk&nbsp;&nbsp; /dev/vg_drbd/lv_drbd;<br>
&nbsp; address&nbsp; 192.168.0.3:7789;<br>
&nbsp; meta-disk internal;<br>
&nbsp;}<br>
}<br>
<br>
my /etc/corosync/corosync.conf:<br>
totem {<br>
&nbsp;&nbsp;&nbsp; version: 2<br>
&nbsp;&nbsp;&nbsp; secauth: off<br>
&nbsp;&nbsp;&nbsp; cluster_name: san_cluster<br>
&nbsp;&nbsp;&nbsp; transport: udpu<br>
&nbsp;&nbsp;&nbsp; interface {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ringnumber: 0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bindnetaddr: 192.168.0.0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; broadcast: yes<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mcastport: 5405<br>
&nbsp;&nbsp;&nbsp; }<br>
}<br>
<br>
nodelist {<br>
&nbsp;&nbsp;&nbsp; node {<br>
&nbsp;&nbsp;&nbsp; ring0_addr: node1.san.localhost<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name: node1<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nodeid: 1<br>
&nbsp;&nbsp;&nbsp; }<br>
<br>
&nbsp;&nbsp;&nbsp; node {<br>
&nbsp;&nbsp;&nbsp; ring0_addr: node2.san.localhost<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name: node2<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nodeid: 2<br>
&nbsp;&nbsp;&nbsp; }<br>
}<br>
<br>
quorum {<br>
&nbsp;&nbsp;&nbsp; provider: corosync_votequorum<br>
&nbsp;&nbsp;&nbsp; two_node: 1<br>
&nbsp;&nbsp;&nbsp; wait_for_all: 1<br>
&nbsp;&nbsp;&nbsp; last_man_standing: 1<br>
&nbsp;&nbsp;&nbsp; auto_tie_breaker: 0<br>
}<br>
<br>
logging {<br>
&nbsp;&nbsp;&nbsp; to_logfile: yes<br>
&nbsp;&nbsp;&nbsp; logfile: /var/log/cluster/corosync.log<br>
&nbsp;&nbsp;&nbsp; to_syslog: yes<br>
}<br>
<br>
Pacemaker setup:<br>
pcs cluster auth node1.san.localdomain node2.san.localdomain -u hacluster -p PASSWORD<br>
pcs cluster setup --name san_cluster node1.san.localdomain node2.san.localdomain<br>
pcs cluster start --all<br>
pcs cluster enable --all<br>
pcs property set stonith-enabled=false<br>
pcs property set no-quorum-policy=ignore<br>
<br>
The following command doesn't work:<br>
pcs resource create my_iscsidata ocf:linbit:drbd drbd_resource=iscsidata op monitor interval=10s
<br>
pcs resource master MyISCSIClone my_iscsidata master-max=1 master-node-max=1 clone-max=2 clone-node-max=1 notify=true<br>
<br>
I receive the following on pcs status:<br>
* my_iscsidata_monitor_0 on node2.san.localhost 'not configured' (6): call=9, status=complete, exitreason='meta parameter misconfigured, expected clone-max -le 2, but found unset.',<br>
<br>
<p>Regards<br>
</p>
<div class="moz-signature">-- <br>
<p style="font-family: Arial; background-color: rgb(255, 255,
        255); margin-bottom: 6pt; margin-top: 6pt;">
<span style="font-size: 13.3333px;">Jaco van Niekerk</span></p>
<br>
<span style="font-family: Arial; font-size: 10pt; font-weight:
        bold; color: rgb(0, 77, 187);"><font color="#2b86cc">Office:</font></span>
<span style="font-family: Arial; font-size: 11pt;">&nbsp;</span> <span style="font-family: Arial; font-size: 10pt;">
011 608 2663</span><span style="font-family: Arial; font-size: 10pt;">&nbsp;</span> <span style="font-family: Arial; font-size: 10pt; font-weight: bold;
        color: rgb(0, 77, 187);">
<font color="#2b86cc">E-mail:</font></span> <span style="font-family: Arial; font-size: 10pt;">
&nbsp;jaco</span><span style="font-family: Arial; font-size: 10pt;">@desktop.co.za</span><br>
<img src="cid:part1.673A4FD5.3820FC49@desktop.co.za" alt="Desktop"><br>
<span style="color: rgb(165, 165, 165); font-size: 10pt;
        background-color: rgb(255, 255, 255); font-family: Arial;">accepts no liability for the content of this email, or for the consequences of any actions taken on the basis of the information provided,
 unless that information is subsequently confirmed in writing. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.</span>
<div style="background-color: rgb(255, 255, 255); color: rgb(153,
        153, 153); font-size: 11px; font-family: verdana;">
<br>
Disclaimer added by&nbsp;<b>CodeTwo Exchange Rules 2010</b><br>
<a style="color: purple;" href="http://www.codetwo.com/?sts=1048">www.codetwo.com</a></div>
</div>
</body>
</html>