Comment 2 for bug 1033637

Revision history for this message
Abel Lopez (al592b) wrote : Re: VM reboot fails with EC 42

Seeing this on another system: logs as follow:
 TRACE: libvirtError: Domain not found: no domain with matching name 'instance-000004d4'
TRACE: Error: Domain not found: no domain with matching name 'instance-000004d4'

File exists:
/var/lib/nova/instances/instance-000004d4# grep 4d4 libvirt.xml
    <name>instance-000004d4</name>
            <source file='/var/lib/nova/instances/instance-000004d4/disk'/>

Instance is seemingly undefined:

virsh list
 Id Name State
----------------------------------
  2 instance-000006e6 running
  3 instance-00000417 running
  4 instance-0000059b running

If I 'virsh define' using the file, I can resurrect the instance.