Re: patch for partmap probing on RAID/LVM

2007-06-17 Thread Robert Millan
Sorry for the late reply ;-). Let's see if we can revive this issue.. On Mon, May 28, 2007 at 03:49:11AM +0100, Sam Morris wrote: > +if (drive_name[0] == 'm' && drive_name[1] == 'd') > + printf ("pc gpt raid\n"); > +else if (strchr (drive_name, '-

Re: patch for partmap probing on RAID/LVM

2007-05-29 Thread Centurion Computer Technology (2005) Ltd
On Tue, 2007-05-29 at 11:00 +, Sam Morris wrote: > On Tue, 29 May 2007 14:37:02 +1200, Centurion Computer Technology (2005) > Ltd wrote: > > > On Mon, 2007-05-28 at 03:49 +0100, Sam Morris wrote: > >> Here's the beginning of a patch for grub-probe itself to make it handle > >> RAID/LVM more in

Re: patch for partmap probing on RAID/LVM

2007-05-29 Thread Sam Morris
On Tue, 29 May 2007 14:37:02 +1200, Centurion Computer Technology (2005) Ltd wrote: > On Mon, 2007-05-28 at 03:49 +0100, Sam Morris wrote: >> Here's the beginning of a patch for grub-probe itself to make it handle >> RAID/LVM more intelligently. This will work for the most common >> use-cases; the

Re: patch for partmap probing on RAID/LVM

2007-05-28 Thread Centurion Computer Technology (2005) Ltd
On Mon, 2007-05-28 at 03:49 +0100, Sam Morris wrote: > Here's the beginning of a patch for grub-probe itself to make it handle > RAID/LVM more intelligently. This will work for the most common > use-cases; the comments describe an idea to make the probing process > recursive to handle more interest