The Red Hat VirtualizationMaintenance Phase runs until August 31, 2024, followed by the Extended Life Phase with no more software fixes through August 31, 2026. See Migration Paths for OpenShift Container Platform deployed on Red Hat Virtualization for details. 7.261.2. cpu 虚拟机 CPU 的配置。 可以在不重新启动虚拟机的情况下更新套接字配置。内核和线程需要重启。 例如:要将套接字数量立即更改为 4,并在重启后将内核和线程数量改为 2,发送以下请求: PUT /ovirt-engine/api/vms/123 通过请求正文: <vm> <cpu> <topology> <sockets>4</sockets> <cores>2</cores> <threads>2</threads> </topology> </cpu> </vm> 前一个下一个