I'm receving log output on every rados_initialize (... found mon0).
Since this makes the qemu-iotests fail, I'd suggest to lower the loglevel.
Christian
---
src/mon/MonClient.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mon/MonClient.cc b/src/mon/MonClient.cc
index b5192b2..b405ec6 100644
--- a/src/mon/MonClient.cc
+++ b/src/mon/MonClient.cc
@@ -429,7 +429,7 @@ bool MonClient::ms_handle_reset(Connection *con)
void MonClient::_finish_hunting()
{
if (hunting) {
- dout(0) << "found mon" << cur_mon << dendl;
+ dout(5) << "found mon" << cur_mon << dendl;
hunting = false;
}
}
--
1.6.5.2
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html