Description of problem: A refactor patch [1] introduced an error in the logic of the `execute_ops` of `PeriodicTask` [2] (L100) where it no longer tests for a `False` condition but instead for a `True`. [1] https://review.openstack.org/#/c/500584/ [2] https://review.openstack.org/#/c/500584/13/networking_odl/journal/periodic_task.py Version-Release number of selected component (if applicable): n/a How reproducible: 100% Steps to Reproduce: 1. Run neutron 2. Look at the logs Actual results: The periodic task is locked but at the same time it's logged that the task is locked and no operations are run. Next iteration operations will be run and then unlocked. Expected results: The periodic task is locked, operations are executed and then unlocked. Additional info:
Fix merged in master and stable/pike
I checked it on Itzik's deployment, this is fine now as the maintenance task is executing normally as it should by it's defined interval.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:2086