vSAN1

 View Only
  • 1.  vSAN Network Down - HA Action

    Posted Jan 19, 2022 02:44 PM

    Hi,

    Noticing that when both Host Uplinks dedicated to vSAN traffic go down, HA does not restart the VM's of that Host.

    I think this is because the same Host is still sending heartbeats to the connected FC Storage datastore used by HA, is this correct?

    Is this the expected and recommended outcome or HA should be configured differently to restart the VMs in such condition since VM's on vSAN have no storage access.

    Thanks



  • 2.  RE: vSAN Network Down - HA Action

    Broadcom Employee
    Posted Jan 20, 2022 11:36 AM


  • 3.  RE: vSAN Network Down - HA Action

    Posted Jan 20, 2022 11:53 AM

    Ok but not sure how it answers my question, ie. the Host that has lost all vSAN uplinks is still configured to send datastore heartbeats to the FC SAN datastore so HA does not kick in even though the VM's residing on the same Host and on vSAN would go into Read Only mode.

    Would enabling HA Host Isolation restart the VM's in such scenario?



  • 4.  RE: vSAN Network Down - HA Action

    Broadcom Employee
    Posted Jan 20, 2022 12:00 PM

    I suspect what's happening is an isolation address needs to be set for the vSAN n/w i.e. you need to use an isolation address that is in the same network as vSAN
    I'm paraphrasiong from his blog but..

    This way during an isolation event the isolation is validated using the vSAN vmkernel interface, and set the isolation response to power-off. and  if you have traditional storage, then you can enable heartbeat datastores. it will allow the HA hosts to communicate state through the datastore.

    here's a table  from his blog post

     

    paudieo_0-1642679955219.png

     

     

     



  • 5.  RE: vSAN Network Down - HA Action

    Posted Jan 20, 2022 12:03 PM

    Understood, so setting an Isolation address on the vSAN network such as SVI interface and setting HA Isolation Response to restart VMs (rather than leaving this disabled)



  • 6.  RE: vSAN Network Down - HA Action

    Broadcom Employee
    Posted Jan 20, 2022 12:05 PM

    Yep from your description I think that's what's going on.. 

    if you've a lab / pre-prod env, its easily validated



  • 7.  RE: vSAN Network Down - HA Action

    Posted Jan 20, 2022 12:12 PM

    ok thank you