Comment 0 for bug 1782517

Revision history for this message
Rikimaru Honjo (honjo-rikimaru-c6) wrote :

[Error]
Recovering host-failure was failed when there was stopped state instance on the failed host.
As a result, notification status became "failed".
(Instance's state became "ACTIVE".)

I used the latest version of masakari.

[Cause of error]
Masakari will try to call stop API after evacuating.
But, evacuate API stops the instance at the end if the original vm_state is stopped.
So 409 error was occurred when masakari called stop API after evacuating.