<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div dir="ltr" id="yui_3_16_0_1_1438268013085_8479">

<span class="" id="yui_3_16_0_1_1438268013085_8526" style="font-family:'Helvetica Neue';font-size:14px;">Victor, you'll need to change all of the opensips tables to InnoDB (not sure why they're not that way by default) in order for it to be compatible with galera. I do this before installing the DB by cd'ing to the /usr/local/share/opensips/mysql dir and running the following command:<br></span></div><div id="yui_3_16_0_1_1438268013085_8667" dir="ltr"><span class="" id="yui_3_16_0_1_1438268013085_8526" style="font-family:'Helvetica Neue';font-size:14px;">sed -i 's/MyISAM/InnoDB/g' *</span></div><div id="yui_3_16_0_1_1438268013085_8668" dir="ltr"><br><span class="" id="yui_3_16_0_1_1438268013085_8526" style="font-family:'Helvetica Neue';font-size:14px;"></span></div><div id="yui_3_16_0_1_1438268013085_8691" dir="ltr"><span class="" id="yui_3_16_0_1_1438268013085_8526" style="font-family:'Helvetica Neue';font-size:14px;">Once done proceed with installing the DB to your galera cluster. Galera and MariaDB works great and has saved my tail several times. Make sure you always have an ODD number of nodes in the cluster to avoid split brain conflicts.<br></span></div></div></body></html>