From: Dave Chinner <david@fromorbit.com>
To: Markus Trippelsdorf <markus@trippelsdorf.de>
Cc: xfs@oss.sgi.com
Subject: Re: long hangs when deleting large directories (3.0-rc3)
Date: Mon, 20 Jun 2011 11:34:49 +1000 [thread overview]
Message-ID: <20110620013449.GO561@dastard> (raw)
In-Reply-To: <20110620005415.GA1730@x4.trippels.de>
On Mon, Jun 20, 2011 at 02:54:15AM +0200, Markus Trippelsdorf wrote:
> On 2011.06.20 at 08:24 +1000, Dave Chinner wrote:
> > On Sat, Jun 18, 2011 at 04:19:50PM +0200, Markus Trippelsdorf wrote:
> > > Running the latest git kernel (3.0-rc3) my machine hangs for long
> > > periods (1-2 sec) whenever I delete a large directory recursively on my
> > > xfs partition. During the hang I cannot move the mouse pointer or use
> > > the keyboard (but the music keeps playing without stuttering). A quick
> > > way to reproduce is to "rm -fr" a kernel tree.
> >
> > So what is the system doing when it "hangs"? Is it CPU bound (e.g.
> > cpu scheduler issue)? Is the system running out of memory and
> > stalling everything in memory reclaim? What IO is occurring?
>
> It's totally idle otherwise; just a desktop with a single xterm. The
> machine has four cores (and also runs with "CONFIG_PREEMPT=y"), so I
> don't think it is CPU bound at all. It has 8GB of memory (and the
> "hangs" even occur after reboot when most of it is free). No other IO
> activity is occurring.
Sure, the system might be otherwise idle, but what I was asking is
what load does the "rm -rf" cause. What IO does it cause? is it cpu
bound? etc.
> > > This happens on a 4kb SATA hard drive:
> >
> > How does this appear to the OS? as a 512/512, 512/4k or 4k/4k
> > logical/physical sector size drive?
>
> It unfortunately appears as 512/512, but because I know it's a 4KB
> drive, I formated it with "-s size=4096".
Oh, joy. Another user having strange performance problems on a 4k
sector drive that lies to the OS about it's geometry....
> > > xfs_info /var
> > > meta-data=/dev/sda1 isize=256 agcount=4, agsize=12800000 blks
> > > = sectsz=4096 attr=2
> > > data = bsize=4096 blocks=51200000, imaxpct=25
> > > = sunit=0 swidth=0 blks
> > > naming =version 2 bsize=4096 ascii-ci=0
> > > log =internal bsize=4096 blocks=25000, version=2
> > > = sectsz=4096 sunit=1 blks, lazy-count=1
> > > realtime =none extsz=4096 blocks=0, rtextents=0
> > >
> > > /dev/sda1 on /var type xfs (rw,noatime,attr2,delaylog,logbsize=256k,noquota)
> >
> > Is your partition correctly sector aligned for however your drive
> > maps it's 4k sectors?
>
> Yes, it's a GPT partition that is aligned to 1MB.
Ok, that is fine, but the big question now is how does the drive
align sector 0? Is that 4k aligned, or is it one of those drives
that aligns an odd 512 byte logical sector to the physical 4k sector
boundary (i.e. sector 63 is 4k aligned to work with msdos
partitions). FYI, some drives have jumpers on them to change this
odd/even sector alignment configuration.....
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2011-06-20 1:34 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-18 14:19 long hangs when deleting large directories (3.0-rc3) Markus Trippelsdorf
2011-06-18 14:24 ` Christoph Hellwig
2011-06-18 14:37 ` Markus Trippelsdorf
2011-06-19 8:16 ` Markus Trippelsdorf
2011-06-19 22:24 ` Dave Chinner
2011-06-20 0:54 ` Markus Trippelsdorf
2011-06-20 1:34 ` Dave Chinner [this message]
2011-06-20 2:02 ` Markus Trippelsdorf
2011-06-20 2:36 ` Dave Chinner
2011-06-20 6:03 ` Markus Trippelsdorf
2011-06-20 11:13 ` Markus Trippelsdorf
2011-06-20 11:45 ` Michael Monnerie
2011-06-20 12:31 ` Markus Trippelsdorf
2011-06-20 21:16 ` Markus Trippelsdorf
2011-06-21 4:25 ` Dave Chinner
2011-06-21 8:02 ` Markus Trippelsdorf
2011-06-21 18:24 ` Markus Trippelsdorf
2011-06-21 18:57 ` Markus Trippelsdorf
2011-06-21 21:22 ` Markus Trippelsdorf
2011-06-22 0:04 ` Dave Chinner
2011-06-22 7:06 ` Markus Trippelsdorf
2011-06-22 7:30 ` Dave Chinner
2011-06-22 7:40 ` Markus Trippelsdorf
2011-06-29 4:31 ` Dave Chinner
2011-06-29 6:19 ` Markus Trippelsdorf
2011-06-29 7:24 ` Dave Chinner
2011-06-29 7:41 ` Markus Trippelsdorf
2011-06-29 12:10 ` Dave Chinner
2011-06-29 12:48 ` Markus Trippelsdorf
2011-06-29 15:08 ` Michael Weissenbacher
2011-06-29 23:53 ` Dave Chinner
2011-06-21 10:18 ` Markus Trippelsdorf
2011-06-21 10:40 ` Markus Trippelsdorf
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=20110620013449.GO561@dastard \
--to=david@fromorbit.com \
--cc=markus@trippelsdorf.de \
--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