From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joao Eduardo Luis Subject: Re: How to open clog debug Date: Tue, 1 Dec 2015 14:34:40 +0000 Message-ID: <565DB000.2060604@suse.de> References: <47D132BF400BE64BAE6D71033F7D3D7519AC30@H3CMLB14-EX.srv.huawei-3com.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de ([195.135.220.15]:42007 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755004AbbLAOet (ORCPT ); Tue, 1 Dec 2015 09:34:49 -0500 In-Reply-To: Sender: ceph-devel-owner@vger.kernel.org List-ID: To: Zhiqiang Wang , Sage Weil Cc: Wukongming , "ceph-devel@vger.kernel.org" On 12/01/2015 09:13 AM, Zhiqiang Wang wrote: > Looks like in the current code, the clog generated by OSD and MDS are > not sent to MON. When the client subscribes to the log monitor, it > won't get the OSD and MDS clogs. It only gets those generated by MON. Most likely, you need to set 'clog_to_monitors' (or unset it if you changed it). -Joao > > 2015-11-30 21:24 GMT+08:00 Sage Weil : >> On Mon, 30 Nov 2015, Wukongming wrote: >>> Hi, All >>> >>> Does anyone know how to open clog debug? >> >> It's usually something like >> >> monc->clog.debug() << "hi there\n"; >> >> sage >> -- >> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >