The Nova reboot command silently fails when using the Ironic driver

Bug #1310137 reported by Daryl Walleck
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ironic
Fix Released
Medium
Lucas Alvares Gomes

Bug Description

I had to look at server uptimes to notice this, but the reboot command appears to be failing silently right now when using the reboot command via the Nova API.

stack@ironic:~$ ssh cirros@10.1.0.10
$ cat /proc/uptime
64.33 51.45
$ exit
Connection to 10.1.0.10 closed.
stack@ironic:~$ nova reboot 5b43d631-91e1-4384-9b87-93283b3ae958
stack@ironic:~$ ssh cirros@10.1.0.10
$ cat /proc/uptime
86.57 73.30
$ exit
Connection to 10.1.0.10 closed.
stack@ironic:~$ nova reboot 5b43d631-91e1-4384-9b87-93283b3ae958 --hard
stack@ironic:~$ ssh cirros@10.1.0.10
$ cat /proc/uptime
102.96 89.32

 There are no explicit failures that appear in the Compute logs. If I trace the request, the last action taken by Compute is to show details on the node where the instance exists. No further actions occur after that.

Changed in ironic:
assignee: nobody → Lucas Alvares Gomes (lucasagomes)
importance: Undecided → Medium
Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix proposed to ironic (master)

Fix proposed to branch: master
Review: https://review.openstack.org/92554

Changed in ironic:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (master)

Reviewed: https://review.openstack.org/92554
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=29548ec6e8a004c3cc8dad0ea10940b0beb8b674
Submitter: Jenkins
Branch: master

commit 29548ec6e8a004c3cc8dad0ea10940b0beb8b674
Author: Lucas Alvares Gomes <email address hidden>
Date: Wed May 7 10:38:12 2014 +0100

    Implement the reboot command on the Ironic Driver

    Closes-Bug: #1310137
    Change-Id: I63266d73537573f132b4914d15a87a8ccfa732e6

Changed in ironic:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in ironic:
milestone: none → juno-1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in ironic:
milestone: juno-1 → 2014.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.