From: "Christian Røsnes" <christian.rosnes@gmail.com>
To: xfs@oss.sgi.com
Subject: Re: XFS internal error xfs_trans_cancel at line 1150 of file fs/xfs/xfs_trans.c
Date: Thu, 6 Mar 2008 12:10:32 +0100 [thread overview]
Message-ID: <1a4a774c0803060310w2642224w690ac8fa13f96ec@mail.gmail.com> (raw)
In-Reply-To: <1a4a774c0803050553h7f6294cfq41c38f34ea92ceae@mail.gmail.com>
On Wed, Mar 5, 2008 at 2:53 PM, Christian Røsnes
<christian.rosnes@gmail.com> wrote:
> > On Wed, Feb 13, 2008 at 11:51:51AM +0100, Christian Røsnes wrote:
> > > Over the past month I've been hit with two cases of "xfs_trans_cancel
> > > at line 1150"
> > > The two errors occurred on different raid sets. In both cases the
> > > error happened during
> > > rsync from a remote server to this server, and the local partition
> > > which reported
> > > the error was 99% full (as reported by df -k, see below for details).
> > >
> > > System: Dell 2850
> > > Mem: 4GB RAM
> > > OS: Debian 3 (32-bit)
> > > Kernel: 2.6.17.7 (custom compiled)
> > >
>
> After being hit several times by the problem mentioned above (running
> kernel 2.6.17.7),
> I upgraded the kernel to version 2.6.24.3. I then ran a rsync test to
> a 99% full partition:
>
> df -k:
> /dev/sdb1 286380096 282994528 3385568 99% /data
>
> The rsync application will probably fail because it will most likely
> run out of space,
> but I got another xfs_trans_cancel kernel message:
>
> Filesystem "sdb1": XFS internal error xfs_trans_cancel at line 1163 of
> file fs/xfs/xfs_trans.c. Caller 0xc021a010
> Pid: 11642, comm: rsync Not tainted 2.6.24.3FC #1
> [<c0212678>] xfs_trans_cancel+0x5d/0xe6
> [<c021a010>] xfs_mkdir+0x45a/0x493
> [<c021a010>] xfs_mkdir+0x45a/0x493
> [<c01cbb8f>] xfs_acl_vhasacl_default+0x33/0x44
> [<c0222d70>] xfs_vn_mknod+0x165/0x243
> [<c0217b9e>] xfs_access+0x2f/0x35
> [<c0222e6d>] xfs_vn_mkdir+0x12/0x14
> [<c016057b>] vfs_mkdir+0xa3/0xe2
> [<c0160644>] sys_mkdirat+0x8a/0xc3
> [<c016069c>] sys_mkdir+0x1f/0x23
> [<c01025ee>] syscall_call+0x7/0xb
> =======================
> xfs_force_shutdown(sdb1,0x8) called from line 1164 of file
> fs/xfs/xfs_trans.c. Return address = 0xc0212690
>
> Filesystem "sdb1": Corruption of in-memory data detected. Shutting
> down filesystem: sdb1
> Please umount the filesystem, and rectify the problem(s)
>
Actually, a single mkdir command is enough to trigger the filesystem
shutdown when its 99% full (according to df -k):
/data# mkdir test
mkdir: cannot create directory `test': No space left on device
Filesystem "sdb1": XFS internal error xfs_trans_cancel at line 1163 of
file fs/xfs/xfs_trans.c. Caller 0xc021a010
Pid: 23380, comm: mkdir Not tainted 2.6.24.3FC #1
[<c0212678>] xfs_trans_cancel+0x5d/0xe6
[<c021a010>] xfs_mkdir+0x45a/0x493
[<c021a010>] xfs_mkdir+0x45a/0x493
[<c01cbb8f>] xfs_acl_vhasacl_default+0x33/0x44
[<c0222d70>] xfs_vn_mknod+0x165/0x243
[<c0217b9e>] xfs_access+0x2f/0x35
[<c0222e6d>] xfs_vn_mkdir+0x12/0x14
[<c016057b>] vfs_mkdir+0xa3/0xe2
[<c0160644>] sys_mkdirat+0x8a/0xc3
[<c016069c>] sys_mkdir+0x1f/0x23
[<c01025ee>] syscall_call+0x7/0xb
[<c03b0000>] atm_reset_addr+0xd/0x83
=======================
xfs_force_shutdown(sdb1,0x8) called from line 1164 of file
fs/xfs/xfs_trans.c. Return address = 0xc0212690
Filesystem "sdb1": Corruption of in-memory data detected. Shutting
down filesystem: sdb1
Please umount the filesystem, and rectify the problem(s)
df -k
-----
/dev/sdb1 286380096 282994528 3385568 99% /data
df -i
-----
/dev/sdb1 10341248 3570112 6771136 35% /data
xfs_info
--------
meta-data=/dev/sdb1 isize=512 agcount=16, agsize=4476752 blks
= sectsz=512 attr=0
data = bsize=4096 blocks=71627792, imaxpct=25
= sunit=16 swidth=32 blks, unwritten=1
naming =version 2 bsize=4096
log =internal bsize=4096 blocks=32768, version=2
= sectsz=512 sunit=16 blks, lazy-count=0
realtime =none extsz=65536 blocks=0, rtextents=0
xfs_db -r -c 'sb 0' -c p /dev/sdb1
----------------------------------
magicnum = 0x58465342
blocksize = 4096
dblocks = 71627792
rblocks = 0
rextents = 0
uuid = d16489ab-4898-48c2-8345-6334af943b2d
logstart = 67108880
rootino = 128
rbmino = 129
rsumino = 130
rextsize = 16
agblocks = 4476752
agcount = 16
rbmblocks = 0
logblocks = 32768
versionnum = 0x3584
sectsize = 512
inodesize = 512
inopblock = 8
fname = "\000\000\000\000\000\000\000\000\000\000\000\000"
blocklog = 12
sectlog = 9
inodelog = 9
inopblog = 3
agblklog = 23
rextslog = 0
inprogress = 0
imax_pct = 25
icount = 3570112
ifree = 0
fdblocks = 847484
frextents = 0
uquotino = 0
gquotino = 0
qflags = 0
flags = 0
shared_vn = 0
inoalignmt = 2
unit = 16
width = 32
dirblklog = 0
logsectlog = 0
logsectsize = 0
logsunit = 65536
features2 = 0
Christian
next prev parent reply other threads:[~2008-03-06 11:10 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-13 10:51 XFS internal error xfs_trans_cancel at line 1150 of file fs/xfs/xfs_trans.c Christian Røsnes
2008-02-13 11:04 ` Justin Piszcz
2008-02-13 11:44 ` Christian Røsnes
2008-02-13 21:45 ` David Chinner
2008-02-14 8:41 ` Christian Røsnes
2008-03-05 13:53 ` Christian Røsnes
2008-03-06 11:10 ` Christian Røsnes [this message]
2008-03-07 11:19 ` Christian Røsnes
2008-03-10 0:08 ` David Chinner
2008-03-10 8:34 ` Christian Røsnes
2008-03-10 10:02 ` Christian Røsnes
2008-03-10 22:21 ` David Chinner
2008-03-11 8:08 ` Christian Røsnes
2008-03-11 9:34 ` David Chinner
2008-03-11 11:19 ` Christian Røsnes
2008-03-11 12:21 ` David Chinner
2008-03-11 12:39 ` Christian Røsnes
[not found] ` <20080312232425.GR155407@sgi.com>
[not found] ` <1a4a774c0803130114l3927051byd54cd96cdb0efbe7@mail.gmail.com>
[not found] ` <20080313090830.GD95344431@sgi.com>
[not found] ` <1a4a774c0803130214x406a4eb9wfb8738d1f503663f@mail.gmail.com>
[not found] ` <20080313092139.GF95344431@sgi.com>
[not found] ` <1a4a774c0803130227l2fdf4861v21183b9bd3e7ce8d@mail.gmail.com>
[not found] ` <20080313113634.GH95344431@sgi.com>
[not found] ` <1a4a774c0803130446x609b9cb2mf3da323183c35606@mail.gmail.com>
2008-03-13 14:53 ` David Chinner
2008-03-14 9:02 ` Christian Røsnes
2008-03-09 22:59 ` David Chinner
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=1a4a774c0803060310w2642224w690ac8fa13f96ec@mail.gmail.com \
--to=christian.rosnes@gmail.com \
--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