Reformat recent changes with Black

This commit is contained in:
2021-11-06 03:27:07 -04:00
parent 73e3746885
commit 16544227eb
3 changed files with 3 additions and 7 deletions

View File

@ -164,9 +164,7 @@ class CephOSDInstance(object):
raise Exception
# 4b. Activate the OSD
logger.out(
"Activating new OSD disk with ID {}".format(osd_id), state="i"
)
logger.out("Activating new OSD disk with ID {}".format(osd_id), state="i")
retcode, stdout, stderr = common.run_os_command(
"ceph-volume lvm activate --bluestore {osdid} {osdfsid}".format(
osdid=osd_id, osdfsid=osd_fsid