Skip to content

Commit

Permalink
Merge pull request ceph#40457 from lihuibng/crush-bug
Browse files Browse the repository at this point in the history
crush/CrushLocation: do not print logging message in constructor

Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored Apr 3, 2021
2 parents 5468c31 + 68812a2 commit e8fb63c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crush/CrushLocation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ int CrushLocation::init_on_startup()
loc.clear();
loc.insert(std::make_pair<std::string,std::string>("host", hostname));
loc.insert(std::make_pair<std::string,std::string>("root", "default"));
lgeneric_dout(cct, 10) << "crush_location is (default) " << loc << dendl;
return 0;
}

Expand Down

0 comments on commit e8fb63c

Please sign in to comment.