KVM start failing after I have made the below changes.
Environment:-
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'
To resolve this issue, I have tried to reload using systemctl reload libvirtd
but still results the same problem.
# virsh list --all
Id Name State
----------------------------------------------------
4 vm10 running
5 vm-test running
6 vm11 running
16 vm12 running
18 vm1 running
When i tried to connect vm1
terminal session using below command. after pressing enter key, no response.
# virsh console vm1
Connected to domain vm1
Escape character is ^]
Need help to resolve this issue.