linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Carl-Daniel Hailfinger <c-d.hailfinger.kernel.2004@gmx.net>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Linux RAID Mailing List <linux-raid@vger.kernel.org>
Subject: [RFC] Enhanced MD / alternatives in userspace
Date: Fri, 16 Apr 2004 23:35:01 +0200	[thread overview]
Message-ID: <40805185.8050608@gmx.net> (raw)

Hi,

during development of raiddetect I asked myself if this tool could be
extended to set up not only the classic vendor ATARAID devices, but also
things like Adaptec ASR (HostRAID) and DDF based RAID formats.

Raiddetect is a utility which searches all disks for known RAID
superblocks/metadata and parses the contents for validity. The results of
this scan can either be outputted to the console or used to tell dm/md to
set up the RAID devices. The newest version of raiddetect was posted to
linux-kernel a few minutes ago and I will provide a web home for it soon.

So far, the development of raiddetect is at a stage where I can find (and
mostly validate) the metadata of all ATARAID devices recognized by 2.4
kernels. Adding ASR and DDF detection should be relatively easy since I
tried to make the code moular and extensible.

Assuming the on-disk format of RAID5 et al. does not differ between the
Linux md implementation and e.g. DDF (modulo some offset and different
superblocks), DDF support is possible today with combinations of plain MD
and DM. No additional kernel code needed at all. Simply teach raiddetect
to understand the DDF metadata and pass this information to MD in a format
md understands. The DDF metadata can be masked away from MD by using DM so
you don't have to worry about it being trashed.

Since this is marked as [RFC], please comment on its (in-)feasibility.


Regards,
Carl-Daniel
-- 
http://www.hailfinger.org/

             reply	other threads:[~2004-04-16 21:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-16 21:35 Carl-Daniel Hailfinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-04-20 19:49 [RFC] Enhanced MD / alternatives in userspace Andre_Dumouchelle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40805185.8050608@gmx.net \
    --to=c-d.hailfinger.kernel.2004@gmx.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).