* *** Announcement: dmraid 1.0.0-rc3 ***
@ 2004-08-18 19:06 Heinz Mauelshagen
2004-08-18 19:40 ` Martin Schlemmer
2004-08-19 9:36 ` Jakob Oestergaard
0 siblings, 2 replies; 3+ messages in thread
From: Heinz Mauelshagen @ 2004-08-18 19:06 UTC (permalink / raw)
To: linux-kernel
*** Announcement: dmraid 1.0.0-rc3 ***
dmraid 1.0.0-rc3 is available at
http://people.redhat.com:/~heinzm/sw/dmraid/ in source, source rpm and i386 rpm.
dmraid (Device-Mapper Raid tool) discovers, [de]activates and displays
properties of software RAID sets (ie. ATARAID) and contained DOS
partitions using the device-mapper runtime of the 2.6 kernel.
The following ATARAID types are supported on Linux 2.6:
Highpoint HPT37X
Highpoint HPT45X
Intel Software RAID
Promise FastTrack
Silicon Image Medley
This ATARAID type is only basically supported in this version (I need
better metadata format specs; please help):
LSI Logic MegaRAID
Please provide insight to support those metadata formats completely.
Thanks.
See files README and CHANGELOG, which come with the source tarball for
prerequisites to run this software, further instructions on installing
and using dmraid!
CHANGELOG is contained below for your convenience as well.
Call for testers:
-----------------
I need testers with the above ATARAID types, to check that the mapping
created by this tool is correct (see options "-t -ay") and access to the ATARAID
data is proper.
You can activate your ATARAID sets without danger of overwriting
your metadata, because dmraid accesses it read-only unless you use
option -E with -r in order to erase ATARAID metadata (see 'man dmraid')!
This is a release candidate version so you want to have backups of your valuable
data *and* you want to test accessing your data read-only first in order to
make sure that the mapping is correct before you go for read-write access.
The author is reachable at <Mauelshagen@RedHat.com>.
For test results, mapping information, discussions, questions, patches,
enhancement requests and the like, please subscribe and mail
to <ataraid@redhat.com>.
--
Regards,
Heinz -- The LVM Guy --
CHANGELOG:
---------
Changelog from dmraid 1.0.0-rc2 to 1.0.0-rc3 2004.08.18
FIXES:
------
o HPT37X mapping on first disk of set
o dietlibc sscanf() use prevented activation
o le*_to_cpu() for certain glibc environments (Luca Berra)
o sysfs discovery (Luca Berra)
o permissions to write on binary, which is needed
by newer strip versions (Luca Berra)
o SCSI serial number string length bug
o valgrinded memory leaks
o updated design document
o comments
FEATURES:
---------
o added basic support for activation of LSI Logic MegaRAID/MegaIDE;
more reengineering of the metadata needed!
o root check using certain options (eg, activation of RAID sets)
o implemented locking abstraction
o implemented writing device metadata offsets with "-r[D/E]"
for ease of manual restore
o file based locking to avoid parallel tool runs competing
with each other for the same resources
o streamlined library context
o implemented access functions for library context
o streamlined RAID set consistency checks
o implemented log function and removed macros to shrink binary size further
o removed superfluous disk geometry code
o cleaned up metadata.c collapsing free_*() functions
o slimmed down minimal binary (configure option DMRAID_MINI
for early boot environment)
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Heinz Mauelshagen Red Hat GmbH
Consulting Development Engineer Am Sonnenhang 11
56242 Marienrachdorf
Germany
Mauelshagen@RedHat.com +49 2626 141200
FAX 924446
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: *** Announcement: dmraid 1.0.0-rc3 ***
2004-08-18 19:06 *** Announcement: dmraid 1.0.0-rc3 *** Heinz Mauelshagen
@ 2004-08-18 19:40 ` Martin Schlemmer
2004-08-19 9:36 ` Jakob Oestergaard
1 sibling, 0 replies; 3+ messages in thread
From: Martin Schlemmer @ 2004-08-18 19:40 UTC (permalink / raw)
To: mauelshagen; +Cc: Linux Kernel Mailing Lists
[-- Attachment #1: Type: text/plain, Size: 306 bytes --]
On Wed, 2004-08-18 at 21:06, Heinz Mauelshagen wrote:
> *** Announcement: dmraid 1.0.0-rc3 ***
>
> dmraid 1.0.0-rc3 is available at
> http://people.redhat.com:/~heinzm/sw/dmraid/ in source, source rpm and i386 rpm.
>
Still loops forever with make-3.80.
--
Martin Schlemmer
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: *** Announcement: dmraid 1.0.0-rc3 ***
2004-08-18 19:06 *** Announcement: dmraid 1.0.0-rc3 *** Heinz Mauelshagen
2004-08-18 19:40 ` Martin Schlemmer
@ 2004-08-19 9:36 ` Jakob Oestergaard
1 sibling, 0 replies; 3+ messages in thread
From: Jakob Oestergaard @ 2004-08-19 9:36 UTC (permalink / raw)
To: Heinz Mauelshagen; +Cc: linux-kernel
On Wed, Aug 18, 2004 at 09:06:10PM +0200, Heinz Mauelshagen wrote:
>
> *** Announcement: dmraid 1.0.0-rc3 ***
>
> dmraid 1.0.0-rc3 is available at
> http://people.redhat.com:/~heinzm/sw/dmraid/ in source, source rpm and i386 rpm.
>
> dmraid (Device-Mapper Raid tool) discovers, [de]activates and displays
> properties of software RAID sets (ie. ATARAID) and contained DOS
> partitions using the device-mapper runtime of the 2.6 kernel.
>
> The following ATARAID types are supported on Linux 2.6:
>
> Highpoint HPT37X
> Highpoint HPT45X
> Intel Software RAID
> Promise FastTrack
> Silicon Image Medley
Just a question; if it has already been answered or is somehow
irrelevant I apologize for my ignorance in advance... :)
Why not add Linux Software RAID (md) support as well? That way we'd
finally be able to get rid of the MD-outside-DM code.
And maybe kill the kernel auto-detection of MD devices while we're at it
(ok, that's probably 2.7 material as it will break a *lot* of systems)
--
/ jakob
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-08-19 9:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-18 19:06 *** Announcement: dmraid 1.0.0-rc3 *** Heinz Mauelshagen
2004-08-18 19:40 ` Martin Schlemmer
2004-08-19 9:36 ` Jakob Oestergaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox