* ext4 hung tasks in linux-stable 3.0.41
@ 2012-08-31 7:43 Stefan Priebe - Profihost AG
2012-08-31 9:28 ` Jan Kara
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Priebe - Profihost AG @ 2012-08-31 7:43 UTC (permalink / raw)
To: stable; +Cc: Greg KH, Theodore Tso, adilger.kernel, linux-ext4
Dear list,
dear ext4 maintainers,
i'm expected every night a hang of my rsync backup process, doing a
backup to an ext4 filesystem. Always throwing Call traces.
The hung task messages are really long so i posted it to pastebin:
http://pastebin.com/raw.php?i=9v7HEvjA
Used kernel: vanilla 3.0.41
Is this problem known? Or is there a fix for 3.0.X available?
Greets,
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: ext4 hung tasks in linux-stable 3.0.41
2012-08-31 7:43 ext4 hung tasks in linux-stable 3.0.41 Stefan Priebe - Profihost AG
@ 2012-08-31 9:28 ` Jan Kara
2012-08-31 9:51 ` Stefan Priebe - Profihost AG
2012-08-31 17:59 ` Theodore Ts'o
0 siblings, 2 replies; 5+ messages in thread
From: Jan Kara @ 2012-08-31 9:28 UTC (permalink / raw)
To: Stefan Priebe - Profihost AG
Cc: stable, Greg KH, Theodore Tso, adilger.kernel, linux-ext4
Hello,
On Fri 31-08-12 09:43:37, Stefan Priebe - Profihost AG wrote:
> i'm expected every night a hang of my rsync backup process, doing a
> backup to an ext4 filesystem. Always throwing Call traces.
>
> The hung task messages are really long so i posted it to pastebin:
> http://pastebin.com/raw.php?i=9v7HEvjA
>
> Used kernel: vanilla 3.0.41
>
> Is this problem known? Or is there a fix for 3.0.X available?
From a quick look, processes are waiting for IO so it may be that your
disk is just loaded... Did it start happening after some change? Or do you
experience unexpectedly low performance?
Honza
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ext4 hung tasks in linux-stable 3.0.41
2012-08-31 9:28 ` Jan Kara
@ 2012-08-31 9:51 ` Stefan Priebe - Profihost AG
2012-08-31 17:59 ` Theodore Ts'o
1 sibling, 0 replies; 5+ messages in thread
From: Stefan Priebe - Profihost AG @ 2012-08-31 9:51 UTC (permalink / raw)
To: Jan Kara; +Cc: stable, Greg KH, Theodore Tso, adilger.kernel, linux-ext4
Am 31.08.2012 11:28, schrieb Jan Kara:
> Hello,
>
> On Fri 31-08-12 09:43:37, Stefan Priebe - Profihost AG wrote:
>> i'm expected every night a hang of my rsync backup process, doing a
>> backup to an ext4 filesystem. Always throwing Call traces.
>>
>> The hung task messages are really long so i posted it to pastebin:
>> http://pastebin.com/raw.php?i=9v7HEvjA
>>
>> Used kernel: vanilla 3.0.41
>>
>> Is this problem known? Or is there a fix for 3.0.X available?
> From a quick look, processes are waiting for IO so it may be that your
> disk is just loaded... Did it start happening after some change? Or do you
> experience unexpectedly low performance?
The main disk is XFS. The backup disk is ext4. The backup disk is doing
nothing else than this SINGLE rsync task / process. So the only I/O is
rsync itself.
So i don't expect low performance as the main disk is XFS ;-)
Greets,
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ext4 hung tasks in linux-stable 3.0.41
2012-08-31 9:28 ` Jan Kara
2012-08-31 9:51 ` Stefan Priebe - Profihost AG
@ 2012-08-31 17:59 ` Theodore Ts'o
2012-09-01 8:41 ` Stefan Priebe
1 sibling, 1 reply; 5+ messages in thread
From: Theodore Ts'o @ 2012-08-31 17:59 UTC (permalink / raw)
To: Jan Kara
Cc: Stefan Priebe - Profihost AG, stable, Greg KH, adilger.kernel,
linux-ext4
On Fri, Aug 31, 2012 at 11:28:59AM +0200, Jan Kara wrote:
> >
> > Is this problem known? Or is there a fix for 3.0.X available?
> From a quick look, processes are waiting for IO so it may be that your
> disk is just loaded... Did it start happening after some change? Or do you
> experience unexpectedly low performance?
All of the processes waiting for I/O are waiting for a directory
block. This makes me suspicious that perhaps an interrupt or I/O
request got lost.
Is this a repeatable failure, and is the stack traces always the same?
If so, you might want to try running badblocks on the device and make
sure that hardware issues have been ruled out.
- Ted
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: ext4 hung tasks in linux-stable 3.0.41
2012-08-31 17:59 ` Theodore Ts'o
@ 2012-09-01 8:41 ` Stefan Priebe
0 siblings, 0 replies; 5+ messages in thread
From: Stefan Priebe @ 2012-09-01 8:41 UTC (permalink / raw)
To: Theodore Ts'o; +Cc: Jan Kara, stable, Greg KH, adilger.kernel, linux-ext4
Am 31.08.2012 19:59, schrieb Theodore Ts'o:
> On Fri, Aug 31, 2012 at 11:28:59AM +0200, Jan Kara wrote:
>>>
>>> Is this problem known? Or is there a fix for 3.0.X available?
>> From a quick look, processes are waiting for IO so it may be that your
>> disk is just loaded... Did it start happening after some change? Or do you
>> experience unexpectedly low performance?
>
> All of the processes waiting for I/O are waiting for a directory
> block. This makes me suspicious that perhaps an interrupt or I/O
> request got lost.
>
> Is this a repeatable failure, and is the stack traces always the same?
>
> If so, you might want to try running badblocks on the device and make
> sure that hardware issues have been ruled out.
But but SMART is OK and i see no I/O errors from AHCI. But i'll try to
replace the disk and see if this fixes it.
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-09-01 8:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-31 7:43 ext4 hung tasks in linux-stable 3.0.41 Stefan Priebe - Profihost AG
2012-08-31 9:28 ` Jan Kara
2012-08-31 9:51 ` Stefan Priebe - Profihost AG
2012-08-31 17:59 ` Theodore Ts'o
2012-09-01 8:41 ` Stefan Priebe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).