[Ocfs-users] i-node showing 100 % used whereas the partitions
are empty
Sunil Mushran
Sunil.Mushran at oracle.com
Wed Oct 13 19:54:28 CDT 2004
File a bug on this. I think I know what the issue is. File a bug on oss
so that I don't forget about it.
diff -r1.165.2.97 ocfsmain.c
1000,1001c1000,1001
< buf->f_files = (unsigned long) (numbits);
< buf->f_ffree = (unsigned long) (numbits) - freebits;
---
> buf->f_files = numbits;
> buf->f_ffree = freebits;
On Wed, 2004-10-13 at 16:32, Varghese Abraham wrote:
> Output df -i
> ------------------
> Filesystem Inodes IUsed IFree IUse% Mounted on
> /
> /dev/sde 348548 348195 353 100% /ocfsa01
> /dev/sdf 348548 348195 353 100% /ocfsa02
> /dev/sdg 348548 348195 353 100% /ocfsa03
> /dev/sdk 139410 138073 1337 100% /ocfsq01
>
>
>
> Output df -kP
> -----------------------
> Filesystem 1024-blocks Used Available Capacity Mounted on
>
> /dev/sde 44614112 45152 44568960 1% /ocfsa01
> /dev/sdf 44614112 45152 44568960 1% /ocfsa02
> /dev/sdg 44614112 45152 44568960 1% /ocfsa03
> /dev/sdk 17844448 171104 17673344 1% /ocfsq01
>
>
> Is this expected behaviour from OCFS. ( Else how do I correct the same ? )
> Files were never put on these volumes yet.
>
> R'gds
> Varghese Abraham
> _______________________________________________
> Ocfs-users mailing list
> Ocfs-users at oss.oracle.com
> http://oss.oracle.com/mailman/listinfo/ocfs-users
More information about the Ocfs-users
mailing list