[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Bug fix for LVM
From: |
Bean |
Subject: |
Re: [PATCH] Bug fix for LVM |
Date: |
Tue, 28 Jul 2009 23:15:09 +0800 |
Hi,
BTW, I found a regression on r2421 that cause raid5rec to fail:
http://svn.savannah.gnu.org/viewvc/trunk/grub2/disk/raid6_recover.c?root=grub&r1=2197&r2=2421
buf and buf2 are two different variable.
This new patch include the revert raid5_recover.c to r1828.
On Tue, Jul 28, 2009 at 9:57 PM, Bean<address@hidden> wrote:
> Hi,
>
> Oh, I've found the problem. The abstraction is ok, but now partmap is
> wrong. The original code assumes at most one level of abstraction when
> detecting partmap, and it doesn't work on two level abstraction like
> LVM on RAID. If you add module minicmd, you can use lsmod and see pc
> module is missing.
>
> I also make some improvement to the patch. Now it also detect the raid
> level, and add raid5rec or raid6rec accordingly.
>
> --
> Bean
>
--
Bean
lvm_3.diff
Description: Text Data
- Re: [PATCH] Bug fix for LVM, (continued)
Re: [PATCH] Bug fix for LVM, Patrik Horník, 2009/07/19
- Re: [PATCH] Bug fix for LVM, Bean, 2009/07/19
- Re: [PATCH] Bug fix for LVM, Felix Zielcke, 2009/07/25
- Re: [PATCH] Bug fix for LVM, Patrik Horník, 2009/07/27
- Re: [PATCH] Bug fix for LVM, Bean, 2009/07/27
- Re: [PATCH] Bug fix for LVM, Bean, 2009/07/28
- Re: [PATCH] Bug fix for LVM,
Bean <=
- Re: [PATCH] Bug fix for LVM, Bean, 2009/07/28
- Re: [PATCH] Bug fix for LVM, Robert Millan, 2009/07/28
- Re: [PATCH] Bug fix for LVM, Felix Zielcke, 2009/07/28
- Re: [PATCH] Bug fix for LVM, Bean, 2009/07/28
- Re: [PATCH] Bug fix for LVM, Robert Millan, 2009/07/31
Re: [PATCH] Bug fix for LVM, Patrik Horník, 2009/07/30
Re: [PATCH] Bug fix for LVM, Pavel Roskin, 2009/07/31
Re: [PATCH] Bug fix for LVM, Bean, 2009/07/31
Re: [PATCH] Bug fix for LVM, Felix Zielcke, 2009/07/31