Within this both MDS log-output lines the personal pronoun "I" is incorrectly written in lowercase ("i" instead of "I").
Correct will be the personal pronoun in uppercase -> āIā
Signed-off-by: Michael Schmaltz <33194208+kevinflynn387@users.noreply.github.com>
// "bootstrapping" state.
usleep(sleep_rank_change);
} if (state == MDSMap::STATE_STANDBY_REPLAY) {
- dout(1) << "handle_mds_map i am now mds." << mds_gid << "." << incarnation
+ dout(1) << "handle_mds_map I am now mds." << mds_gid << "." << incarnation
<< " replaying mds." << whoami << "." << incarnation << dendl;
messenger->set_myname(entity_name_t::MDS(mds_gid));
} else {
- dout(1) << "handle_mds_map i am now mds." << whoami << "." << incarnation << dendl;
+ dout(1) << "handle_mds_map I am now mds." << whoami << "." << incarnation << dendl;
messenger->set_myname(entity_name_t::MDS(whoami));
}
}