<p dir="ltr"><br>
On 01/03/2016 3:08 AM, &quot;Eric Robinson&quot; &lt;<a href="mailto:eric.robinson@psmnv.com">eric.robinson@psmnv.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt;&gt; That approach does not really work because if you stop resource<br>
&gt; &gt;&gt; p_mysql_002 (for example) then all the other resources in the group stop too!<br>
&gt; &gt;&gt;<br>
&gt; &gt; Still dont understand whats your problem with that.<br>
&gt;<br>
&gt; Each mysql instance is for a different customer. If I need to stop or restart one customer&#39;s database, or remove the resource from the group (perhaps because I lost the customer or I need to move their database to a different server for load distribution), then I don&#39;t all the other customers&#39; databases going down too!</p>
<p dir="ltr">It&#39;s just a matter of design, the way you have it setup atm will not work of course. If you have them set as in my example:</p>
<p dir="ltr">group g_drbd0 p_lvm_drbd0 p_fs_clust1 p_vip_clust1 p_mysql_001<br>
group g_drbd1 p_lvm_drbd1 p_fs_clust2 p_vip_clust2 p_mysql_002<br>
.<br>
.<br>
.<br>
group g_drbd99 p_lvm_drbd99 p_fs_clust100 p_vip_clust100 p_mysql_100</p>
<p dir="ltr">then each mysql instance gets its own VIP instead of shared one as in your case. Then during migration you move the group and the backing drbd device will get promoted to master on the other node and the whole group will follow.</p>
<p dir="ltr">There are many ways to skin the cat.</p>
<p dir="ltr">&gt;<br>
&gt; --Eric<br>
</p>