Hello,
This patch works for me:

diff --git a/1.0.0.rc15/lib/format/ataraid/isw.c
b/1.0.0.rc15/lib/format/ataraid/isw.c
index 6b4e7a9..7f78a15 100644
--- a/1.0.0.rc15/lib/format/ataraid/isw.c
+++ b/1.0.0.rc15/lib/format/ataraid/isw.c
@@ -668,7 +668,7 @@ printf("Sectors1 is %lld\n", r->sectors);
        r->di = rd->di;
        r->fmt = rd->fmt;
        r->offset = dev->vol.map.pba_of_lba0;
-       if ((r->sectors = dev->vol.map.blocks_per_member - RAID_DS_JOURNAL))
+       if ((r->sectors = dev->vol.map.blocks_per_member/* -
RAID_DS_JOURNAL*/))
                goto out;

        log_zero_sectors(lc, rd->di->path, handler);

It sets sectors count like rc14 does. I've successfully boot my system with
it.
Enjoy!:)

18 апреля 2009 г. 21:19 пользователь Valentin Pavlyuchenko <
[email protected]> написал:

> Ok, I'll try to look at changes between rc14 and rc15.
>
> 18 апреля 2009 г. 21:11 пользователь Giuseppe Iuculano <
> [email protected]> написал:
>
> Valentin Pavlyuchenko ha scritto:
>> > I mean SVN/Git/whatever official repo, where I can find a fixing commit
>> > or something like that. Or try to find..
>>
>> No, sorry.
>>
>> If you want take a look at dmraid code we have a git[1] repository.
>>
>> [1]http://git.debian.org/?p=users/derevko-guest/dmraid.git
>>
>> Cheers,
>> Giuseppe.
>>
>>
>
>
> --
> Best regards,
> Valentin Pavlyuchenko
>



-- 
Best regards,
Valentin Pavlyuchenko

Reply via email to