Indicate maintenance mode

Follow-up to I74b19f7a42c1326d7ec04e6320176e81639ebfb4
Mention need of the maintenance mode to orphan swift
objects during node clean up

Story: 2010275
Task: 46204
Change-Id: Ie95a5bd333b0dab3e97254dfb4eb532bdbfd2650
This commit is contained in:
Jakub Jelinek
2023-02-16 11:15:35 +00:00
parent bc921118b1
commit 25718f5fcf

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 '