OpenStack Nova 简介 OpenStack 中的 Nova 负责维护和管理云环境的计算资源 Nova 在现有 Linux 服务器上作为一组守护线程来提供服务 Nova 由多个服务器进程组成,每个进程执行不同的功能 面向用户的界面是 REST API ,而 Nova 组件内部通过 RPC 消息传递机制进行通信 需要以下额外的服务来实现基本功能: Keystone :为所有的 OpenStack 服务提供认证 (identity and authentication) Glance :提…
目录 文章目录 目录 前言 演进方向 Cellv2 更新 Rocky Support disabling a cell Stein Handling a down cell Train Count quota usage from placement Nova Scheduling 更新 Rocky Complex Anti-Affinity Policies Report CPU features to the placement service Support traits in Glanc…
OpenStack nova compute supports two flavors of Virtual Machine (VM) migration: Cold migration -- migration of a VM which requires the VM to be powered off during the migrate operation during which time the VM is inaccessible. Hot or live migration --…