From owner-freebsd-geom@FreeBSD.ORG Fri Mar 7 13:10:54 2008 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 D8B791065673 for ; Fri, 7 Mar 2008 13:10:54 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.ltdomains.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id 28B878FC2E for ; Fri, 7 Mar 2008 13:10:53 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.storspeed.com (209-163-168-124.static.tenantsolutions.com [209.163.168.124] (may be forged)) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id m27CXUGp071930; Fri, 7 Mar 2008 06:33:33 -0600 (CST) (envelope-from anderson@freebsd.org) Message-ID: <47D1361A.7080204@freebsd.org> Date: Fri, 07 Mar 2008 06:33:30 -0600 From: Eric Anderson User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Miroslav Lachman <000.fbsd@quip.cz> References: <47D10D60.3010207@quip.cz> In-Reply-To: <47D10D60.3010207@quip.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: freebsd-geom@freebsd.org Subject: Re: GEOM_JOURNAL: Cannot suspend file system /vol0 (error=35) 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, 07 Mar 2008 13:10:55 -0000 Miroslav Lachman wrote: > Hi, > > today I saw this error in messages: > > : fsync: giving up on dirty > : 0xc5564110: tag devfs, type VCHR > : usecount 1, writecount 0, refcount 78 mountedhere 0xc54ef800 > : flags () > : v_object 0xc556645c ref 0 pages 1146 > : lock type devfs: EXCL (count 1) by thread 0xc5236a50 (pid 39) > : dev mirror/gm0s2e.journal > : GEOM_JOURNAL: Cannot suspend file system /vol0 (error=35). > > Is it something harmful, or is it "normal" behavior? It was in time when > generating backup (high disk I/O). > Gjournal is on top of gmirrored SATA disks. > > mirror/gm0s2d is 2GB journal provider > mirror/gm0s2e.journal is 380GB data provider This shouldn't be a problem really. If these are on SCSI disks, you might try increasing the queue depth using camcontrol (see the 'tags' command in the camcontrol man page). You could also try reducing the journal flush time (I can't recall the sysctl to set right now - I think the default is 10s). Eric