From owner-freebsd-geom@FreeBSD.ORG Fri Mar 19 09:23:42 2010 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C18DA106564A; Fri, 19 Mar 2010 09:23:42 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 7F6038FC1B; Fri, 19 Mar 2010 09:23:42 +0000 (UTC) Received: from elsa.codelab.cz (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 5045A19E023; Fri, 19 Mar 2010 10:23:40 +0100 (CET) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 161EF19E019; Fri, 19 Mar 2010 10:23:37 +0100 (CET) Message-ID: <4BA34297.7010108@quip.cz> Date: Fri, 19 Mar 2010 10:23:35 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.8) Gecko/20100205 SeaMonkey/2.0.3 MIME-Version: 1.0 To: Ivan Voras References: <4BA28219.70605@quip.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-geom@freebsd.org Subject: Re: 7.3-RC2 GEOM is too verbose X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2010 09:23:42 -0000 Ivan Voras wrote: > Miroslav Lachman wrote: >> Is there (in 7.3-RC2 amd64) some new GEOM debugging options turned on by > >> Even simple "gmirror status" puts two entries in messages: >> >> Mar 18 20:41:24 vcela kernel: g_post_event_x(0xffffffff804d0a90, >> 0xffffff0004d7a640, 2, 262144) >> Mar 18 20:41:24 vcela kernel: g_post_event_x(0xffffffff804d0a90, >> 0xffffff00047215a0, 2, 262144) >> >> I never see something like this in the past. Can it be disabled somehow? > > What is the value of the kern.geom.debugflags sysctl and did you perhaps > set it somewhere manually? Yes, I forget that debugflags was set to 17 by me few days ago when I tried to solve my "fdisk on gmirror" problem (described in another message in this list). Sorry for the noise, it was my bad. Thank you for your help! Miroslav Lachman