Skip to content

Commit 099ed89

Browse files
author
Simon Van den Bossche
committed
Fixed formatting error that caused migration to fail.
1 parent 26eabc9 commit 099ed89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ovs/update/volumedriver/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def migrate_master_mds(cls, storagerouter, max_chain_size=100, group_timeout=10
266266
task.revoke()
267267
revoked_tasks.append(task)
268268
if revoked_tasks:
269-
cls.logger.warning('Revoked migration tasks: {}'.format(', '.join(revoked_tasks)))
269+
cls.logger.warning('Revoked migration tasks: {}'.format(', '.join(t.id for t in revoked_tasks)))
270270
cls.logger.warning('Waiting for the execution on the running migrations')
271271
_ = async_result.get()
272272
cls.logger.info("MDS migration finished")

0 commit comments

Comments
 (0)