From: Eric Sandeen <sandeen@sandeen.net>
To: Gabriel Barazer <gabriel@oxeva.fr>
Cc: xfs@oss.sgi.com
Subject: Re: XFS filesystem shutting down on linux 2.6.28.9 (xfs_rename)
Date: Mon, 27 Jul 2009 12:40:18 -0500 [thread overview]
Message-ID: <4A6DE682.7080402@sandeen.net> (raw)
In-Reply-To: <4A6D9221.5080603@oxeva.fr>
Gabriel Barazer wrote:
> Eric Sandeen wrote:
>> Gabriel Barazer wrote:
>>
>>> Hi,
>>>
>>> I recently put a NFS file server into production, with mostly XFS volumes on LVM. The server was quite low on traffic until this morning and one of the filesystems crashed twice since this morning with the following backtrace:
>>>
>>> Filesystem "dm-24": XFS internal error xfs_trans_cancel at line 1164 of file fs/xfs/xfs_trans.c. Caller 0xffffffff811b09a7
>>> Pid: 2053, comm: nfsd Not tainted 2.6.28.9-filer #1
>>> Call Trace:
>>> [<ffffffff811b09a7>] xfs_rename+0x4a1/0x4f6
>>> [<ffffffff811b1806>] xfs_trans_cancel+0x56/0xed
>>> [<ffffffff811b09a7>] xfs_rename+0x4a1/0x4f6
>>>
>> ...
>>
>>
>>> xfs_force_shutdown(dm-24,0x8) called from line 1165 of file fs/xfs/xfs_trans.c. Return address = 0xffffffff811b181f
>>> Filesystem "dm-24": Corruption of in-memory data detected. Shutting down filesystem: dm-24
>>>
>>> The two crashed are related to the same function: xfs_rename.
>>>
>> Can you do objdump -d xfs.ko | grep "xfs_rename\|xfs_trans_cancel" and
>> maybe we can see which call to xfs_trans_cancel in xfs_rename this was.
>>
>> The problem relates to canceling a dirty transaction on an error path.
>>
> Hi,
>
> sorry for the late reply
>
> I don't have any xfs.ko as my kernel is compiled without CONFIG_MODULES.
> However I objdump'd the vmlinux uncompressed kernel, and here are the
> results:
Ok, that was an over eager grep command, my apologies to the mail
archives ;)
The relevant stuff:
ffffffff811b0506 <xfs_rename>:
ffffffff811b06c1: e8 ea 10 00 00 callq ffffffff811b17b0
<xfs_trans_cancel>
ffffffff811b09a2: e8 09 0e 00 00 callq ffffffff811b17b0
<xfs_trans_cancel>
hmm but there are only 2 obvious calls in the disassembly, and there are
4 calls in the function... and neither one seems to line up with your
stated offset in the oops. :( I was hoping to sort out which
xfs_trans_cancel call in xfs_rename it was.
Any chance you could add a couple printk's to xfs_rename in the cases
where it calls trans_cancel so we can see which one it was?
Thanks,
-Eric
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2009-07-27 17:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-22 15:27 XFS filesystem shutting down on linux 2.6.28.9 (xfs_rename) Gabriel Barazer
2009-07-23 4:11 ` Eric Sandeen
2009-07-27 11:40 ` Gabriel Barazer
2009-07-27 17:40 ` Eric Sandeen [this message]
2009-07-28 0:31 ` Gabriel Barazer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A6DE682.7080402@sandeen.net \
--to=sandeen@sandeen.net \
--cc=gabriel@oxeva.fr \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox