<div dir="ltr"><div><div>Hi all,<br><br></div>I'm performing a lab test were I have a geo cluster and an arbitrator, in a configuration for disaster recovery with fail over. There are two main sites (primary and disaster recovery) and a third site for arbitrator.<br><br>I have defined a ticket named "Primary", which will define which is the primary site and which is the recovery site. <br></div><div>In my first configuration I had in the bothh.conf a value of 60  for the ticket renewal. After I assigned the ticket to the primary site, when the renovation time was reached, the ticket was not renewed and it ended up not assigned to any of the sites.<br><br></div><div>So, I increased the value to 120 and now the ticket gets correctly renewed.<br><br></div><div>I am interested to know if there are any kind of constraints for the minimum value for the ticket renewal. Is there any design aspect that would recommend higher values? And what about in a production environment, where time lags might be larger, would such a situation occur? What would be a typical set of timeout values (please notice the CIB timeout values).<br><br></div><div>My configurations are as follow.<br><br></div><div>Thanks in advance,<br></div><div>Jorge<br></div><div><div><div><br><br>/etc/booth/booth.conf:<br><br>transport="UDP"<br>port="6666"<br>site="192.168.180.211"<br>site="192.168.190.211"<br>arbitrator="192.168.200.211"<br>ticket="primary;120"<br><br><br>crm configure show:<br>node $id="1084798152" cluster1-node1<br>primitive booth ocf:pacemaker:booth-site \<br>        meta resource-stickiness="INFINITY" \<br>        op monitor interval="10s" timeout="20s"<br>primitive booth-ip ocf:heartbeat:IPaddr2 \<br>        params ip="192.168.180.211"<br>primitive dummy-pgsql ocf:pacemaker:Stateful \<br>        op monitor interval="15" role="Slave" timeout="60s" \<br>        op monitor interval="30" role="Master" timeout="60s"<br>primitive oversee-ip ocf:heartbeat:IPaddr2 \<br>        params ip="192.168.180.210"<br>group g-booth booth-ip booth<br>ms ms_dummy_pqsql dummy-pgsql \<br>        meta target-role="Master" clone-max="1"<br>order order-booth-oversee-ip inf: g-booth oversee-ip<br>rsc_ticket ms_dummy_pgsql_primary primary: ms_dummy_pqsql:Master loss-policy=demote<br>rsc_ticket oversee-ip-req-primary primary: oversee-ip loss-policy=stop<br>property $id="cib-bootstrap-options" \<br>        dc-version="1.1.10-42f2063" \<br>        cluster-infrastructure="corosync" \<br>        stonith-enabled="false"<br><br></div></div></div></div>