NFS export broke with change from ext3 to xfs
Christoph Hellwig
hch at infradead.org
Wed Jan 6 12:09:38 CST 2010
On Tue, Jan 05, 2010 at 09:37:14PM +0100, Emmanuel Florac wrote:
> Le Tue, 5 Jan 2010 12:43:32 -0500 vous ?criviez:
>
> > Remove the inode64 mount option or move every export to a separate
> > filesystem. The NFS code can't cope with 64 bit inode numbers when
> > exporting a subtree of a filesystem. You'd see the same issue with
> > e.g. ocfs2 or gfs2.
>
> Does the kernel architecture (32 or 64 bits) have any influence there?
Unfortunately not. But if you specify a uuid in the /etc/exports
file it should use a different filesystem handle format that has space
for 8 byte inode numbers. I'm not entirely sure how nfsutils selects
them - it's been a while since I dealt with that code.
More information about the xfs
mailing list