Skip to content

Commit 37b6ed2

Browse files
committed
mgr/DaemonServer: fix debug message typo (max->max_misplaced)
Signed-off-by: Samuel Just <[email protected]>
1 parent 8aba1b1 commit 37b6ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mgr/DaemonServer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2889,7 +2889,7 @@ void DaemonServer::adjust_pgs()
28892889
<< " pgp_num_target " << p.get_pgp_num_target()
28902890
<< " pgp_num " << p.get_pgp_num()
28912891
<< " - misplaced_ratio " << misplaced_ratio
2892-
<< " > max " << max_misplaced
2892+
<< " > max_misplaced " << max_misplaced
28932893
<< ", deferring pgp_num update" << dendl;
28942894
} else {
28952895
// NOTE: this calculation assumes objects are

0 commit comments

Comments
 (0)