mirror of
https://github.com/ceph/ceph
synced 2025-02-16 07:17:21 +00:00
Merge pull request #8952 from badone/wip-i-am-osd-fix
osd: Trivial grammatical fix 'i' to 'I' Reviewed-by: songbaisen <song.baisen@zte.com.cn>
This commit is contained in:
commit
a3d84dae04
@ -2078,7 +2078,7 @@ int OSD::init()
|
||||
assert_warn(whoami == superblock.whoami);
|
||||
if (whoami != superblock.whoami) {
|
||||
derr << "OSD::init: superblock says osd"
|
||||
<< superblock.whoami << " but i am osd." << whoami << dendl;
|
||||
<< superblock.whoami << " but I am osd." << whoami << dendl;
|
||||
r = -EINVAL;
|
||||
goto out;
|
||||
}
|
||||
@ -2137,7 +2137,7 @@ int OSD::init()
|
||||
// load up pgs (as they previously existed)
|
||||
load_pgs();
|
||||
|
||||
dout(2) << "superblock: i am osd." << superblock.whoami << dendl;
|
||||
dout(2) << "superblock: I am osd." << superblock.whoami << dendl;
|
||||
dout(0) << "using " << op_queue << " op queue with priority op cut off at " <<
|
||||
op_prio_cutoff << "." << dendl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user