<div dir="ltr">Hi G.,<div><br></div><div>I don't have Ocata up anywhere, but as a "best practice", I generally do the:</div><div>nova reset-state --active $UUID</div><div>followed immediately by</div><div>nova reboot --hard</div><div><br></div><div>to try and "restore/resurrect" errored instances. The reset-state --active doesn't actually do anything to the instance, it just manipulates the nova db. The reboot --hard does a fairly clean "reboot" of the instance even if it is off. None of this should really have anything to do with CEPH as per se, so not sure it will have the desired outcome on your cloud though.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 8, 2017 at 8:46 AM, Georgios Dimitrakakis <span dir="ltr"><<a href="mailto:giorgis@acmac.uoc.gr" target="_blank">giorgis@acmac.uoc.gr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I 've tried today to update my OpenStack installation to the latest Ocata version.<br>
<br>
What I did was to shutoff all running instances, perform all updates and then rebooted controller and compute nodes.<br>
<br>
All seemed to have finished successfully but unfortunately when I tried to power on instances that had attached to them volumes (which are provided by Ceph) I got the following error:<br>
<br>
libvirtError: unsupported configuration: Found duplicate drive address for disk with target name 'sda' controller='0' bus='0' target='0' unit='0'<br>
<br>
and the instance status now is "Error" and "No State" as a Power state.<br>
<br>
This happened only to the instances that already had volumes attached to them. All the rest instances booted up normally.<br>
<br>
I have tried to reset the states of the problematic instances using: nova reset-state --active $instance_id and then take a snapshot of them so that I can delete and recreate them.<br>
<br>
Unfortunately although the state update was successful the snapshot couldn't be taken because of this :<br>
<br>
InstanceNotRunning: Instance $instance_id is not running.<br>
<br>
<br>
Any ides of what can I do in order to start my instances again? Any bug which is related?<br>
<br>
Best regards,<br>
<br>
G.<br>
<br>
______________________________<wbr>_________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi<wbr>-bin/mailman/listinfo/openstac<wbr>k</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi<wbr>-bin/mailman/listinfo/openstac<wbr>k</a><br>
</blockquote></div><br></div>