GithubHelp home page GithubHelp logo

Comments (4)

JMesser81 avatar JMesser81 commented on July 22, 2024

@manishmsft -

Not sure what you mean by this, @slavizh. The Network Controller, SLB, and Gateways are already Highly-Available when using the "production" templates.

We use a clustering technology called Service Fabric to guarantee NC is highly-available.

The SLB Muxes are stateless and we use BGP Dynamic Routing updates to advertise routes for the VIPs through the muxes. We also use ECMP spreading for redundancy so that multiple SLB Muxes can advertise different routes (with the same metric) for the VIPs.

The Gateways are highly-available based on Control-plane updates and health checks.

from sdn.

slavizh avatar slavizh commented on July 22, 2024

In the service Templates for the HW configuration none of them are marked as highly available. This is VMM term so when you deploy a VM it will be deployed on a Hyper-V cluster and on a storage that is shared between the hosts (example C:\ClusterStorage\Volume1 or SMB share) If that checkbox is not checked the VMs could be deployed on a local storage (for example something like C:\ or D:\ and etc.)
In the xml file this is the option <vmmst:HighlyAvailable>false</vmmst:HighlyAvailable> I think it will be better if all templates are <vmmst:HighlyAvailable>true</vmmst:HighlyAvailable>.
Let me know if this makes sense now.

from sdn.

sanjkum avatar sanjkum commented on July 22, 2024

It would not be a good idea to keep the template default to deploy highly available VMs, as it will break the deployment in non clustered host environment . Next update of VMMExpress will expose a new parameter "HighlyAvailableVMs" which should be set to $true in order to deploy VMs on clustered Hosts.

from sdn.

slavizh avatar slavizh commented on July 22, 2024

Great! That is solution as well. I will close the issue than since you've planned that.

from sdn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.