Comment 2 for bug 1859406

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to masakari (master)

Reviewed: https://review.opendev.org/702328
Committed: https://git.openstack.org/cgit/openstack/masakari/commit/?id=e148dec764451503ae6c5766b55a90ccd1210a93
Submitter: Zuul
Branch: master

commit e148dec764451503ae6c5766b55a90ccd1210a93
Author: suzhengwei <sugar-2008@163.com>
Date: Tue Jan 14 10:48:12 2020 +0800

    not wait when instance evacuate error

    When processing host failure notification, if one instance in 'active'
    or 'stopped' state evacuates error, the recovery thread still waits
    until loopingcall timeout, which makes no sense.

    Change-Id: Ib2486fe6df1405d1aa103ddec60fb4209e0460a1
    Close-Bug: #1859406