Merge "Indicate maintenance mode"

This commit is contained in:
Zuul
2023-02-17 13:53:22 +00:00
committed by Gerrit Code Review

View File

@@ -2034,9 +2034,9 @@ class ConductorManager(base_manager.BaseConductorManager):
'node %(node)s: %(e)s', 'node %(node)s: %(e)s',
{'node': node.uuid, 'e': e}) {'node': node.uuid, 'e': e})
else: else:
LOG.error('Swift object cannot be orphaned during ' LOG.error('Swift object cannot be orphaned without '
'destruction of node %(node)s: %(e)s', 'maintenance mode during destruction of node '
{'node': node.uuid, 'e': e}) '%(node)s: %(e)s', {'node': node.uuid, 'e': e})
raise raise
except Exception as err: except Exception as err:
LOG.error('Failed to delete Swift entries related ' LOG.error('Failed to delete Swift entries related '