[CentOS] centos 6.2 xfs + nfs space allocation

Mon Jun 11 11:47:50 UTC 2012
Stephan van Hienen <ddx at a2000.nu>

On Mon, 11 Jun 2012, Svavar Örn Eysteinsson wrote:
>
> What kernel are you using ?
Latest centos 6.2 kernel:
2.6.32-220.17.1.el6.x86_64

> Are you using inode64 mount option on the Cents server itself for XFS ?
fstab for this filesystem :

/dev/mapper/VolGroup01-LogVol00 /raid           xfs     defaults        1 2

/etc/exports for this filesystem :

/raid           192.168.178.5(rw,no_root_squash)

and on the client system /etc/fstab :

server:/raid              /raid                   nfs  soft,rsize=32768,wsize=32768,vers=3

>
> What OS was the NFS client running ? 32bit ?
Also centos 6.2 x64 with kernel 2.6.32-220.17.1.el6.x86_64.

I also have this problem with a nfs client running 2.6.18-7.4-dm8000 
(dreambox satelite receiver)
And Centos 5.8 x64 with kernel 2.6.18-308.8.1.el5

Stephan