* bug? "directory flags set on non-directory inode 2877105"
@ 2012-07-04 15:59 Arkadiusz Miśkiewicz
2012-07-04 21:23 ` Dave Chinner
0 siblings, 1 reply; 3+ messages in thread
From: Arkadiusz Miśkiewicz @ 2012-07-04 15:59 UTC (permalink / raw)
To: xfs
Hi.
On two servers using 3.0.x kernels I've got like 10 mln of "directory flags
set on non-directory inode xxx" errors when doing xfs_repair. Doesn't look
like a corruption issue, right?
Was there a bug in 2.6.3x or 3.0.x kernels that could get these flags set in
such wrong way?
ps. using project quota on both servers/fses
--
Arkadiusz Miśkiewicz, arekm / maven.pl
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: bug? "directory flags set on non-directory inode 2877105"
2012-07-04 15:59 bug? "directory flags set on non-directory inode 2877105" Arkadiusz Miśkiewicz
@ 2012-07-04 21:23 ` Dave Chinner
2012-07-05 8:36 ` Arkadiusz Miśkiewicz
0 siblings, 1 reply; 3+ messages in thread
From: Dave Chinner @ 2012-07-04 21:23 UTC (permalink / raw)
To: Arkadiusz Miśkiewicz; +Cc: xfs
On Wed, Jul 04, 2012 at 05:59:05PM +0200, Arkadiusz Miśkiewicz wrote:
>
> Hi.
>
> On two servers using 3.0.x kernels I've got like 10 mln of "directory flags
> set on non-directory inode xxx" errors when doing xfs_repair. Doesn't look
> like a corruption issue, right?
Can you run a xfs_io stat command on one ofthe files so we can see
what flag is set? i.e.
$ xfs_io -c stat $file
> Was there a bug in 2.6.3x or 3.0.x kernels that could get these flags set in
> such wrong way?
Not that I know of.
> ps. using project quota on both servers/fses
Which makes me think that the project quota inheritance flag has
been recursively set on all files, not just directories. The code
allows that to occur, even though it only has meaning for directory
inodes. If this is the case, then the above warning and removal of
the flag is harmless.
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: bug? "directory flags set on non-directory inode 2877105"
2012-07-04 21:23 ` Dave Chinner
@ 2012-07-05 8:36 ` Arkadiusz Miśkiewicz
0 siblings, 0 replies; 3+ messages in thread
From: Arkadiusz Miśkiewicz @ 2012-07-05 8:36 UTC (permalink / raw)
To: Dave Chinner; +Cc: xfs
On Wednesday 04 of July 2012, Dave Chinner wrote:
> On Wed, Jul 04, 2012 at 05:59:05PM +0200, Arkadiusz Miśkiewicz wrote:
> > Hi.
> >
> > On two servers using 3.0.x kernels I've got like 10 mln of "directory
> > flags set on non-directory inode xxx" errors when doing xfs_repair.
> > Doesn't look like a corruption issue, right?
>
> Can you run a xfs_io stat command on one ofthe files so we can see
> what flag is set? i.e.
>
> $ xfs_io -c stat $file
Third machine and P flag is there on regular file:
# LC_ALL=C xfs_io -c stat /home/somefile.txt
fd.path = "/home/somefile.txt"
fd.flags = non-sync,non-direct,read-write
stat.ino = 2169031643
stat.type = regular file
stat.size = 4934
stat.blocks = 16
fsxattr.xflags = 0x200 [--------P-----]
fsxattr.projid = 45039
fsxattr.extsize = 0
fsxattr.nextents = 1
fsxattr.naextents = 0
dioattr.mem = 0x200
dioattr.miniosz = 512
dioattr.maxiosz = 2147483136
>
> > Was there a bug in 2.6.3x or 3.0.x kernels that could get these flags set
> > in such wrong way?
>
> Not that I know of.
>
> > ps. using project quota on both servers/fses
>
> Which makes me think that the project quota inheritance flag has
> been recursively set on all files, not just directories. The code
> allows that to occur, even though it only has meaning for directory
> inodes. If this is the case, then the above warning and removal of
> the flag is harmless.
Seems to be it.
xfs_quota probably needs a fix to don't do that then when in recursive mode.
> Cheers,
>
> Dave.
--
Arkadiusz Miśkiewicz, arekm / maven.pl
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-07-05 8:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04 15:59 bug? "directory flags set on non-directory inode 2877105" Arkadiusz Miśkiewicz
2012-07-04 21:23 ` Dave Chinner
2012-07-05 8:36 ` Arkadiusz Miśkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox