Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一个可用性集中有两个 Ubuntu VM。当我启动第二个虚拟机时,需要几分钟,而第一个虚拟机会停止。
可用性集基本上是您获得正常运行时间 SLA 的方式。
这意味着当 Microsoft 必须修补/修复 VM 主机时,为了避免它们关闭您的 VM,它们会启动可用性集中的另一个 VM,然后将所有流量路由到该 VM。
此外,如果您的 ubuntu 实例的主机出现问题,所有流量都会路由到您的另一台。
因此,您正在观察的是预期的行为。