【发布时间】:2017-05-31 07:07:26
【问题描述】:
通过 virt-install 安装 kvm 时,我使用了以下属性 os_variant=rhel7.2。安装时出现以下错误:
distro 'rhel7.2' does not exist in our dictionary
当我执行uname -r 时,我得到的输出为
3.10.0-327.el7.x86_64
它是一个 RHEL KVM 主机。
运行 osinfo-query os|grep 'Red Hat Enterprise Linux 7.2' 返回以下内容:
rhel7.1 | Red Hat Enterprise Linux 7.2 | 7.2 | http://redhat.com/rhel/7.2
有什么办法可以解决这个问题?
【问题讨论】:
标签: virtual-machine rhel kvm libvirt