本文主要是介绍Ubuntu 20.04 cockpit驾驶舱中不显示虚拟机问题解决,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
问题描述
已安装kvm及其相关组件,并且已安装cockpit-machines
但是在Web管理界面无法查看到已存在于系统中的虚拟机设备。
问题解决
# fix for issue 'machines list is empty'
# https://github.com/cockpit-project/cockpit/issues/13343
sudo usermod -a -G libvirt libvirtdbus
sudo usermod -a -G libvirt libvirt-qemu# must reboot (or restart the affected systemd services) for changes to take effect
这篇关于Ubuntu 20.04 cockpit驾驶舱中不显示虚拟机问题解决的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!