Is this still valid? The blueprint was superseded.
** Changed in: nova
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/966107
Title:
Instances stuck in Image_snapshot/Queued should be cleaned up
Status in OpenStack Compute (Nova):
Invalid
Bug description:
Scenario:
If various systems like RabbitMQ, mysql DB server ot nova-compute go down
during snapshot, the instance is stuck either in queued or Image_snapshot
state. (Depending on the timing of when a specific component went down)
Expected Response:
Instance should be eventually brought back to ACTIVE state.
If there are snapshot entries in glance DB and/or on disk, they should be
cleaned up.
Actual Response:
Instance remains stuck in Image_snapshot state.
This is problematic because once it is stuck in this state, no snapshot is
allowed on this instance till it returns in either ACTIVE or SHUTOFF state.
in nova/compute/api.py
@check_instance_state(vm_state=[vm_states.ACTIVE, vm_states.SHUTOFF])
def snapshot(self, context, instance, name, extra_properties=None):
Notes :
This was reproduced forcefully for testing purposes by putting breakpoint at
appropriate place(s) and then shutting down rabbitmq or mysql servers from
other terminal window.
Branch: master
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/966107/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp