cephadm: fixup alrady -> already

Signed-off-by: Michael Fritch <mfritch@suse.com>
This commit is contained in:
Michael Fritch 2021-02-25 08:12:46 -07:00
parent 55788a0bdb
commit d6323e3e01
No known key found for this signature in database
GPG Key ID: 75F3EB2E80A03B7F

View File

@ -4888,7 +4888,7 @@ def command_adopt_ceph(ctx, daemon_type, daemon_id, fsid):
if not os.path.exists(data_dir_src):
raise Error("{}.{} data directory '{}' does not exist. "
'Incorrect ID specified, or daemon alrady adopted?'.format(
'Incorrect ID specified, or daemon already adopted?'.format(
daemon_type, daemon_id, data_dir_src))
osd_fsid = None