Project

General

Profile

Actions

Cleanup #16195

closed

mds: Don't spam log with standby_replay_restart messages

Added by John Spray almost 8 years ago. Updated almost 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Introspection/Control
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Component(FS):
MDS
Labels (FS):
Pull request ID:

Description

1051 inline void MDSRank::standby_replay_restart()                                   
1052 {                                                                               
1053   dout(1) << "standby_replay_restart"                                           
1054           << (standby_replaying ? " (as standby)":" (final takeover pass)")     
1055           << dendl;         

This gets repeated in logs for standby replay daemons. We should probably change this to a dout(4)

Actions

Also available in: Atom PDF