KVM 启动失败(ubuntu 镜像)

KVM 启动失败(ubuntu 镜像)

在我进行以下更改后,KVM 开始失败。

环境:-

qemu-img version 2.1.3
ubuntu VM
1. Stop the VM
2. qemu-img resize vm1.img +50G
3. start the VM
virsh start vm1
error: failed to get domain 'vm1'
error: Domain not found: no domain with matching name 'vm1'

为了解决这个问题,我尝试重新加载systemctl reload libvirtd但仍然出现同样的问题。

# virsh list --all
 Id    Name                           State
----------------------------------------------------
 4     vm10                         running
 5     vm-test                      running
 6     vm11                         running
 16    vm12                         running
 18    vm1                          running

当我尝试vm1使用以下命令连接终端会话时,按下回车键后没有反应。

# virsh console vm1
Connected to domain vm1
Escape character is ^]

需要帮助来解决这个问题。

相关内容