linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RAID SB 1.x autodetection
@ 2007-05-29 19:15 Jan Engelhardt
  2007-05-30 20:10 ` Nix
  0 siblings, 1 reply; 8+ messages in thread
From: Jan Engelhardt @ 2007-05-29 19:15 UTC (permalink / raw)
  To: linux-raid

Hi,


from your post at 
http://www.mail-archive.com/linux-raid@vger.kernel.org/msg07384.html I 
read that autodetecting arrays with a 1.x superblock is currently 
impossible. Does it at least work to force the kernel to always assume a 
1.x sb? There are some 'broken' distros out there that still don't use 
mdadm in initramfs, and recreating the initramfs each time is a bit 
cumbersome...


	Jan
-- 

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

* Re: RAID SB 1.x autodetection
  2007-05-29 19:15 RAID SB 1.x autodetection Jan Engelhardt
@ 2007-05-30 20:10 ` Nix
  2007-05-30 20:35   ` Bill Davidsen
  0 siblings, 1 reply; 8+ messages in thread
From: Nix @ 2007-05-30 20:10 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: linux-raid

On 29 May 2007, Jan Engelhardt uttered the following:

> from your post at 
> http://www.mail-archive.com/linux-raid@vger.kernel.org/msg07384.html I 
> read that autodetecting arrays with a 1.x superblock is currently 
> impossible. Does it at least work to force the kernel to always assume a 
> 1.x sb? There are some 'broken' distros out there that still don't use 
> mdadm in initramfs, and recreating the initramfs each time is a bit 
> cumbersome...

The kernel build system should be able to do that for you, shouldn't it?

-- 
`On a scale of one to ten of usefulness, BBC BASIC was several points ahead
 of the competition, scoring a relatively respectable zero.' --- Peter Corlett

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

* Re: RAID SB 1.x autodetection
  2007-05-30 20:10 ` Nix
@ 2007-05-30 20:35   ` Bill Davidsen
  2007-05-30 20:55     ` Jan Engelhardt
  2007-05-30 23:01     ` Nix
  0 siblings, 2 replies; 8+ messages in thread
From: Bill Davidsen @ 2007-05-30 20:35 UTC (permalink / raw)
  To: Nix; +Cc: Jan Engelhardt, linux-raid

Nix wrote:
> On 29 May 2007, Jan Engelhardt uttered the following:
>
>   
>> from your post at 
>> http://www.mail-archive.com/linux-raid@vger.kernel.org/msg07384.html I 
>> read that autodetecting arrays with a 1.x superblock is currently 
>> impossible. Does it at least work to force the kernel to always assume a 
>> 1.x sb? There are some 'broken' distros out there that still don't use 
>> mdadm in initramfs, and recreating the initramfs each time is a bit 
>> cumbersome...
>>     
>
> The kernel build system should be able to do that for you, shouldn't it?
>
>   
That would be an improvement, yes.

-- 
bill davidsen <davidsen@tmr.com>
  CTO TMR Associates, Inc
  Doing interesting things with small computers since 1979


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

* Re: RAID SB 1.x autodetection
  2007-05-30 20:35   ` Bill Davidsen
@ 2007-05-30 20:55     ` Jan Engelhardt
  2007-05-31 13:00       ` Bill Davidsen
  2007-05-30 23:01     ` Nix
  1 sibling, 1 reply; 8+ messages in thread
From: Jan Engelhardt @ 2007-05-30 20:55 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Nix, linux-raid


On May 30 2007 16:35, Bill Davidsen wrote:
>> On 29 May 2007, Jan Engelhardt uttered the following:
>> > from your post at
>> > http://www.mail-archive.com/linux-raid@vger.kernel.org/msg07384.html I
>> > read that autodetecting arrays with a 1.x superblock is currently
>> > impossible. Does it at least work to force the kernel to always assume
>> > a 1.x sb? There are some 'broken' distros out there that still don't
>> > use mdadm in initramfs, and recreating the initramfs each time is a
>> > bit cumbersome...
>> 
>> The kernel build system should be able to do that for you, shouldn't it?
>> 
> That would be an improvement, yes.

Hardly, with all the Fedora specific cruft. Anyway, there was a
simple patch posted in RH bugzilla, so I've gone with that.


	Jan
-- 

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

* Re: RAID SB 1.x autodetection
  2007-05-30 20:35   ` Bill Davidsen
  2007-05-30 20:55     ` Jan Engelhardt
@ 2007-05-30 23:01     ` Nix
  1 sibling, 0 replies; 8+ messages in thread
From: Nix @ 2007-05-30 23:01 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Jan Engelhardt, linux-raid

On 30 May 2007, Bill Davidsen stated:

> Nix wrote:
>> On 29 May 2007, Jan Engelhardt uttered the following:
>>
>>
>>> from your post at http://www.mail-archive.com/linux-raid@vger.kernel.org/msg07384.html I read that autodetecting arrays with a
>>> 1.x superblock is currently impossible. Does it at least work to force the kernel to always assume a 1.x sb? There are some
>>> 'broken' distros out there that still don't use mdadm in initramfs, and recreating the initramfs each time is a bit cumbersome...
>>
>> The kernel build system should be able to do that for you, shouldn't it?
>>
> That would be an improvement, yes.

Allow me to rephrase: the kernel build system *can* do that for you ;)
that is, it can build a gzipped cpio archive from components located
anywhere on the filesystem or arbitrary source located under usr/.

-- 
`On a scale of one to ten of usefulness, BBC BASIC was several points ahead
 of the competition, scoring a relatively respectable zero.' --- Peter Corlett

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

* Re: RAID SB 1.x autodetection
  2007-05-30 20:55     ` Jan Engelhardt
@ 2007-05-31 13:00       ` Bill Davidsen
  2007-05-31 19:06         ` Jan Engelhardt
  0 siblings, 1 reply; 8+ messages in thread
From: Bill Davidsen @ 2007-05-31 13:00 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: Nix, linux-raid

Jan Engelhardt wrote:
> On May 30 2007 16:35, Bill Davidsen wrote:
>   
>>> On 29 May 2007, Jan Engelhardt uttered the following:
>>>       
>>>> from your post at
>>>> http://www.mail-archive.com/linux-raid@vger.kernel.org/msg07384.html I
>>>> read that autodetecting arrays with a 1.x superblock is currently
>>>> impossible. Does it at least work to force the kernel to always assume
>>>> a 1.x sb? There are some 'broken' distros out there that still don't
>>>> use mdadm in initramfs, and recreating the initramfs each time is a
>>>> bit cumbersome...
>>>>         
>>> The kernel build system should be able to do that for you, shouldn't it?
>>>
>>>       
>> That would be an improvement, yes.
>>     
>
> Hardly, with all the Fedora specific cruft. Anyway, there was a
> simple patch posted in RH bugzilla, so I've gone with that.
>   
I'm not sure what Fedora has to do with it, it is generally useful to 
all distributions. What I had in mind was a make target, so that instead 
of "install" as target, you could have "install_mdadm" in the Makefile. 
Or "mdadm_install" to be consistent with "modules_install" perhaps.

-- 
bill davidsen <davidsen@tmr.com>
  CTO TMR Associates, Inc
  Doing interesting things with small computers since 1979


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

* Re: RAID SB 1.x autodetection
  2007-05-31 13:00       ` Bill Davidsen
@ 2007-05-31 19:06         ` Jan Engelhardt
  2007-06-01 16:16           ` Bill Davidsen
  0 siblings, 1 reply; 8+ messages in thread
From: Jan Engelhardt @ 2007-05-31 19:06 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Nix, linux-raid


On May 31 2007 09:00, Bill Davidsen wrote:
>> > 
>> 
>> Hardly, with all the Fedora specific cruft. Anyway, there was a
>> simple patch posted in RH bugzilla, so I've gone with that.
>> 
> I'm not sure what Fedora has to do with it,

I like highly modularized systems. And that requires an initramfs
to load all the required modules.


	Jan
-- 

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

* Re: RAID SB 1.x autodetection
  2007-05-31 19:06         ` Jan Engelhardt
@ 2007-06-01 16:16           ` Bill Davidsen
  0 siblings, 0 replies; 8+ messages in thread
From: Bill Davidsen @ 2007-06-01 16:16 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: Nix, linux-raid

Jan Engelhardt wrote:
> On May 31 2007 09:00, Bill Davidsen wrote:
>   
>>> Hardly, with all the Fedora specific cruft. Anyway, there was a
>>> simple patch posted in RH bugzilla, so I've gone with that.
>>>
>>>       
>> I'm not sure what Fedora has to do with it,
>>     
>
> I like highly modularized systems. And that requires an initramfs
> to load all the required modules.
>
>   

And do you find the Fedora is the only distribution which is modular? 
I'm simply calling attention to the problem being general, not something 
which works on everything but Fedora. I generally have to diddle the 
initram a bit to get mdadm in, nbd module, and the video and framebuffer 
modules for the system. I'd like to have a "add these" file the make can 
read, but I can cope with scripts to do it after the install.

-- 
bill davidsen <davidsen@tmr.com>
  CTO TMR Associates, Inc
  Doing interesting things with small computers since 1979


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

end of thread, other threads:[~2007-06-01 16:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-29 19:15 RAID SB 1.x autodetection Jan Engelhardt
2007-05-30 20:10 ` Nix
2007-05-30 20:35   ` Bill Davidsen
2007-05-30 20:55     ` Jan Engelhardt
2007-05-31 13:00       ` Bill Davidsen
2007-05-31 19:06         ` Jan Engelhardt
2007-06-01 16:16           ` Bill Davidsen
2007-05-30 23:01     ` Nix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).