From owner-freebsd-geom@FreeBSD.ORG Sat Apr 29 00:34:05 2006 Return-Path: X-Original-To: geom@freebsd.org Delivered-To: freebsd-geom@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1482F16A402 for ; Sat, 29 Apr 2006 00:34:05 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D1F43D46 for ; Sat, 29 Apr 2006 00:34:04 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nz-out-0102.google.com with SMTP id i28so2038565nzi for ; Fri, 28 Apr 2006 17:34:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fbXekVvYDiJICu8fXgVyy7GoFU40G0uEtEaZejhaWcGfiU00fbRANhSvYU1Nf9gYw+eV2tTubU1j8u+ZtvTh0mdyHdzjRlnTosL8bCk1B04e7bE+twPdhER1S1NrwhGqih0UGTrm0I6hrua4+81JlpLp7nilCBv84aJgIHikhgI= Received: by 10.36.127.17 with SMTP id z17mr2694611nzc; Fri, 28 Apr 2006 17:34:03 -0700 (PDT) Received: by 10.36.58.13 with HTTP; Fri, 28 Apr 2006 17:34:03 -0700 (PDT) Message-ID: <6eb82e0604281734v37c6eca0q8daa5dbca66f58d7@mail.gmail.com> Date: Fri, 28 Apr 2006 20:34:03 -0400 From: "Rong-En Fan" To: geom@freebsd.org, "Pawel Jakub Dawidek" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: v_vfs_done error = 1 on gconcat device 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: Sat, 29 Apr 2006 00:34:05 -0000 Hi Pawel, I'm running RELENG_6 around Apr 6. Sometimes, I saw lots of g_vfs_done():concat/tmp[WRITE(offset=3D25658605568, length=3D114688)]error = =3D 1 g_vfs_done():concat/tmp[WRITE(offset=3D25658605568, length=3D114688)]error = =3D 1 g_vfs_done():concat/tmp[WRITE(offset=3D25658605568, length=3D114688)]error = =3D 1 g_vfs_done():concat/tmp[WRITE(offset=3D25658605568, length=3D114688)]error = =3D 1 g_vfs_done():concat/tmp[WRITE(offset=3D25658605568, length=3D114688)]error = =3D 1 in my console. The concat/tmp is consist of two disk: Geom name: tmp State: UP Status: Total=3D2, Online=3D2 Type: AUTOMATIC ID: 2047271624 Providers: 1. Name: concat/tmp Mediasize: 62055485440 (58G) Sectorsize: 512 Mode: r1w1e1 Consumers: 1. Name: da0s1d Mediasize: 25658654720 (24G) Sectorsize: 512 Mode: r1w1e2 Start: 0 End: 25658654208 2. Name: da1s1e Mediasize: 36396831744 (34G) Sectorsize: 512 Mode: r1w1e2 Start: 25658654208 End: 62055485440 If the offset in the console is in the same unit as "Mediasize" in gconcat = list, then, it looks like it tries to write something that crossing two physical disks. IIRC, everytime I see those messages, the offset is really close to the end of the first disk. Any ideas? Thanks, Rong-En fan