From owner-freebsd-geom@FreeBSD.ORG Tue Dec 16 03:09:24 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 BBAE1106564A for ; Tue, 16 Dec 2008 03:09:24 +0000 (UTC) (envelope-from gfritz@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9228FC13 for ; Tue, 16 Dec 2008 03:09:24 +0000 (UTC) (envelope-from gfritz@gmail.com) Received: by wa-out-1112.google.com with SMTP id m34so1452784wag.27 for ; Mon, 15 Dec 2008 19:09:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=Ec6/BcRZaCpVIr6ai+A+h7CZNxA/VwGMCb3xc8YetsQ=; b=PmwkkqkXaD8CQv/qgE8cwNXuWp6er8VdRoD4OYr4bHRyc2aL5begFUMkwsqYq8Ssq3 PUGNNh9I9BSKuoIoVRQMqXY2OC65xn1m2FzmEVWHOao4I1txT1zw4yDZeq1by7SynUxM buRCvf4igFUuBTZciMAPfQ3m7Y+5k4sHBL/a0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=esSN8YuPiFD69B8gbVn49WBpMhCg1GpL0eoMig/S3OdjUzGxF9zBDDguFQze8EkKdj d81/9VPb7EMDUbjlIGoBi4dlK1EYRQYhs/E5MPltfabX+ZujR2cnFtmxvWCKSrluOCkp aJsm7kUnaKbNbifacTGypHiu8ufbw2XBV31TA= Received: by 10.114.124.1 with SMTP id w1mr5383603wac.132.1229395762592; Mon, 15 Dec 2008 18:49:22 -0800 (PST) Received: from dev.null (34-12-66-208.dsl.cust.wirelessbeehive.com [208.66.12.34]) by mx.google.com with ESMTPS id q18sm655980pog.9.2008.12.15.18.49.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Dec 2008 18:49:22 -0800 (PST) Received: by dev.null (Postfix, from userid 1002) id 1E49587B42B; Mon, 15 Dec 2008 19:49:21 -0700 (MST) Date: Mon, 15 Dec 2008 19:49:21 -0700 From: Geoff Fritz To: freebsd-geom@freebsd.org Message-ID: <20081216024921.GC55072@dev.null> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Subject: GEOM_JOURNAL: Flush cache of concat/foo: error=19 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: Tue, 16 Dec 2008 03:09:24 -0000 I've been experiementing with a bunch of GEOM services lately, and I've got a really ugly patchwork of disk space that might be better off done with ZFS. Without going into insane detail, here's how the layers stack up: drives --> gmirror --> gconcat --> geli -> gjournal (The goal was to utilize a bunch of misc drives, have all of the used space have redundancy, and only need to provide a single password when the system boots.) So I've got this /dev/concat/foo.eli.journal device mounted as my root partition (I boot via USB stick, to test full-disk crypto), with options "rw,noatime,async". I'm seeing the error (mentioned in the subject) when I beat the tar out of the filesystem, followed by a healthy stack of "last message repeated...". I'm currently compiling openoffice.org, which is when I first noticed the errors. I've been unable to locate the meaning of error "19" from searching the archives or the sources (a few too many levels of function calls for me to sort through). What does the error mean, is it serious, and how do I prevent it? Thanks for any pointers. -- Geoff