2002-06-10 09:55:25

by Svetoslav Slavtchev

[permalink] [raw]
Subject: Re: 2.5.21: "ata_task_file: unknown command 50"

>raid0_make_request bug: can't convert block across chunks or bigger than
>64k 94712 8
>raid0_make_request bug: can't convert block across chunks or bigger than
>64k 1340144 12
>raid0_make_request bug: can't convert block across chunks or bigger than
>64k 1342192 20

that's a problem of the raid-0 code
it needs a request splitter and/or more bio changes
it's here since 2.5.5 AFAIK
are you using raid

i'm useing lvm over soft raid-0 and i can not mount my
xfs LV's because of that

svetljo






2002-06-10 20:34:36

by Miles Lane

[permalink] [raw]
Subject: Re: 2.5.21: "ata_task_file: unknown command 50"

On Mon, 2002-06-10 at 02:55, Svetoslav Slavtchev wrote:
> >raid0_make_request bug: can't convert block across chunks or bigger than
> >64k 94712 8
> >raid0_make_request bug: can't convert block across chunks or bigger than
> >64k 1340144 12
> >raid0_make_request bug: can't convert block across chunks or bigger than
> >64k 1342192 20
>
> that's a problem of the raid-0 code
> it needs a request splitter and/or more bio changes
> it's here since 2.5.5 AFAIK
> are you using raid
>
> i'm useing lvm over soft raid-0 and i can not mount my
> xfs LV's because of that

Yeah, I am using software raid0, as well.

Miles