前往小程序,Get更优阅读体验!
立即前往
发布
社区首页 >专栏 >KVM虚拟机virt-manager打开控制台出错

KVM虚拟机virt-manager打开控制台出错

作者头像
院长技术
发布2020-06-13 12:23:08
发布2020-06-13 12:23:08
1.5K00
代码可运行
举报
文章被收录于专栏:院长运维开发院长运维开发
运行总次数:0
代码可运行

In some circumstances, attempting to open the detail view of a VM produces the error:

'NoneType' object has no attribute 'change_run_text'

with the details:

Error launching details: 'NoneType' object has no attribute 'change_run_text'

Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line 832, in _show_vm_helper

代码语言:javascript
代码运行次数:0
复制
details.show()

File "/usr/share/virt-manager/virtManager/details.py", line 616, in show

代码语言:javascript
代码运行次数:0
复制
self.refresh_vm_state()

File "/usr/share/virt-manager/virtManager/details.py", line 1285, in refresh_vm_state

代码语言:javascript
代码运行次数:0
复制
self.change_run_text(vm.has_managed_save())

File "/usr/share/virt-manager/virtManager/details.py", line 1268, in change_run_text

代码语言:javascript
代码运行次数:0
复制
self.widget("details-vm-menu").get_submenu().change_run_text(text)

AttributeError: 'NoneType' object has no attribute 'change_run_text'

virt-manager is at 1.4.0.

No steps to reproduce currently, but it very likely has something to do with saving the VM's state to disk.

The problem persists even after restarting virt-manager. Restarting libvirtd, however, resolves the problem.

我上国外找了一圈 资料链接:https://bugzilla.redhat.com/show_bug.cgi?id=1366882

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档