* *** Announcement: dmraid 1.0.0-rc2 ***
@ 2004-07-15 20:35 Heinz Mauelshagen
2004-07-15 20:48 ` Martin Schlemmer
0 siblings, 1 reply; 3+ messages in thread
From: Heinz Mauelshagen @ 2004-07-15 20:35 UTC (permalink / raw)
To: linux-kernel
*** Announcement: dmraid 1.0.0-rc2 ***
Following a good tradition, dmraid 1.0.0-rc2 is available at
http://people.redhat.com:/~heinzm/sw/dmraid/ in source and i386 rpm,
before I leave for a 2 weeks vacation trip followed by LWE ;)
Won't read my email before July, 30th.
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 can be discovered only in this version:
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>.
Later, I told you ;)
For test results, mapping information, discussions, questions, patches,
enhancement requests and the like, please subscribe and mail
to <ataraid@redhat.com>.
CHANGELOG:
---------
Changelog from dmraid 1.0.0-rc1 to 1.0.0-rc2 2004.07.15
o Intel Software RAID discovery and activation support
o allow more than one format handler name with --format
o display "raid10" sets properly rather than just "mirror"
o enhanced activate.c to handle partial activation of sets (eg, degraded RAID0)
o enhanced command line option checks
o implemented a library context for variables such as debug etc.
o fixed memory leak in discover_partitions
o fixed recursion in _find_set()
o continued writing subsets in case we fail on one because of RAID1
o format handler template update
o fixed dietlibc build
o fixed shared library configure
o use default_list_set() instead of &raid_sets where possible
o name change of list_head members to the more commonly used 'list'
o renamed msdos partition format handler to dos
o lots of inline comments corrected/updated
o streamlined tools/*.[ch]
o moved get.*level() and get_status to metadata.[ch] and changed level
name to type
--
Regards,
Heinz -- The LVM Guy --
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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-rc2 ***
2004-07-15 20:35 *** Announcement: dmraid 1.0.0-rc2 *** Heinz Mauelshagen
@ 2004-07-15 20:48 ` Martin Schlemmer
2004-07-15 21:16 ` Heinz Mauelshagen
0 siblings, 1 reply; 3+ messages in thread
From: Martin Schlemmer @ 2004-07-15 20:48 UTC (permalink / raw)
To: mauelshagen; +Cc: Linux Kernel Mailing Lists
[-- Attachment #1: Type: text/plain, Size: 499 bytes --]
On Thu, 2004-07-15 at 22:35, Heinz Mauelshagen wrote:
> *** Announcement: dmraid 1.0.0-rc2 ***
>
> Following a good tradition, dmraid 1.0.0-rc2 is available at
> http://people.redhat.com:/~heinzm/sw/dmraid/ in source and i386 rpm,
> before I leave for a 2 weeks vacation trip followed by LWE ;)
>
Not really on topic for this list, but was wondering if anybody
else have that it only loops on dep generation during make
(rc1 did it as well) ?
--
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-rc2 ***
2004-07-15 20:48 ` Martin Schlemmer
@ 2004-07-15 21:16 ` Heinz Mauelshagen
0 siblings, 0 replies; 3+ messages in thread
From: Heinz Mauelshagen @ 2004-07-15 21:16 UTC (permalink / raw)
To: Martin Schlemmer; +Cc: mauelshagen, Linux Kernel Mailing Lists
On Thu, Jul 15, 2004 at 10:48:58PM +0200, Martin Schlemmer wrote:
> On Thu, 2004-07-15 at 22:35, Heinz Mauelshagen wrote:
> > *** Announcement: dmraid 1.0.0-rc2 ***
> >
> > Following a good tradition, dmraid 1.0.0-rc2 is available at
> > http://people.redhat.com:/~heinzm/sw/dmraid/ in source and i386 rpm,
> > before I leave for a 2 weeks vacation trip followed by LWE ;)
> >
>
> Not really on topic for this list, but was wondering if anybody
> else have that it only loops on dep generation during make
> (rc1 did it as well) ?
Odd, I had that with make 3.80 but not with 3.79.1...
I thought that it was some strange timestamp but the make version
made the difference.
Any hints welcome.
>
>
> --
> Martin Schlemmer
--
Regards,
Heinz -- The LVM Guy --
*** Software bugs are stupid.
Nevertheless it needs not so stupid people to solve them ***
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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
end of thread, other threads:[~2004-07-15 21:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-15 20:35 *** Announcement: dmraid 1.0.0-rc2 *** Heinz Mauelshagen
2004-07-15 20:48 ` Martin Schlemmer
2004-07-15 21:16 ` Heinz Mauelshagen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox