Skip to content

Commit

Permalink
Merge pull request #40791 from smithfarm/wip-50120-octopus
Browse files Browse the repository at this point in the history
octopus:  crush/CrushLocation: do not print logging message in constructor

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Apr 25, 2021
2 parents 0380550 + da0aa5f commit 74f311b
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 74f311b

Please sign in to comment.