<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 11 February 2017 at 13:32, Bartosiak-Jentys, Chris <span dir="ltr">&lt;<a href="mailto:chris.bartosiak-jentys@certico.co.uk" target="_blank">chris.bartosiak-jentys@certico.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello list,<br>
<br>
Just wanted to get your opinion on my ovirt home lab setup. While this is not a production setup I would like it to run relatively reliably so please tell me if the following storage configuration is likely to result in corruption or just bat s**t insane.<br>
<br>
I have a 3 node hosted engine setup, VM data store and engine data store are both replica 3 gluster volumes (one brick on each host).<br>
I do not want to run all 3 hosts 24/7 due to electricity costs, I only power up the larger hosts (2 Dell R710&#39;s) when I need additional resources for VM&#39;s.<br>
<br>
I read about using CTDB and floating/virtual IP&#39;s to allow the storage mount point to transition between available hosts but after some thought decided to go about this another, simpler, way:<br>
<br>
I created a common hostname for the storage mount points: gfs-data and gfs-engine<br>
<br>
On each host I edited /etc/hosts file to have these hostnames resolve to each hosts IP i.e. on host1 gfs-data &amp; gfs-engine --&gt; host1 IP<br>
on host2 gfs-data &amp; gfs-engine --&gt; host2 IP<br>
etc.<br>
<br>
In ovirt engine each storage domain is mounted as gfs-data:/data and gfs-engine:/engine<br>
My thinking is that this way no matter which host is up and acting as SPM it will be able to mount the storage as its only dependent on that host being up.<br>
<br>
I changed gluster options for server-quorum-ratio so that the volumes remain up even if quorum is not met, I know this is risky but its just a lab setup after all.<br>
<br>
So, any thoughts on the /etc/hosts method to ensure the storage mount point is always available? Is data corruption more or less inevitable with this setup? Am I insane ;) ?<br></blockquote><div><br></div><div>Why not just use localhost? And no need for CTDB with a floating IP, oVirt uses libgfapi for Gluster which deals with that all natively.<br></div><div><br>As for the quorum issue, I would most definitely *not* run with quorum disabled when you&#39;re running more than one node. As you say you specifically plan for when the other 2 nodes of the replica 3 set will be active or not, I&#39;d do something along the lines of the following...<br><br></div><div>Going from 3 nodes to 1 node:<br></div><div> - Put nodes 2 &amp; 3 in maintenance to offload their virtual load;<br></div><div> - Once the 2 nodes are free of load, disable quorum on the Gluster volumes;<br></div><div> - Power down the 2 nodes.<br><br></div><div>Going from 1 node to 3 nodes:<br></div><div> - Power on *only* 1 of the pair of nodes (if you power on both &amp; self-heal is enabled, Gluster will &quot;heal&quot; the files on the main node with the older files on the 2 nodes which were powered down);<br></div><div> - Allow Gluster some time to detect that the files are in split-brain;<br></div><div> - Tell Gluster to heal the files in split-brain based on modification time;<br></div><div> - Once the 2 nodes are in sync, re-enable quorum &amp; power on the last node, which will be resynchronised automatically;<br></div><div> - Take the 2 hosts out of maintenance mode.<br></div><div><br></div><div>If you want to power on the 2nd two nodes at the same time, make absolutely sure self-heal is disabled first! If you don&#39;t, Gluster will see the 2nd two nodes as in quorum &amp; heal the data on your 1st node with the out-of-date data.<br></div></div><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Doug</div>
</div></div>