From: Christian Brunner <chb@muc.de>
To: ceph-devel@vger.kernel.org
Subject: [PATCH] lower loglevel for successfull mon hunting
Date: Wed, 14 Jul 2010 15:43:38 +0200 [thread overview]
Message-ID: <20100714134338.GA22287@bambus> (raw)
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
reply other threads:[~2010-07-14 13:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100714134338.GA22287@bambus \
--to=chb@muc.de \
--cc=ceph-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox