1、镜像操作permission denied
virt-install:ERROR internal error process exited while connecting to monitor-阿里云开发者社区
解决方法: 编辑/etc/libvirt/qemu.conf
添加内容如下,这样root就有操作的权限了。
user = “root”
# The group for QEMU processes run by the system instance. It can be
# specified in a similar way to user.
group = “root”
# Whether libvirt should dynamically change file ownership
# to match the configured user/group above. Defaults to 1.
# Set to 0 to disable file ownership changes.
dynamic_ownership = 0
重启libvirtd服务:
service libvirtd restart
#vrish list查看虚拟机运行情况
2、需要安装virt-viewer