Reformat recent changes with Black
This commit is contained in:
@ -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
|
||||
|
@ -1006,7 +1006,7 @@ class VMInstance(object):
|
||||
"RBD lock does not belong to this host (lock owner: {}): freeing this lock would be unsafe, aborting".format(
|
||||
lock["address"].split(":")[0]
|
||||
),
|
||||
state="e"
|
||||
state="e",
|
||||
)
|
||||
zkhandler.write(
|
||||
[
|
||||
|
Reference in New Issue
Block a user