<div dir="ltr">Hi Dejan,<br>Thanks for the tip.<br><br>Concerning the timeout values, what would be the ticket renewal typical values for a production environment?<br><br>Thanks,<br>Jorge<br><br>><br>>On Sun, Feb 08, 2015 at 07:06:13PM +0000, Jorge Lopes wrote:<br>>> Hi all,<br>>><br>>> I'm performing a lab test were I have a geo cluster and an arbitrator, in a<br>>> configuration for disaster recovery with fail over. There are two main<br>>> 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<br>>> primary site and which is the recovery site.<br>>> In my first configuration I had in the bothh.conf a value of 60  for the<br>>> ticket renewal. After I assigned the ticket to the primary site, when the<br>>> renovation time was reached, the ticket was not renewed and it ended up not<br>>> assigned to any of the sites.<br>>><br>>> So, I increased the value to 120 and now the ticket gets correctly renewed.<br>>><br>>> I am interested to know if there are any kind of constraints for the<br>>> minimum value for the ticket renewal. Is there any design aspect that would<br>>> recommend higher values? And what about in a production environment, where<br>>> time lags might be larger, would such a situation occur? What would be a<br>>> typical set of timeout values (please notice the CIB timeout values).<br>>><br>>> My configurations are as follow.<br>><br>>It seems like you're running the older version of booth, which<br>>has been deprecated and is effectively unmaintained. The newer<br>>version is available at<br>><a href="https://github.com/ClusterLabs/booth/releases/tag/v0.2.0">https://github.com/ClusterLabs/booth/releases/tag/v0.2.0</a><br>><br>>Thanks,<br>><br>>Dejan<br>><br>>> Thanks in advance,<br>>> Jorge<br>>><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<br>>> 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>></div>