Change MDS log-output line.
During mark a new MDS as STANDBY MDS in the FSMap the following log-line will be created:
"mds.cephmds01 Monitors have assigned me to become a standby."
The last character which is a dot "." have to be removed to be identical to other MDS log-messages which also not ends with a dot at the end.
Thanks and best regards
Michael Schmaltz
Signed-off-by: Michael Schmaltz <33194208+kevinflynn387@users.noreply.github.com>
* immediately be assigned a rank).
*/
if (old_state == DS::STATE_NULL) {
- dout(1) << "Monitors have assigned me to become a standby." << dendl;
+ dout(1) << "Monitors have assigned me to become a standby" << dendl;
beacon.set_want_state(*mdsmap, new_state);
} else if (old_state == DS::STATE_STANDBY) {
dout(5) << "I am still standby" << dendl;