All of lore.kernel.org
 help / color / mirror / Atom feed
* LVM and RAID merged
@ 2006-10-14 15:36 Yoshinori K. Okuji
  2006-10-14 15:53 ` Marco Gerards
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yoshinori K. Okuji @ 2006-10-14 15:36 UTC (permalink / raw)
  To: The development of GRUB 2

So I've merged the result by Jeroen into the main trunk. Please check it out, 
if you are interested.

BTW we haven't released a new version for a while. Thus I'd like to make one 
tomorrow. Does anybody have an objection? I think LVM and RAID support is 
good enough to announce a new version.

Okuji



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: LVM and RAID merged
  2006-10-14 15:53 ` Marco Gerards
@ 2006-10-14 15:49   ` Yoshinori K. Okuji
  0 siblings, 0 replies; 6+ messages in thread
From: Yoshinori K. Okuji @ 2006-10-14 15:49 UTC (permalink / raw)
  To: The development of GRUB 2

On Saturday 14 October 2006 17:53, Marco Gerards wrote:
> "Yoshinori K. Okuji" <okuji@enbug.org> writes:
> > So I've merged the result by Jeroen into the main trunk. Please check it
> > out, if you are interested.
>
> Great!  Thanks a lot for doing this!

You should thank Jeroen instead. ;)

Okuji



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: LVM and RAID merged
  2006-10-14 15:36 LVM and RAID merged Yoshinori K. Okuji
@ 2006-10-14 15:53 ` Marco Gerards
  2006-10-14 15:49   ` Yoshinori K. Okuji
  2006-10-14 19:08 ` Robert Millan
  2006-10-14 20:16 ` Jeroen Dekkers
  2 siblings, 1 reply; 6+ messages in thread
From: Marco Gerards @ 2006-10-14 15:53 UTC (permalink / raw)
  To: The development of GRUB 2

"Yoshinori K. Okuji" <okuji@enbug.org> writes:

> So I've merged the result by Jeroen into the main trunk. Please check it out, 
> if you are interested.


Great!  Thanks a lot for doing this!

> BTW we haven't released a new version for a while. Thus I'd like to make one 
> tomorrow. Does anybody have an objection? I think LVM and RAID support is 
> good enough to announce a new version.

Agreed.

--
Marco




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: LVM and RAID merged
  2006-10-14 15:36 LVM and RAID merged Yoshinori K. Okuji
  2006-10-14 15:53 ` Marco Gerards
@ 2006-10-14 19:08 ` Robert Millan
  2006-10-14 20:16   ` Jeroen Dekkers
  2006-10-14 20:16 ` Jeroen Dekkers
  2 siblings, 1 reply; 6+ messages in thread
From: Robert Millan @ 2006-10-14 19:08 UTC (permalink / raw)
  To: The development of GRUB 2

On Sat, Oct 14, 2006 at 05:36:19PM +0200, Yoshinori K. Okuji wrote:
> So I've merged the result by Jeroen into the main trunk. Please check it out, 
> if you are interested.
> 
> BTW we haven't released a new version for a while. Thus I'd like to make one 
> tomorrow. Does anybody have an objection? I think LVM and RAID support is 
> good enough to announce a new version.

I've noticed this:

  ./grub2/util/i386/pc/getroot.c:  if (!strncmp (os_dev, "/dev/md", 7) || !strncmp (os_dev, "/dev/.static/dev/md", 19))

I think checking for /dev/.static is no longer needed because of:

2006-09-14  Robert Millan  <rmh@aybabtu.com>
[...]
	* util/i386/pc/getroot.c: Don't recurse into dotdirs (e.g. ".static").

Anyone can confirm that?  I don't have a RAID system for testing here.

-- 
Robert Millan

My spam trap is honeypot@aybabtu.com.  Note: this address is only intended for
spam harvesters.  Writing to it will get you added to my black list.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: LVM and RAID merged
  2006-10-14 15:36 LVM and RAID merged Yoshinori K. Okuji
  2006-10-14 15:53 ` Marco Gerards
  2006-10-14 19:08 ` Robert Millan
@ 2006-10-14 20:16 ` Jeroen Dekkers
  2 siblings, 0 replies; 6+ messages in thread
From: Jeroen Dekkers @ 2006-10-14 20:16 UTC (permalink / raw)
  To: The development of GRUB 2

At Sat, 14 Oct 2006 17:36:19 +0200,
Yoshinori K. Okuji wrote:
> 
> So I've merged the result by Jeroen into the main trunk. Please check it out, 
> if you are interested.
> 
> BTW we haven't released a new version for a while. Thus I'd like to make one 
> tomorrow. Does anybody have an objection? I think LVM and RAID support is 
> good enough to announce a new version.

Thanks for the merge. I don't have time to hack on it at the moment,
but the LVM and RAID module don't have debugging printfs in it. So
this will make it hard to debug problems that people might have with
it.

Jeroen Dekkers



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: LVM and RAID merged
  2006-10-14 19:08 ` Robert Millan
@ 2006-10-14 20:16   ` Jeroen Dekkers
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Dekkers @ 2006-10-14 20:16 UTC (permalink / raw)
  To: The development of GRUB 2

At Sat, 14 Oct 2006 21:08:05 +0200,
Robert Millan wrote:
> 
> On Sat, Oct 14, 2006 at 05:36:19PM +0200, Yoshinori K. Okuji wrote:
> > So I've merged the result by Jeroen into the main trunk. Please check it out, 
> > if you are interested.
> > 
> > BTW we haven't released a new version for a while. Thus I'd like to make one 
> > tomorrow. Does anybody have an objection? I think LVM and RAID support is 
> > good enough to announce a new version.
> 
> I've noticed this:
> 
>   ./grub2/util/i386/pc/getroot.c:  if (!strncmp (os_dev, "/dev/md", 7) || !strncmp (os_dev, "/dev/.static/dev/md", 19))
> 
> I think checking for /dev/.static is no longer needed because of:
> 
> 2006-09-14  Robert Millan  <rmh@aybabtu.com>
> [...]
> 	* util/i386/pc/getroot.c: Don't recurse into dotdirs (e.g. ".static").
> 
> Anyone can confirm that?  I don't have a RAID system for testing here.

That's correct, you can remove the second check.

Jeroen Dekkers



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-10-14 20:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-14 15:36 LVM and RAID merged Yoshinori K. Okuji
2006-10-14 15:53 ` Marco Gerards
2006-10-14 15:49   ` Yoshinori K. Okuji
2006-10-14 19:08 ` Robert Millan
2006-10-14 20:16   ` Jeroen Dekkers
2006-10-14 20:16 ` Jeroen Dekkers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.