Fix output bug
This commit is contained in:
parent
bc425b9224
commit
aa0b1f504f
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue