mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
cephadm: fixup alrady
-> already
Signed-off-by: Michael Fritch <mfritch@suse.com>
This commit is contained in:
parent
55788a0bdb
commit
d6323e3e01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user