Comment 1 for bug 1741817

Revision history for this message
xulei (605423512-j) wrote :

Confusing state is caused by nova-compute. When nova-compute restart ,it will set all instances with task_state[rebuilding] to error. And then nova-compute handle rpc to rebuild, and raise this error. I think this is proper because nobody know instance's true state with state rebuilding in db. I will optimize the process of exception handling.