mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
monclient: show when hunting
This commit is contained in:
parent
87b99f465e
commit
bbba6be998
@ -32,7 +32,7 @@
|
||||
|
||||
#define DOUT_SUBSYS monc
|
||||
#undef dout_prefix
|
||||
#define dout_prefix *_dout << dbeginl << "monclient: "
|
||||
#define dout_prefix *_dout << dbeginl << "monclient" << (hunting ? "(hunting)":"") << ": "
|
||||
|
||||
|
||||
/*
|
||||
@ -41,6 +41,8 @@
|
||||
*/
|
||||
int MonClient::build_initial_monmap()
|
||||
{
|
||||
dout(10) << "build_initial_monmap" << dendl;
|
||||
|
||||
// file?
|
||||
if (g_conf.monmap) {
|
||||
const char *monmap_fn = g_conf.monmap;
|
||||
|
Loading…
Reference in New Issue
Block a user