All of lore.kernel.org
 help / color / mirror / Atom feed
* statvfs() return large f_bavail on a 10TB drive
@ 2018-04-13  6:40 Kirubakaran Kaliannan
  2018-04-13 15:43 ` Darrick J. Wong
  0 siblings, 1 reply; 4+ messages in thread
From: Kirubakaran Kaliannan @ 2018-04-13  6:40 UTC (permalink / raw)
  To: linux-xfs

Hi All,

I have couple of  xfs filesystem  on a 10TB STAT drive.

After 50% of filesystem is full, the df –kH is returning a large f_bavail.


Filesystem                   Size  Used Avail Use% Mounted on
/dev/dm-4                     10T  -12T   22T    - /mnt/a
/dev/dm-3                     10T  -12T   22T    - /mnt/b

I tried statvfs() and got the same large f_bavail as well,

        total filesystem size = 9763506176 KB
        total Available size = 21279656740 KB
        total used size = -11516150564 KB

We are using Ubuntu 3.18.19 Linux kernel/xfs.

If I unmount and mount the filesysem back, the f_bavail values are back to
normal.

Can you please point me, if this is something a known issue got fixed in
XFS in the later version, or any lead may help.
It is difficult at this point of time to upgrade the XFS for this specific
issue.

Thanks,
-kiru

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: statvfs() return large f_bavail on a 10TB drive
  2018-04-13  6:40 statvfs() return large f_bavail on a 10TB drive Kirubakaran Kaliannan
@ 2018-04-13 15:43 ` Darrick J. Wong
  2018-04-23  4:26   ` Kirubakaran Kaliannan
  0 siblings, 1 reply; 4+ messages in thread
From: Darrick J. Wong @ 2018-04-13 15:43 UTC (permalink / raw)
  To: Kirubakaran Kaliannan; +Cc: linux-xfs

On Fri, Apr 13, 2018 at 12:10:19PM +0530, Kirubakaran Kaliannan wrote:
> Hi All,
> 
> I have couple of  xfs filesystem  on a 10TB STAT drive.
> 
> After 50% of filesystem is full, the df –kH is returning a large f_bavail.
> 
> 
> Filesystem                   Size  Used Avail Use% Mounted on
> /dev/dm-4                     10T  -12T   22T    - /mnt/a
> /dev/dm-3                     10T  -12T   22T    - /mnt/b
> 
> I tried statvfs() and got the same large f_bavail as well,
> 
>         total filesystem size = 9763506176 KB
>         total Available size = 21279656740 KB

21279656740KB = 0x100000000000 | (about 50% of the space) ?

Bitflip?

--D

>         total used size = -11516150564 KB
> 
> We are using Ubuntu 3.18.19 Linux kernel/xfs.
> 
> If I unmount and mount the filesysem back, the f_bavail values are back to
> normal.
> 
> Can you please point me, if this is something a known issue got fixed in
> XFS in the later version, or any lead may help.
> It is difficult at this point of time to upgrade the XFS for this specific
> issue.
> 
> Thanks,
> -kiru
> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: statvfs() return large f_bavail on a 10TB drive
  2018-04-13 15:43 ` Darrick J. Wong
@ 2018-04-23  4:26   ` Kirubakaran Kaliannan
  2018-04-30 22:26     ` Darrick J. Wong
  0 siblings, 1 reply; 4+ messages in thread
From: Kirubakaran Kaliannan @ 2018-04-23  4:26 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: linux-xfs

Hi Darrick,

Yes this looks like the bitflip !
Do you have seen any occurrence of this before or maybe something related to
a in-memory corruption ?

Thaks
-kiru

-----Original Message-----
From: Darrick J. Wong [mailto:darrick.wong@oracle.com]
Sent: Friday, April 13, 2018 9:13 PM
To: Kirubakaran Kaliannan
Cc: linux-xfs@vger.kernel.org
Subject: Re: statvfs() return large f_bavail on a 10TB drive

On Fri, Apr 13, 2018 at 12:10:19PM +0530, Kirubakaran Kaliannan wrote:
> Hi All,
>
> I have couple of  xfs filesystem  on a 10TB STAT drive.
>
> After 50% of filesystem is full, the df –kH is returning a large f_bavail.
>
>
> Filesystem                   Size  Used Avail Use% Mounted on
> /dev/dm-4                     10T  -12T   22T    - /mnt/a
> /dev/dm-3                     10T  -12T   22T    - /mnt/b
>
> I tried statvfs() and got the same large f_bavail as well,
>
>         total filesystem size = 9763506176 KB
>         total Available size = 21279656740 KB

21279656740KB = 0x100000000000 | (about 50% of the space) ?

Bitflip?

--D

>         total used size = -11516150564 KB
>
> We are using Ubuntu 3.18.19 Linux kernel/xfs.
>
> If I unmount and mount the filesysem back, the f_bavail values are back to
> normal.
>
> Can you please point me, if this is something a known issue got fixed in
> XFS in the later version, or any lead may help.
> It is difficult at this point of time to upgrade the XFS for this specific
> issue.
>
> Thanks,
> -kiru
> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: statvfs() return large f_bavail on a 10TB drive
  2018-04-23  4:26   ` Kirubakaran Kaliannan
@ 2018-04-30 22:26     ` Darrick J. Wong
  0 siblings, 0 replies; 4+ messages in thread
From: Darrick J. Wong @ 2018-04-30 22:26 UTC (permalink / raw)
  To: Kirubakaran Kaliannan; +Cc: linux-xfs

On Mon, Apr 23, 2018 at 09:56:58AM +0530, Kirubakaran Kaliannan wrote:
> Hi Darrick,
> 
> Yes this looks like the bitflip !
> Do you have seen any occurrence of this before or maybe something related to
> a in-memory corruption ?

Usually only on machines with bad memory or use-after-free bugs in the
kernel.

--D

> Thaks
> -kiru
> 
> -----Original Message-----
> From: Darrick J. Wong [mailto:darrick.wong@oracle.com]
> Sent: Friday, April 13, 2018 9:13 PM
> To: Kirubakaran Kaliannan
> Cc: linux-xfs@vger.kernel.org
> Subject: Re: statvfs() return large f_bavail on a 10TB drive
> 
> On Fri, Apr 13, 2018 at 12:10:19PM +0530, Kirubakaran Kaliannan wrote:
> > Hi All,
> >
> > I have couple of  xfs filesystem  on a 10TB STAT drive.
> >
> > After 50% of filesystem is full, the df –kH is returning a large f_bavail.
> >
> >
> > Filesystem                   Size  Used Avail Use% Mounted on
> > /dev/dm-4                     10T  -12T   22T    - /mnt/a
> > /dev/dm-3                     10T  -12T   22T    - /mnt/b
> >
> > I tried statvfs() and got the same large f_bavail as well,
> >
> >         total filesystem size = 9763506176 KB
> >         total Available size = 21279656740 KB
> 
> 21279656740KB = 0x100000000000 | (about 50% of the space) ?
> 
> Bitflip?
> 
> --D
> 
> >         total used size = -11516150564 KB
> >
> > We are using Ubuntu 3.18.19 Linux kernel/xfs.
> >
> > If I unmount and mount the filesysem back, the f_bavail values are back to
> > normal.
> >
> > Can you please point me, if this is something a known issue got fixed in
> > XFS in the later version, or any lead may help.
> > It is difficult at this point of time to upgrade the XFS for this specific
> > issue.
> >
> > Thanks,
> > -kiru
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-30 22:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-13  6:40 statvfs() return large f_bavail on a 10TB drive Kirubakaran Kaliannan
2018-04-13 15:43 ` Darrick J. Wong
2018-04-23  4:26   ` Kirubakaran Kaliannan
2018-04-30 22:26     ` Darrick J. Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.