public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Bug on barriers for virtio_blk device - end_request: I/O error, dev vda, sector 0
@ 2009-10-14 14:11 Massimo Cetra
  2009-10-14 19:29 ` Massimo Cetra
  0 siblings, 1 reply; 5+ messages in thread
From: Massimo Cetra @ 2009-10-14 14:11 UTC (permalink / raw)
  To: linux-kernel

Hello all,

i ended up with some thiusands of errors after upgrading to 2.6.31.2 
like this one:

end_request: I/O error, dev vda, sector 0
end_request: I/O error, dev vda, sector 0
end_request: I/O error, dev vda, sector 0
end_request: I/O error, dev vda, sector 0

I am using ocfs2 on top of drbd on top of LVM in a KVM guest that uses 
virtio_blk.

The bug is already known, see here:
https://bugzilla.redhat.com/show_bug.cgi?id=514901

A patch exists and the problem has already been submitted here in the list.
See here: http://lkml.org/lkml/2009/8/6/153

That fix is not in 2.6.31 nor in 2.6.32-RCX

Could you please consider pulling it and adding this fix for inclusion 
in 2.6.31.$next and also to mainline?

Thanks.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug on barriers for virtio_blk device - end_request: I/O error, dev vda, sector 0
  2009-10-14 14:11 Bug on barriers for virtio_blk device - end_request: I/O error, dev vda, sector 0 Massimo Cetra
@ 2009-10-14 19:29 ` Massimo Cetra
  2009-10-14 20:32   ` Frans Pop
  0 siblings, 1 reply; 5+ messages in thread
From: Massimo Cetra @ 2009-10-14 19:29 UTC (permalink / raw)
  To: linux-kernel

Massimo Cetra ha scritto:
> Hello all,
>
> i ended up with some thiusands of errors after upgrading to 2.6.31.2 
> like this one:
>
> end_request: I/O error, dev vda, sector 0
> end_request: I/O error, dev vda, sector 0
> end_request: I/O error, dev vda, sector 0
> end_request: I/O error, dev vda, sector 0
>
> I am using ocfs2 on top of drbd on top of LVM in a KVM guest that uses 
> virtio_blk.
>
> The bug is already known, see here:
> https://bugzilla.redhat.com/show_bug.cgi?id=514901
>
> A patch exists and the problem has already been submitted here in the 
> list.
> See here: http://lkml.org/lkml/2009/8/6/153
>
> That fix is not in 2.6.31 nor in 2.6.32-RCX
>
> Could you please consider pulling it and adding this fix for inclusion 
> in 2.6.31.$next and also to mainline?
>
> Thanks.
No one listening here ?
This makes virtio_blk on LVM unusable.

Max


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug on barriers for virtio_blk device - end_request: I/O error, dev vda, sector 0
  2009-10-14 19:29 ` Massimo Cetra
@ 2009-10-14 20:32   ` Frans Pop
  2009-10-15 10:55     ` Massimo Cetra
  0 siblings, 1 reply; 5+ messages in thread
From: Frans Pop @ 2009-10-14 20:32 UTC (permalink / raw)
  To: Massimo Cetra
  Cc: linux-kernel, Mark McLoughlin, Rusty Russell, Mikulas Patocka,
	Alasdair G Kergon, Neil Brown, virtualization, dm-devel

Added CCs for the author of and people CCed on the patch.

The patch has been submitted twice (6 Aug, 3 Sept), the first time there 
was one concern voiced which seems to have been addressed in replies. The 
second time there were no reactions.

The patch seems to work for Massimo...

Massimo Cetra wrote:
> Massimo Cetra ha scritto:
>> Hello all,
>>
>> i ended up with some thiusands of errors after upgrading to 2.6.31.2
>> like this one:
>>
>> end_request: I/O error, dev vda, sector 0
>> end_request: I/O error, dev vda, sector 0
>> end_request: I/O error, dev vda, sector 0
>> end_request: I/O error, dev vda, sector 0
>>
>> I am using ocfs2 on top of drbd on top of LVM in a KVM guest that uses
>> virtio_blk.
>>
>> The bug is already known, see here:
>> https://bugzilla.redhat.com/show_bug.cgi?id=514901
>>
>> A patch exists and the problem has already been submitted here in the
>> list.
>> See here: http://lkml.org/lkml/2009/8/6/153
>>
>> That fix is not in 2.6.31 nor in 2.6.32-RCX
>>
>> Could you please consider pulling it and adding this fix for inclusion
>> in 2.6.31.$next and also to mainline?
>>
>> Thanks.
>
> No one listening here ?

It helps if you CC the people who maintain the relevant code.

> This makes virtio_blk on LVM unusable.

Cheers,
FJP

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug on barriers for virtio_blk device - end_request: I/O error, dev vda, sector 0
  2009-10-14 20:32   ` Frans Pop
@ 2009-10-15 10:55     ` Massimo Cetra
  2009-10-15 11:12       ` NeilBrown
  0 siblings, 1 reply; 5+ messages in thread
From: Massimo Cetra @ 2009-10-15 10:55 UTC (permalink / raw)
  To: Frans Pop
  Cc: linux-kernel, Mark McLoughlin, Rusty Russell, Mikulas Patocka,
	Alasdair G Kergon, Neil Brown, virtualization, dm-devel

Frans Pop ha scritto:
> Added CCs for the author of and people CCed on the patch.
> 
> The patch has been submitted twice (6 Aug, 3 Sept), the first time there 
> was one concern voiced which seems to have been addressed in replies. The 
> second time there were no reactions.
> 
> The patch seems to work for Massimo...

[CUT]

>> No one listening here ?
> 
> It helps if you CC the people who maintain the relevant code.

Thanks, Frans.

By the way, where can i find a list of the mantainers of the various areas ?
I found it some years ago, but it seems i can't find it anymore.
It's probably under my eyes... but i'm blind.

Thanks again
Massimo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug on barriers for virtio_blk device - end_request: I/O error, dev vda, sector 0
  2009-10-15 10:55     ` Massimo Cetra
@ 2009-10-15 11:12       ` NeilBrown
  0 siblings, 0 replies; 5+ messages in thread
From: NeilBrown @ 2009-10-15 11:12 UTC (permalink / raw)
  To: Massimo Cetra
  Cc: Frans Pop, linux-kernel, Mark McLoughlin, Rusty Russell,
	Mikulas Patocka, Alasdair G Kergon, virtualization, dm-devel

On Thu, October 15, 2009 9:55 pm, Massimo Cetra wrote:
> Frans Pop ha scritto:
>> Added CCs for the author of and people CCed on the patch.
>>
>> The patch has been submitted twice (6 Aug, 3 Sept), the first time there
>> was one concern voiced which seems to have been addressed in replies.
>> The
>> second time there were no reactions.
>>
>> The patch seems to work for Massimo...
>
> [CUT]
>
>>> No one listening here ?
>>
>> It helps if you CC the people who maintain the relevant code.
>
> Thanks, Frans.
>
> By the way, where can i find a list of the mantainers of the various areas
> ?
> I found it some years ago, but it seems i can't find it anymore.
> It's probably under my eyes... but i'm blind.

See http://lwn.net/Articles/356890/
     "Ask a kernel developer, part 2"
(you'll have to wait a week if you aren't a subscriber).

(or try ./scripts/get_maintainer.pl)

NeilBrown

>
> Thanks again
> Massimo
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-10-15 11:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-14 14:11 Bug on barriers for virtio_blk device - end_request: I/O error, dev vda, sector 0 Massimo Cetra
2009-10-14 19:29 ` Massimo Cetra
2009-10-14 20:32   ` Frans Pop
2009-10-15 10:55     ` Massimo Cetra
2009-10-15 11:12       ` NeilBrown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox