[Ocfs-users] i-node showing 100 % used whereas the partitionsare empty

Varghese Abraham VargheseA at herbalife.com
Wed Oct 20 13:22:59 CDT 2004


Hi Sunil,
 I had filed a bug and saw your response stating that it would be fixed in version 14.
In the meanwhile , what we want to know is whether this bug is a minor bug and can be ignored for now.

Does reporting 100% inodes cause any problem for the OCFS file system or can we ignore this bug and go into production.

Also can you tell us by when version 14 would be released.


R'gds
Varghese Abraham.
-----Original Message-----
From: Sunil Mushran [mailto:Sunil.Mushran at oracle.com]
Sent: Wednesday, October 13, 2004 5:54 PM
To: Varghese Abraham
Cc: ocfs-users at oss.oracle.com
Subject: Re: [Ocfs-users] i-node showing 100 % used whereas the
partitionsare empty


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