[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Split of raid scan code
From: |
Felix Zielcke |
Subject: |
Re: [PATCH] Split of raid scan code |
Date: |
Sun, 10 Aug 2008 14:13:24 +0200 |
Am Sonntag, den 10.08.2008, 19:52 +0800 schrieb Bean:
> Hi,
>
> This patch seperate the scan code from raid.c, and move it to
> mdraid.c. raid.c only contain generic raid handling code now. This
> make it much easier to extend to other raid layout, like various
> fakeraids.
>
Really great that you work now on the RAID Code.
Today morning (for me) there just came another bugreport on Debian BTS
in about RAID [0]
This should probable go into lenny and so I probable have to make a
change for this anyway.
It's just the same as with these invalid BSD disklabels/partitions.
The return grub_error should be better changed to an grub_dprintf() +
return 0; for unknown RAID Levels.
Unknown RAID levels should be better just ignored, i.e. just not added
to the RAID array list instead of whole GRUB dropping to rescue mode.
[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494501
- [PATCH] Split of raid scan code, Bean, 2008/08/10
- Re: [PATCH] Split of raid scan code,
Felix Zielcke <=
- Re: [PATCH] Split of raid scan code, Robert Millan, 2008/08/10
- Re: [PATCH] Split of raid scan code, Bean, 2008/08/10
- Re: [PATCH] Split of raid scan code, Bean, 2008/08/10
- Re: [PATCH] Split of raid scan code, Bean, 2008/08/11
- Re: [PATCH] Split of raid scan code, Bean, 2008/08/11
- Re: [PATCH] Split of raid scan code, Bean, 2008/08/11
- Re: [PATCH] Split of raid scan code, Robert Millan, 2008/08/11
- Re: [PATCH] Split of raid scan code, Bean, 2008/08/12
- Re: [PATCH] Split of raid scan code, Felix Zielcke, 2008/08/12
- Re: [PATCH] Split of raid scan code, Robert Millan, 2008/08/12