开发者
资源
我要评分
获取效率
正确性
完整性
易理解
在线提单
论坛求助

driftfix 'slew'警告

问题现象

报错日志:libvirt.libvirtError: internal error: QEMU unexpectedly closed the monitor (vm='instance-00000230'): 2025-05-15T11:05:05.466429Z qemu-system-aarch64: warning: driftfix 'slew' is not available with this machine。

根本原因分析

当前QEMU机型不支持driftfix=slew参数。

解决方案

sudo crudini --set /etc/nova/nova.conf libvirt hw_machine_type virt
systemctl restart openstack-nova-compute