Hi,<div><br></div><div>Had some improvement with this issue.</div><div><br></div><div>Could boot the instance using virsh, following livemoon advice with small adaptation.</div><div>However the problem still is not fixed.</div>

<div><br></div><div>The volume table was update:</div><div><div>  mysql -unova -p$PW nova -e "update volumes set mountpoint=NULL, attach_status='detached', instance_uuid=0"</div><div>  mysql -unova -p$PW nova -e "update volumes set status='available' where status <> 'error_deleting'"</div>

</div><div><br></div><div><br></div><div>Restarted the instance:</div><div><div># virsh undefine instance-00000038<br></div><div>error: Refusing to undefine while domain managed save image exists</div><div><br></div><div>

<div># virsh undefine instance-00000038 --managed-save</div><div>Domain instance-00000038 has been undefined<br></div></div><div><br></div><div><div># virsh define libvirt.xml</div><div>Domain instance-00000038 defined from libvirt.xml</div>

</div><div><br></div><div><font face="arial, sans-serif"># virsh start instance-00000038</font><br></div><div><font face="arial, sans-serif">Domain instance-00000038 started</font><br></div><div><font face="arial, sans-serif"><br>

</font></div><div><font face="arial, sans-serif">Then I update the database with the new instances status:</font></div><div><font face="arial, sans-serif"># mysql -unova -p nova -e "update instances set power_state='1',vm_state='active',task_state=NULL where uuid = '7e732b31-2ff8-4cf2-a7ac-f1562070cfb3'"</font></div>

<div><br></div><div>I can now connect to the instance. That is a great improvement from my original problem.</div><div><br></div><div>But there still some serius issues to fix:</div><div><br></div><div>The instance can not be rebooted (hard reboot). It will not start, with the same errors as before.</div>

<div>Also, we can not attach the volume back to the instance:</div><div># nova volume-attach 7e732b31-2ff8-4cf2-a7ac-f1562070cfb3 647db677-aa48-4d1e-b875-80be73469cb5 /dev/vdc</div><div>ERROR: The supplied device path (/dev/vdb) is in use.<br>

</div><div>...</div><div>The error is: DevicePathInUse: The supplied device path (/dev/vdb) is in use.</div><div><br></div><div><br></div><div>/dev/vdb is one ephemeral disk. Why nova is trying to use /dev/vdb when I specified /dev/vdc ?</div>

</div>