<div dir="ltr"><h1 class=""><span id=":l6" class="" tabindex="-1">how to use Haproxy for Frontend  load balance</span></h1><p>i am using two frontEnd and on database server</p><p>After frontend1 insert in the database .Frontend2 find conflict to insert in the database.</p>
<p>I.e</p><p>when front1 create 2user with id (14,15) it inset it correctly. after that if Front2 try to create  new user give conflict error</p><p>if we restart opennebula service on front2 it can work.and after insert one record front1 will have the same problem <br>
</p><p>SQL command was: INSERT INTO user_pool (oid, name, body, uid, gid, owner_u, group_u, other_u) VALUES (14,'kkkk','<USER><ID>14</ID><GID>1</GID><GNAME>users</GNAME><NAME>kkkk</NAME><PASSWORD>12d860be3734010a62e9b1015e75471d61dbceb5</PASSWORD><AUTH_DRIVER>core</AUTH_DRIVER><ENABLED>1</ENABLED><TEMPLATE><TOKEN_PASSWORD><![CDATA[b97cb083ce53d73d8c2a6be2e51e08cbaa16a392]]></TOKEN_PASSWORD></TEMPLATE><DATASTORE_QUOTA></DATASTORE_QUOTA><NETWORK_QUOTA></NETWORK_QUOTA><VM_QUOTA></VM_QUOTA><IMAGE_QUOTA></IMAGE_QUOTA></USER>',14,1,1,0,0), error 1062 : Duplicate entry '14' for key 'PRIMARY'</p>
<p><br></p><p>any one know where opennebula save metadata or why he still see id 14 not 16(expected user id)<br></p><p>Please any one can help me? </p><p>thanks<br></p></div>