<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 1, 2016 at 2:27 PM, Nicolas Ecarnot <span dir="ltr">&lt;<a href="mailto:nicolas@ecarnot.net" target="_blank">nicolas@ecarnot.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Last week, one of our DC went through a network crash, and surprisingly, most of our hosts did resist.<br>
Some of them lost there connectivity, and were stonithed.<br>
<br>
I&#39;d like to be sure to understand what tests are made to declare a host valid :<br>
<br>
- On the storage part, I guess EVERY[1] host is doing a read+write test (using &quot;dd&quot;) towards the storage domain(s), every... say 5 seconds (?)<br>
In case of failure, I guess a countdown is triggered until this host is shot.<br>
<br>
But the network failure we faced was not on the dedicated storage network, but purely on the &quot;LAN&quot; network (5 virtual networks).<br>
<br>
- What kind of test is done on each host to declare the connectivity is OK on every virtual network?<br>
I ask that because oVirt has no knowledge of any gateway it could ping, and in some cases, some virtual networks don&#39;t even have a gateway.<br>
Is it a ping towards the SPM?<br>
Towards the engine?<br>
Is it a ping?<br>
<br>
I ask that because I found out that some host restarted nicely, ran some VMs, which had their NICs OK, but inside those guests, we find evidences that they were not able to communicate with very simple networks usually provided but the host.<br>
So I&#39;m trying to figure out if a host could come back to life, but partially sound.<br>
<br>
[1] Thus, I don&#39;t clearly see the benefit of the SPM concept...<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Nicolas ECARNOT<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
</font></span></blockquote></div><br></div><div class="gmail_extra">Hello Nicolas,<br><br></div><div class="gmail_extra">In general, oVirt Engine checks frequently the host state by asking it to send a stats report.<br></div><div class="gmail_extra">As part of that report, nic state is reported.<br></div><div class="gmail_extra">Engine will move the host to non-operational in case a &#39;required&#39; network nic link is down, or if it cannot reach the host through the management network.<br></div><div class="gmail_extra"><br>One can also use a VDSM hook to check against a reference IP for connectivity and fake the nic state.<br><br></div><div class="gmail_extra">In case storage domain connectivity fails (attempts to read fails), it will report back to engine through the stats report and Engine will move the host to non-operational after a few minutes.<br><br></div><div class="gmail_extra">Thanks,<br></div><div class="gmail_extra">Edy.<br></div><div class="gmail_extra"><br></div></div>