From owner-freebsd-fs@FreeBSD.ORG Sun Nov 29 02:03:10 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5366D106566C for ; Sun, 29 Nov 2009 02:03:10 +0000 (UTC) (envelope-from filipe@wsbr.com.br) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id D08B38FC08 for ; Sun, 29 Nov 2009 02:03:09 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so983584fgb.13 for ; Sat, 28 Nov 2009 18:03:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.239.138.13 with SMTP id n13mr322389hbn.9.1259458581062; Sat, 28 Nov 2009 17:36:21 -0800 (PST) Date: Sat, 28 Nov 2009 23:36:21 -0200 Message-ID: <6bd9b7940911281736j12ba1b3fs544cae3274d8d4cb@mail.gmail.com> From: Filipe Paternot To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Issues with ZFS under remote NFS directory X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2009 02:03:10 -0000 Hello there, I've got an pretty weird issue with an remote filesystem which is mounted on a given server. Renovatio is the NFS server is running FreeBSD-7.2-release 32bit. Neo server is running FreeBSD-8.0-release 64bit. The problem is this: I mount the pool rootdir at /mnt/renovatio2. Then, when i go list one of my dirs, it shows some content that was saved (snapshot was deleted) couple months ago for that same folder. That is weird, since im not accessing the hidden .zfs dir, but it should be empty anyways as the snapshot was already removed. Then, if i mount the specific dir, it works fine. I'm not using the zfs sharenfs option. I am a little bit out of ideas, and not sure if its a bug too, but if anyone can assist me, i'd be very grateful. Thank you [root@neo /mnt]# mount_nfs -3 -b -o tcp -o nolockd -o intr -o soft -o retrycnt=1 -o retrans=3 renovatio:/pool/filipe /mnt/renovatio2 [root@neo /mnt]# ls renovatio2/ brutalforce/ eggfacil/ patches/ psyx/ pub/ root/ scripts/ src/ sup/ vds/ [root@neo /mnt]# mount_nfs -3 -b -o tcp -o nolockd -o intr -o soft -o retrycnt=1 -o retrans=3 renovatio:/pool /mnt/renovatio3 [root@neo /mnt]# df | grep renovatio Filesystem Size Used Avail Capacity Mounted on renovatio:/usr/home/filipe 447G 109G 302G 27% /mnt/renovatio1 renovatio:/pool/filipe 417G 94G 323G 23% /mnt/renovatio2 renovatio:/pool 348G 25G 323G 7% /mnt/renovatio3 [root@neo /mnt]# ls renovatio2 brutalforce/ eggfacil/ patches/ psyx/ pub/ root/ scripts/ src/ sup/ vds/ [root@neo /mnt]# ls renovatio3/ filipe/ [root@neo /mnt]# ls renovatio3/filipe/ docs/ jail/ patches/ scripts/ sup/ webmin-1.480.tar.gz ircds/ mem_jail.pl* psyx/ src/ vds/ [root@neo /mnt]# [root@renovatio /pool]# ls filipe/ obj.tgz ports.tgz src.tgz vds/ [root@renovatio /pool]# ls filipe/ brutalforce/ eggfacil/ patches/ psyx/ pub/ root/ scripts/ src/ sup/ vds/ [root@renovatio /pool]# zfs list -t all | egrep -i '(pool |pool/filipe)' NAME USED AVAIL REFER MOUNTPOINT pool 134G 323G 25.0G /pool pool/filipe 94.4G 323G 94.4G /pool/filipe [root@renovatio /pool]#