I have a blade enclosure with many blades attached to the blade switch. From reading the doc and experimenting, it appears that with the setting "link status only" the blades will never be aware of network problems beyond the connection between the blade and local switch.
For example, I setup NIC teaming with:
nic0 = active
nic1 = standby
By causing a failure on the nic0 path (beyond the switch), I lost connection and the standby does not kick-in.
Queston 1:
When would you ever use a standby adapter (isn;t it almost useless)?
Question 2:(I really need an answer for this one)
Assuming you use active/active instead of active/standby *and*
You have a network failure where esxi is unaware of the failure *and*
Whatever load balancing option you are using happens to try and send out on the bad path...
Will the load balancing alogrythm keep trying that bad path forever, and nver try the other path?
NB - I know thereis the "beacon probing" option but most docs ay to not use it.
Thanks