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.uuid, 'e': e})
else:
LOG.error('Swift object cannot be orphaned during '
'destruction of node %(node)s: %(e)s',
{'node': node.uuid, 'e': e})
LOG.error('Swift object cannot be orphaned without '
'maintenance mode during destruction of node '
'%(node)s: %(e)s', {'node': node.uuid, 'e': e})
raise
except Exception as err:
LOG.error('Failed to delete Swift entries related '