From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id o050lXP9160693 for ; Mon, 4 Jan 2010 18:47:33 -0600 Received: from radon.netxsys.com (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id DE8F7EC72D0 for ; Mon, 4 Jan 2010 16:48:23 -0800 (PST) Received: from radon.netxsys.com (radon.netxsys.com [204.16.202.162]) by cuda.sgi.com with ESMTP id PyfXqyV2LNNg9cbL for ; Mon, 04 Jan 2010 16:48:23 -0800 (PST) Received: from [205.233.151.7] (Oxygen.NetXSys.Com [205.233.151.7]) by radon.netxsys.com (Postfix) with ESMTP id 87F48C000091 for ; Mon, 4 Jan 2010 19:48:22 -0500 (EST) Subject: NFS export broke with change from ext3 to xfs From: Krzysztof Adamski Date: Mon, 04 Jan 2010 19:48:20 -0500 Message-Id: <1262652500.24160.27.camel@oxygen.netxsys.com> Mime-Version: 1.0 List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============2490492035761663451==" Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: xfs@oss.sgi.com --===============2490492035761663451== Content-Type: multipart/alternative; boundary="=-h5MnDdAbcldGztDVy+58" --=-h5MnDdAbcldGztDVy+58 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi All, I just changed one filesystem on my mythbox from ext3 to xfs, and now I can't get a client machine to NFS mount from it. This is the export file on the server: /file-store/nfs-roots/f1/home f1(rw,no_root_squash,sync,no_subtree_check) /file-store/nfs-roots/f1/usr f1(rw,no_root_squash,sync,no_subtree_check) /file-store/nfs-roots/f1/var f1(rw,no_root_squash,sync,no_subtree_check) and on the client(f1) the three filesystems are mount on /home, /usr, and /var This worked fine when /file-store on the server was formatted with ext3, now that it is formatted with xfs I get this message on the client: mount.nfs: Stale NFS file handle I get this message 3 times. Nothing else changed, both systems are Debian Lenny with custom kernel. Server is 2.6.28, client is 2.6.29.6. NFS is version 3. The fstab on the server has this: /dev/mapper/big--raid-file--store /file-store xfs noatime,logbsize=256k,inode64 0 1 The reason for the change of the filesystem was an upgrade of the drives in the RAID, now the filesystem is 7T instead of 2.4T, nothing else was changed. Why did this work with ext3 and does not with XFS? What can I do to get this to work, short of reverting to ext3? K --=-h5MnDdAbcldGztDVy+58 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Hi All,

I just changed one filesystem on my mythbox from ext3 to xfs, and now I can't get a client machine to NFS mount from it.

This is the export file on the server:
/file-store/nfs-roots/f1/home   f1(rw,no_root_squash,sync,no_subtree_check)
/file-store/nfs-roots/f1/usr        f1(rw,no_root_squash,sync,no_subtree_check)
/file-store/nfs-roots/f1/var        f1(rw,no_root_squash,sync,no_subtree_check)

and on the client(f1) the three filesystems are mount on /home, /usr, and /var

This worked fine when /file-store on the server was formatted with ext3, now that it is formatted with xfs I get this message on the client:
mount.nfs: Stale NFS file handle
I get this message 3 times.
Nothing else changed, both systems are Debian Lenny with custom kernel.
Server is 2.6.28, client is 2.6.29.6. NFS is version 3.
The fstab on the server has this:
/dev/mapper/big--raid-file--store       /file-store     xfs     noatime,logbsize=256k,inode64   0       1

The reason for the change of the filesystem was an upgrade of the drives in the RAID, now the filesystem is 7T instead of 2.4T,
nothing else was changed. Why did this work with ext3 and does not with XFS? What can I do to get this to work, short of reverting to ext3?

K --=-h5MnDdAbcldGztDVy+58-- --===============2490492035761663451== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs --===============2490492035761663451==--