-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2013-0275 2013-01-05 06:12:30 --------------------------------------------------------------------------------
Name : mdadm Product : Fedora 17 Version : 3.2.6 Release : 8.fc17 URL : http://www.kernel.org/pub/linux/utils/raid/mdadm/ Summary : The mdadm program controls Linux md devices (software RAID arrays) Description : The mdadm program is used to create, manage, and monitor Linux MD (software RAID) devices. As such, it provides similar functionality to the raidtools package. However, mdadm is a single program, and it can perform almost all functions without a configuration file, though a configuration file can be used to help with some common tasks. -------------------------------------------------------------------------------- Update Information: This is an update to the mdadm package. This update fixes two bugs related to Intel BIOS RAID support. - Disallow creating a second IMSM RAID array size 0 - Disallow creating IMSM RAIDs that spans multiple controllers to avoid data corruption - Remove the now obsolete mdmonitor-takeover.service which is no longer needed and which causes reboot problems as of mdadm-3.2.6. All users of mdadm are advised to update -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 4 2013 Jes Sorensen <[email protected]> - 3.2.6-8 - mdmonitor-takeover.service is obsolete with the --offroot support, and it is harmful as of 3.2.6 - Resolves bz834245 * Mon Dec 10 2012 Jes Sorensen <[email protected]> - 3.2.6-7 - Fix issue with udev scripts where if an raid volume with one of the disks failing, the failed disk is still present in the volume and container. The raid volume stays is in normal state (should be degraded) and the rebuild cannot start. - Resolves bz886123 * Mon Dec 10 2012 Jes Sorensen <[email protected]> - 3.2.6-5 - mdadm-sysvinit is obsolete given that we no longer support booting using sysvinit scripts - Resolves bz884993 * Mon Dec 10 2012 Jes Sorensen <[email protected]> - 3.2.6-4 - Fix typo in error message in fix for 880972. No functional changes * Fri Nov 30 2012 Jes Sorensen <[email protected]> - 3.2.6-3 - Disallow creating a second IMSM RAID array size 0 (bz880972) - Disallow creating IMSM RAIDs that spans multiple controllers (bz880974) - Resolves bz880972, bz880974 * Thu Nov 15 2012 Doug Ledford <[email protected]> - 3.2.6-2 - Modify mdadm to set the cgroup of mdmon to systemd if it's available - Related bz873576 (and others) * Thu Oct 25 2012 Jes Sorensen <[email protected]> - 3.2.6-1 - Upgrade to mdadm-3.2.6 - Resolves bz869930 * Fri Oct 19 2012 Jes Sorensen <[email protected]> - 3.2.5-14 - Dummy update to work around bodhi breakage. No actual code changes. * Fri Oct 19 2012 Jes Sorensen <[email protected]> - 3.2.5-13 - Relax installation requirements for abrt script to only depend on libreport-filesystem rather than the full abrt package * Thu Oct 18 2012 Jes Sorensen <[email protected]> - 3.2.5-12 - Add abrt script to retrieve /proc/mdstat output in case of crash - Resolves bz867842 * Wed Oct 17 2012 Jes Sorensen <[email protected]> - 3.2.5-11 - Remove package requirements for udev and initscripts for F18+ - Resolves bz864562 * Wed Oct 3 2012 Jes Sorensen <[email protected]> - 3.2.5-10 - Fix mistake where Fedora 18 systemd macro changes were incorrectly pulled into the Fedora 16 and Fedora 17 updates of mdadm. * Wed Oct 3 2012 Jes Sorensen <[email protected]> - 3.2.5-9 - Resolve issue with ambiguous licenses - Resolves bz862761 * Mon Sep 10 2012 Jes Sorensen <[email protected]> - 3.2.5-8 - Switch to using new systemd macros for F18+ - Resolves bz850202 * Thu Aug 2 2012 Jes Sorensen <[email protected]> - 3.2.5-7 - Remove bogus rogue patch applied in 3.2.5-5 with justification and without following the structure of the mdadm package. * Fri Jul 27 2012 Fedora Release Engineering <[email protected]> - 3.2.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jul 18 2012 Karsten Hopp <[email protected]> 3.2.5-5 - include <linux/types.h> in some to avoid type clashes. same problem as rhbz #840902 * Mon Jul 16 2012 Jes Sorensen <[email protected]> - 3.2.5-4 - Move /etc/tmpfiles.d/mdadm.conf to /lib/tmpfiles.d/ to comply with Fedora tmpfile rules - Resolves bz840187 * Mon Jun 25 2012 Jes Sorensen <[email protected]> - 3.2.5-3 - Fix problem where reshape of RAID volume is broken after trying to stop all MD devices. - Enhance raid-check to allow the adming to specify the max number of concurrent arrays to be checked at any given time. - Resolves bz830177, bz820124 * Wed Jun 13 2012 Jes Sorensen <[email protected]> - 3.2.5-2 - Fix uninstall script to remove dangling symlink to mdmonitor-takeover.service, if the mdadm package is uninstalled from the system. - Resolves bz828354 * Mon May 21 2012 Jes Sorensen <[email protected]> - 3.2.5-1 - Upgrade to mdadm-3.2.5 - Resolves bz822850 * Tue May 15 2012 Jes Sorensen <[email protected]> - 3.2.4-3 - Fix mdadm-3.2.4 introduced bug where --add fails in common cases - Resolves bz821717 (f17) bz821718 (f16) bz821719 (f15) * Thu May 10 2012 Jes Sorensen <[email protected]> - 3.2.4-2 - Fix mdadm.conf to use 'd' for /var/run/mdadm creation, to avoid the map file getting deleted during boot. * Thu May 10 2012 Jes Sorensen <[email protected]> - 3.2.4-1 - Upgrade to mdadm-3.2.4 - Resolves bz820534 (rawhide) bz820527 (f17) bz820531 (f16) bz820532 (f15) * Mon Apr 30 2012 Jes Sorensen <[email protected]> - 3.2.3-9 - Fix Monitor mode sometimes crashes when a resync completes - Fix missing symlink for mdadm container device when incremental creates the array - Make sure when creating a second array in a container that the second array uses all available space since leaving space for a third array is invalid - Validate the number of imsm volumes per controller - Fix issues with imsm arrays and disks larger than 2TB - Add support for expanding imsm arrays/containers - The support for expanding imsm arrays/containers was accepted upstream, update to the official patches from there - Fix for the issue of --add not being very smart - Fix an issue causing rebuilds to fail to restart on reboot (data corrupter level problem) - Reset the bad flag on map file updates - Correctly fix failure when trying to add internal bitmap to 1.0 arrays - Resolves: bz817023 (f17) bz817024 (f17) bz817026 (f17) bz817028 (f17) - Resolves: bz817029 (f17) bz817032 (f17) bz817038 (f17) bz808774 (f17) - Resolves: bz817039 (f17) bz817042 (f17) * Mon Apr 30 2012 Jes Sorensen <[email protected]> - 3.2.3-8 - Fix bug where IMSM arrays stay inactive in case a reboot is - performed during the reshape process. - Resolves: bz817522 (f17) bz817535 (f16) bz817537 (f15) * Wed Mar 28 2012 Jes Sorensen <[email protected]> - 3.2.3-7 - Fix issue when re-adding drive to a raid1 array with bitmap - Resolves: bz807743 (f17) bz769323 (f16) bz791159 (f15) -------------------------------------------------------------------------------- References: [ 1 ] Bug #834245 - Shutdown does not complete. hangs unmounting oldroot https://bugzilla.redhat.com/show_bug.cgi?id=834245 [ 2 ] Bug #880972 - [Intel Fedora18 BUG] Second RAID1 volume with size equal 0 can be created and system hangs https://bugzilla.redhat.com/show_bug.cgi?id=880972 [ 3 ] Bug #880974 - [Intel Fedora18 BUG] Creating IMSM RAID volume on more than one controller can cause data loss and has to be forbidden https://bugzilla.redhat.com/show_bug.cgi?id=880974 -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update mdadm' at the command line. For more information, refer to "Managing Software with yum", available at http://docs.fedoraproject.org/yum/. All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
