Fix output bug

This commit is contained in:
Joshua Boniface 2023-11-01 15:46:38 -04:00
parent bc425b9224
commit aa0b1f504f
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ class CephOSDInstance(object):
raise Exception
# 2. Wait for the OSD to be safe to remove (but don't wait for rebalancing to complete)
logger.out("Waiting for OSD {osd_id} to be safe to remove", state="i")
logger.out(f"Waiting for OSD {osd_id} to be safe to remove", state="i")
while True:
retcode, stdout, stderr = common.run_os_command(
f"ceph osd safe-to-destroy osd.{osd_id}"