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.
在nova.conf中,我们需要指定computer_driver为kvm或xen。这是否意味着一个 nova 控制器只能支持一种管理程序技术?我可以在同一个云中混合kvm和虚拟机吗?xen
nova.conf
computer_driver
kvm
xen
您可以混合管理程序,但在一个单元内的不同计算节点上。然后,您可以使用映像属性或调度程序提示来确保基于某些映像的虚拟机位于它们支持的虚拟机管理程序类型上,或者直接调度到虚拟机管理程序类型。