From owner-freebsd-geom@FreeBSD.ORG Wed Mar 7 22:38:20 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EB0116A40A; Wed, 7 Mar 2007 22:38:20 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from smtp-gw1.starman.ee (smtp-out5.starman.ee [85.253.0.7]) by mx1.freebsd.org (Postfix) with ESMTP id 58AE113C4B9; Wed, 7 Mar 2007 22:38:17 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from mx2.starman.ee (mx2.starman.ee [62.65.192.9]) by smtp-gw1.starman.ee (Postfix) with ESMTP id 4DA85A2169D; Thu, 8 Mar 2007 00:38:16 +0200 (EET) Received: from [192.168.2.99] (pc195.host2.ida.starman.ee [62.65.241.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.starman.ee (Postfix) with ESMTP id CC73332C425; Thu, 8 Mar 2007 00:38:15 +0200 (EET) From: Andrei Kolu Date: Thu, 8 Mar 2007 00:38:14 +0200 User-Agent: KMail/1.9.5 References: <20070120073117.GB60202@x12.dk> <200703072329.13079.antik@bsd.ee> <20070307215242.GA1809@garage.freebsd.pl> In-Reply-To: <20070307215242.GA1809@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline To: Undisclosed.Recipients: ; Message-Id: <200703080038.14750.antik@bsd.ee> X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Cc: freebsd-fs@freebsd.org, freebsd-geom@freebsd.org Subject: Re: zfs_20070303.patch on current 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: Wed, 07 Mar 2007 22:38:20 -0000 On Wednesday 07 March 2007 23:52, Pawel Jakub Dawidek wrote: > On Wed, Mar 07, 2007 at 11:29:12PM +0200, Andrei Kolu wrote: > > On Wednesday 07 March 2007 23:15, Pawel Jakub Dawidek wrote: > > > On Wed, Mar 07, 2007 at 07:07:40PM +0200, Andrei Kolu wrote: > > > > # mdconfig -f /home/zfstest -u 2 > > > > # bsdlabel -w md2 auto > > > > > > Could you give me 'ls -l /home/zfstest'? > > > > ls -l /home/zfstest > > -rw-r--r-- 1 root wheel 104857600 Mar 6 14:48 /home/zfstest > > A bit small, but it works here. I need more info... exact procedure to > reproduce it or some debugging info. I rebuilt my kernel with debugging information and now it won't crash anymore... But here I found another problem: copied 24MB of files and directories into ZFS volume: ------------------------------------------------------------------- # df -h zfs 63M 24M 40M 37% /zfs ------------------------------------------------------------------- But du shows incorrect information: ------------------------------------------------------------------- # du -sh /zfs 43K /zfs ------------------------------------------------------------------- # ll -R /zfs total 0 drwxr-xr-x 3 antik antik 3 Mar 7 21:56 CRMERP drwxr-xr-x 5 antik antik 11 Feb 28 22:52 lowlatency /zfs/CRMERP: total 0 drwxr-xr-x 2 antik antik 4 Mar 7 22:13 openbravo /zfs/CRMERP/openbravo: total 42 -rw-r--r-- 1 antik antik 21504733 Mar 7 22:13 OpenbravoERP_2.22-PostgreSQL.zip -rw-r--r-- 1 antik antik 412978 Mar 7 22:00 Openbravo_PostgreSQL_r2.11_quick-start_installation_guide_v1.0.1.pdf .......... too many files- I cut them out from listing. ------------------------------------------------------------------- I can create, copy, move files without problem with following kernel debug config: makeoptions DEBUG=-g options KDB options DDB options GDB options INVARIANTS options INVARIANT_SUPPORT Unfortunately I have no backtrace information: This GDB was configured as "i386-marcel-freebsd". Cannot access memory at address 0x6a1b5 (kgdb) backtrace #0 0x00000000 in ?? () (kgdb)