Adam Donald wrote:
>
> Hello
>
> In short, I believe that I have used the indode64 option correctly in
> mounting my XFS device on my Centos 5.2 system, however, I seem to only
> have 59 free inodes available and 7.5TB of free space. I would
> appreciate any insight as to what the best approach would be to fix this
> situation. In case it is helpful, I have included output from various
> commands/files below, the XFS device in question is
> /dev/mapper/VolGroup01-DATA01. Thank you in advance for your assistance!
It all looks sane to me; what are the actual symptoms of the problem
You can create 59 files and then -ENOSPC? Any kernel messages?
Maybe this is a bug in the old xfs code in the centos module... though I
don't remember such a bug right now.s
-Eric
> uname:
> Linux NAS01 2.6.18-92.1.6.el5 #1 SMP Wed Jun 25 13:45:47 EDT 2008 x86_64
> x86_64 x86_64 GNU/Linux
>
> df -h:
> Filesystem Size Used Avail Use% Mounted on
> /dev/mapper/VolGroup00-LogVol00 71G 12G 55G 18% /
> /dev/sda1 99M 25M 70M 26% /boot
> tmpfs 3.9G 0 3.9G 0% /dev/shm
> /dev/mapper/VolGroup01-DATA01 18T 9.9T 7.5T 57% /DATA01
>
> df -ih:
> Filesystem Inodes IUsed IFree IUse% Mounted on
> /dev/mapper/VolGroup00-LogVol00 19M 123K 19M 1% /
> /dev/sda1 26K 44 26K 1% /boot
> tmpfs 999K 1 999K 1% /dev/shm
> /dev/mapper/VolGroup01-DATA01 18G 297K 18G 1% /DATA01
>
> mount:
> ...
> /dev/mapper/VolGroup01-DATA01 on /DATA01 type xfs (rw,inode64)
> ...
>
> fstab:
> ...
> /dev/VolGroup01/DATA01 /DATA01 xfs
> rw,suid,dev,exec,auto,nouser,async,inode64 1 0
> ...
|