From owner-freebsd-fs@FreeBSD.ORG Sun Nov 29 21:44:52 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 9EB2710656A3 for ; Sun, 29 Nov 2009 21:44:52 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (chello089077043238.chello.pl [89.77.43.238]) by mx1.freebsd.org (Postfix) with ESMTP id DD0AA8FC13 for ; Sun, 29 Nov 2009 21:44:51 +0000 (UTC) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 9E13545CDD; Sun, 29 Nov 2009 20:35:41 +0100 (CET) Received: from localhost (pdawidek.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 5A51745C89; Sun, 29 Nov 2009 20:35:36 +0100 (CET) Date: Sun, 29 Nov 2009 20:35:34 +0100 From: Pawel Jakub Dawidek To: Filipe Paternot Message-ID: <20091129193534.GA34378@garage.freebsd.pl> References: <6bd9b7940911281736j12ba1b3fs544cae3274d8d4cb@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline In-Reply-To: <6bd9b7940911281736j12ba1b3fs544cae3274d8d4cb@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 9.0-CURRENT i386 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=4.5 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: freebsd-fs@freebsd.org Subject: Re: 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 21:44:52 -0000 --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 28, 2009 at 11:36:21PM -0200, Filipe Paternot wrote: > Hello there, >=20 > 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. >=20 > 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 alrea= dy > removed. > Then, if i mount the specific dir, it works fine. Could you try the following on the renovatio server: # zfs unmount pool/filipe # ls /pool/ My guess is that the content you see when you NFS-mount /pool/ is covered by pool/filipe file system on renovatio, that's why you can't see it there. The commands above will tell. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFLEs0GForvXbEpPzQRAl/gAJkBjF/BFTRXUxXgRiCt1uDsCqqbDACg30xk 4v8RtWJ4LYMtjbXxcFurb18= =3PN5 -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24--