---------------------------------------------------------------------Fedora Update Notification
FEDORA-2005-383
2005-05-23
---------------------------------------------------------------------Product     : Fedora Core 3
Name        : dmraid
Version     : 1.0.0.rc8
Release     : FC3_2
Summary     : dmraid (Device-mapper RAID tool and library)
Description :
DMRAID supports RAID device discovery, RAID set activation and display of
properties for ATARAID on Linux >= 2.4 using device-mapper.

---------------------------------------------------------------------* Fri May 20 2005 Heinz Mauelshagen  1.0.0.rc8-FC4_2

- specfile change to build static and dynamic binray into one package

* Thu May 19 2005 Heinz Mauelshagen  1.0.0.rc8-FC4_1

- nv.c: fixed stripe size
- sil.c: avoid incarnation_no in name creation, because the Windows
driver changes it every time
- added --ignorelocking option to avoid taking out locks in early boot
where no read/write access to /var is given

* Wed Mar 16 2005 Elliot Lee 

- rebuilt

* Tue Mar 15 2005 Heinz Mauelshagen  1.0.0.rc6.1-4_FC4

- VIA metadata format handler
- added RAID10 to lsi metadata format handler
- "dmraid -rD": file device size into {devicename}_{formatname}.size
- "dmraid -tay": pretty print multi-line tables ala "dmsetup table"
- "dmraid -l": display supported RAID levels + manual update
- _sil_read() used LOG_NOTICE rather than LOG_INFO in order to
avoid messages about valid metadata areas being displayed
during "dmraid -vay".
- isw, sil filed metadata offset on "-r -D" in sectors rather than in bytes.
- isw needed dev_sort() to sort RAID devices in sets correctly.
- pdc metadata format handler name creation. Lead to
wrong RAID set grouping logic in some configurations.
- pdc RAID1 size calculation fixed (rc6.1)
- dos.c: partition table code fixes by Paul Moore
- _free_dev_pointers(): fixed potential OOB error
- hpt37x_check: deal with raid_disks = 1 in mirror sets
- pdc_check: status & 0x80 doesn't always show a failed device;
removed that check for now. Status definitions needed.
- sil addition of RAID sets to global list of sets
- sil spare device memory leak
- group_set(): removal of RAID set in case of error
- hpt37x: handle total_secs > device size
- allow -p with -f
- enhanced error message by checking target type against list of
registered target types

* Fri Jan 21 2005 Alasdair Kergon  1.0.0.rc5f-2

- Rebuild to pick up new libdevmapper.


---------------------------------------------------------------------This update can be downloaded from:

b34a910ff039dab28774115aaa5b57d0  SRPMS/dmraid-1.0.0.rc8-FC3_2.src.rpm
226e14ef402e82606a21ddde2ea31caf  x86_64/dmraid-1.0.0.rc8-FC3_2.i386.rpm
226e14ef402e82606a21ddde2ea31caf  i386/dmraid-1.0.0.rc8-FC3_2.i386.rpm
a7644c419121f1fd46b3dff6e0134e61  i386/debug/dmraid-debuginfo-1.0.0.rc8-FC3_2.i386.rpm

This update can also be installed with the Update Agent; you can
launch the Update Agent with the 'up2date' command.
-----------------------------------------------------------------------fedora-announce-list mailing list
fedora-announce-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-announce-list

Fedora Core 3 Update: dmraid-1.0.0.rc8-FC3_2

May 23, 2005
Updated packages.

Summary

DMRAID supports RAID device discovery, RAID set activation and display of

properties for ATARAID on Linux >= 2.4 using device-mapper.

- specfile change to build static and dynamic binray into one package

* Thu May 19 2005 Heinz Mauelshagen 1.0.0.rc8-FC4_1

- nv.c: fixed stripe size

- sil.c: avoid incarnation_no in name creation, because the Windows

driver changes it every time

- added --ignorelocking option to avoid taking out locks in early boot

where no read/write access to /var is given

* Wed Mar 16 2005 Elliot Lee

- rebuilt

* Tue Mar 15 2005 Heinz Mauelshagen 1.0.0.rc6.1-4_FC4

- VIA metadata format handler

- added RAID10 to lsi metadata format handler

- "dmraid -rD": file device size into {devicename}_{formatname}.size

- "dmraid -tay": pretty print multi-line tables ala "dmsetup table"

- "dmraid -l": display supported RAID levels + manual update

- _sil_read() used LOG_NOTICE rather than LOG_INFO in order to

avoid messages about valid metadata areas being displayed

during "dmraid -vay".

- isw, sil filed metadata offset on "-r -D" in sectors rather than in bytes.

- isw needed dev_sort() to sort RAID devices in sets correctly.

- pdc metadata format handler name creation. Lead to

wrong RAID set grouping logic in some configurations.

- pdc RAID1 size calculation fixed (rc6.1)

- dos.c: partition table code fixes by Paul Moore

- _free_dev_pointers(): fixed potential OOB error

- hpt37x_check: deal with raid_disks = 1 in mirror sets

- pdc_check: status & 0x80 doesn't always show a failed device;

removed that check for now. Status definitions needed.

- sil addition of RAID sets to global list of sets

- sil spare device memory leak

- group_set(): removal of RAID set in case of error

- hpt37x: handle total_secs > device size

- allow -p with -f

- enhanced error message by checking target type against list of

registered target types

* Fri Jan 21 2005 Alasdair Kergon 1.0.0.rc5f-2

- Rebuild to pick up new libdevmapper.

b34a910ff039dab28774115aaa5b57d0 SRPMS/dmraid-1.0.0.rc8-FC3_2.src.rpm

226e14ef402e82606a21ddde2ea31caf x86_64/dmraid-1.0.0.rc8-FC3_2.i386.rpm

226e14ef402e82606a21ddde2ea31caf i386/dmraid-1.0.0.rc8-FC3_2.i386.rpm

a7644c419121f1fd46b3dff6e0134e61 i386/debug/dmraid-debuginfo-1.0.0.rc8-FC3_2.i386.rpm

This update can also be installed with the Update Agent; you can

launch the Update Agent with the 'up2date' command.

fedora-announce-list@redhat.com

http://www.redhat.com/mailman/listinfo/fedora-announce-list

FEDORA-2005-383 2005-05-23 Name : dmraid Version : 1.0.0.rc8 Release : FC3_2 Summary : dmraid (Device-mapper RAID tool and library) Description : DMRAID supports RAID device discovery, RAID set activation and display of properties for ATARAID on Linux >= 2.4 using device-mapper. - specfile change to build static and dynamic binray into one package * Thu May 19 2005 Heinz Mauelshagen 1.0.0.rc8-FC4_1 - nv.c: fixed stripe size - sil.c: avoid incarnation_no in name creation, because the Windows driver changes it every time - added --ignorelocking option to avoid taking out locks in early boot where no read/write access to /var is given * Wed Mar 16 2005 Elliot Lee - rebuilt * Tue Mar 15 2005 Heinz Mauelshagen 1.0.0.rc6.1-4_FC4 - VIA metadata format handler - added RAID10 to lsi metadata format handler - "dmraid -rD": file device size into {devicename}_{formatname}.size - "dmraid -tay": pretty print multi-line tables ala "dmsetup table" - "dmraid -l": display supported RAID levels + manual update - _sil_read() used LOG_NOTICE rather than LOG_INFO in order to avoid messages about valid metadata areas being displayed during "dmraid -vay". - isw, sil filed metadata offset on "-r -D" in sectors rather than in bytes. - isw needed dev_sort() to sort RAID devices in sets correctly. - pdc metadata format handler name creation. Lead to wrong RAID set grouping logic in some configurations. - pdc RAID1 size calculation fixed (rc6.1) - dos.c: partition table code fixes by Paul Moore - _free_dev_pointers(): fixed potential OOB error - hpt37x_check: deal with raid_disks = 1 in mirror sets - pdc_check: status & 0x80 doesn't always show a failed device; removed that check for now. Status definitions needed. - sil addition of RAID sets to global list of sets - sil spare device memory leak - group_set(): removal of RAID set in case of error - hpt37x: handle total_secs > device size - allow -p with -f - enhanced error message by checking target type against list of registered target types * Fri Jan 21 2005 Alasdair Kergon 1.0.0.rc5f-2 - Rebuild to pick up new libdevmapper. b34a910ff039dab28774115aaa5b57d0 SRPMS/dmraid-1.0.0.rc8-FC3_2.src.rpm 226e14ef402e82606a21ddde2ea31caf x86_64/dmraid-1.0.0.rc8-FC3_2.i386.rpm 226e14ef402e82606a21ddde2ea31caf i386/dmraid-1.0.0.rc8-FC3_2.i386.rpm a7644c419121f1fd46b3dff6e0134e61 i386/debug/dmraid-debuginfo-1.0.0.rc8-FC3_2.i386.rpm This update can also be installed with the Update Agent; you can launch the Update Agent with the 'up2date' command. fedora-announce-list@redhat.com http://www.redhat.com/mailman/listinfo/fedora-announce-list

Change Log

References

Update Instructions

Severity
Name : dmraid
Version : 1.0.0.rc8
Release : FC3_2
Summary : dmraid (Device-mapper RAID tool and library)

Related News