Commit Graph

44 Commits

Author SHA1 Message Date
Jes Sorensen
79d2abf1e9 Update mdadm to upstream v3.4
Resolves: bz#1303380

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
2016-08-12 13:48:31 -04:00
Jes Sorensen
48f7551bf7 Upgrade to mdadm-3.3.4
Resolves: bz#1246474

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
2015-10-22 12:31:45 -04:00
Jes Sorensen
cb6db4c08b Upgrade to mdadm-3.3.2
Resolves: bz#1132847

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
2014-08-26 19:49:51 +02:00
Jes Sorensen
e444603605 Update to mdadm-3.3.1
Resolves bz#1105136

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
2014-06-10 15:12:22 +02:00
Jes Sorensen
812436111f Update to mdadm-3.3
Resolves bz977826

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
2013-09-05 15:37:23 +02:00
Jes Sorensen
5fca48bd6d Upgrade to mdadm-3.2.6
Resolves bz#869930

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
2012-10-25 11:03:41 +02:00
Jes Sorensen
96e611c399 Update to mdadm-3.2.5
Resolves: bz#822850

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
2012-05-21 13:04:33 +02:00
Jes Sorensen
252d3d6557 Added mdadm-3.2.4 2012-05-10 12:08:02 +02:00
Jes Sorensen
c4557897d0 Add mdadm-3.2.3 source
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
2012-01-05 11:23:40 +01:00
Milan Broz
6a0405ae85 Update to latest upstream version
Resolves: bz714083
2011-06-28 19:24:00 +02:00
Doug Ledford
0278b6d64f Update to latest upstream release
Signed-off-by: Doug Ledford <dledford@redhat.com>
2011-03-28 10:27:34 -04:00
Doug Ledford
7d8ba69d0d Update to latest stable upstream release, resolve multiple outstanding
bugzillas against F15.

Signed-off-by: Doug Ledford <dledford@redhat.com>
2011-03-25 17:05:48 -04:00
Doug Ledford
a6b97325ff * Wed Aug 04 2010 Doug Ledford <dledford@redhat.com> - 3.1.3-0.git20100804.1
- Update to latest upstream release (resolves an issue with stale lock
  files on the md device map file)
2010-08-04 10:47:50 -04:00
Doug Ledford
fda5bdd37a - Change git date format to the correct format (YYYYMMDD)
- Update to latest upstream push (fixes bz604023)
2010-07-22 14:55:56 +00:00
Doug Ledford
8808fe53de - Update to latest git repo (3.1.2 plus pending changes, fixes bz602457)
- Add in 64-md-raid.rules to compensate for it no longer being in udev
    (bz581905)
- Remove mdadm.static as its no longer used in initrd creation
2010-07-20 16:57:55 +00:00
Doug Ledford
114a7df1cb - Grab latest upstream release instead of git repo snapshot (bz552344,
bz572561)
- The lack of /dev/md is causing problems, so add code to mapfile.c to
    cause us to create /dev/md if it doesn't exist (bz569019)
2010-03-17 03:34:43 +00:00
Doug Ledford
5ded3b2fef - Update to head of upstream git repo, which contains a significant number
of bug fixes we need
2010-02-17 19:25:15 +00:00
Doug Ledford
c8f603e0a8 - New upstream release 3.0.3 (bz523320, bz527281)
- Update a couple internal patches
- Drop a patch in that was in Neil's tree for 3.0.3 that we had pulled for
    immediate use to resolve a bug
- Drop the endian patch because it no longer applied cleanly and all
    attempts to reproduce the original problem as reported in bz510605
    failed, even up to and including downloading the specific package that
    was reported as failing in that bug and trying to reproduce with it on
    both ppc and ppc64 hardware and with both ppc and ppc64 versions on the
    64bit hardware. Without a reproducer, it is impossible to determine if
    a rehashed patch to apply to this code would actually solve the
    problem, so remove the patch entirely since the original problem, as
    reported, was an easy to detect DOA issue where installing to a raid
    array was bound to fail on reboot and so we should be able to quickly
    and definitively tell if the problem resurfaces.
- Update the mdmonitor init script for LSB compliance (bz527957)
- Link from mdadm.static man page to mdadm man page (bz529314)
- Fix a problem in the raid-check script (bz523000)
- Fix the intel superblock handler so we can test on non-scsi block devices
2009-11-05 21:34:56 +00:00
Hans de Goede
fa5ca2339d - New upstream release 3.0.2
- Add a patch fixing mdadm --detail -export segfaults (bz526761, bz523862)
- Add a patch making mdmon store its state under /dev/.mdadm for initrd
    mdmon, rootfs mdmon handover
- Restart mdmon from initscript (when running) for rootfs mdmon handover
2009-10-02 19:36:57 +00:00
Doug Ledford
e83588671c - Update to current head of upstream git repo for various imsm related
fixes (fixes bz523262)
- Fix display of metadata version in output of Detail mode
- Add UUID output to --detail --export (bz523314)
2009-09-15 19:03:58 +00:00
Doug Ledford
d395ee1418 - Remove stale patches already accepted by upstream
- Fix the raid-check script to only try and check a device if it is
    checkable
- Update to official mdadm-3.0 version
- Resolves: bz505587, bz505552
2009-06-29 19:22:06 +00:00
Doug Ledford
67385865bb - Update to latest devel release
- Remove the no longer necessary udev patch
- Remove the no longer necessary warn patch
- Remove the no longer necessary alias patch
- Update the mdadm.rules file to only pay attention to device adds, not
    changes and to enable incremental assembly
- Add a cron job to run a weekly repair of the array to correct bad sectors
- Resolves: bz474436, bz490972
2009-03-18 18:25:56 +00:00
Doug Ledford
e48e5efc33 - Update to latest upstream devel release
- Use the udev rules file included with mdadm instead of our own
- Drop all the no longer relevant patches
- Fix a build error in mdopen.c
- Fix the udev rules path in Makefile
2009-02-12 15:40:59 +00:00
Doug Ledford
7e22e636df - Updated to latest upstream stable release (#466803)
- Change udev rule to not assemble degraded arrays (#453314)
- Fix metadata matching in config file (#466078)
- Fix assembly of raid10 devices (#444237)
- Fix incremental assembly of partitioned raid devices (#447818)
2008-10-29 18:31:10 +00:00
Doug Ledford
a8863c5bdb - Update to latest upstream version (should resolve #444237)
- Drop incremental patch as it's now part of upstream
- Clean up all the open() calls in the code (#437145)
- Fix the build process to actually generate mdassemble (#446988)
- Update the udev rules to get additional info about arrays being assembled
    from the /etc/mdadm.conf file (--scan option) (#447818)
- Update the udev rules to run degraded arrays (--run option) (#452459)
2008-06-26 23:48:40 +00:00
Doug Ledford
7fd02eb529 - Update to latest upstream and remove patches upstream has taken 2007-10-19 16:38:10 +00:00
Doug Ledford
3aba7df0b0 - Update to latest upstream
- Remove requirement for /usr/sbin/sendmail - it's optional and not on by
    default, and sendmail isn't *required* for mdadm itself to work, and
    isn't even required for the monitoring capability to work, just if you
    want to have the monitoring capability do the automatic email thing
    instead of run your own program (and if you use the program option of
    the monitor capability, your program could email you in a different
    manner entirely)
2007-07-02 15:43:07 +00:00
Doug Ledford
608d0fc41f - Update to latest upstream version 2007-03-31 13:03:11 +00:00
Doug Ledford
ce0fff6111 - Update to latest upstream version
- Remove the mdmpd daemon entirely. Now that multipath tools from the
    lvm/dm packages handles multipath devices well, this is no longer
    needed.
- Various cleanups in the spec file
2007-01-26 19:17:05 +00:00
Doug Ledford
89a6f4dc6d Bump to 2.5.4 2006-10-13 13:14:06 +00:00
Doug Ledford
2c54f76b2b Update to 2.5.3 2006-08-07 14:35:49 +00:00
Doug Ledford
68b0fa3c1b Update mdadm to 2.5.2 2006-07-07 19:24:16 +00:00
Jeremy Katz
ef319bb169 - update to 2.3.1 to fix raid5 (#184284) 2006-03-08 23:20:13 +00:00
Warren Togami
18134fdf77 - 2.2 upgrade (#167897)
- disable diet because we don't ship it anymore and we don't actually use
    mdassemble now
2005-12-05 17:03:56 +00:00
Doug Ledford
ee7bb240e5 New version upload 2005-05-13 15:26:33 +00:00
Doug Ledford
46b32e6d30 Update to mdadm-1.9.0 2005-03-09 18:56:19 +00:00
Doug Ledford
a8f2f0b7e3 Update to 1.6.0 upstream and make mdmpd work without event interface 2004-10-01 16:13:49 +00:00
cvsdist
95cbb3870d auto-import changelog data from mdadm-1.5.0-9.src.rpm
Sat May 22 2004 Doug Ledford <dledford@redhat.com> - 1.5.0-9
- Fix Makefile and build method to satisfy bz #123769
- Add mdmpd man page, update mdmpd version to 0.3 - bz #117160
- Make sure mdadm --monitor closes all md device files so that md devices
    can be stopped while mdadm is still running - bz #119532
2004-09-09 08:28:44 +00:00
cvsdist
580b152b0e auto-import changelog data from mdadm-1.5.0-7.src.rpm
Wed May 19 2004 Jeremy Katz <katzj@redhat.com> - 1.5.0-7
- add patch with reallyforce mode on creation to be used by anaconda
Wed May 12 2004 Doug Ledford <dledford@redhat.com> 2.5.0-6
- Fix a bug in the %postun scriptlet related to downgrading to a version of
    mdadm that doesn't include the mdmpd daemon.
Fri May 07 2004 Doug Ledford <dledford@redhat.com> 1.5.0-5
- Disable service mdmpd by default to avoid [Failed] messages on current
    2.6 kernels. Possibly re-enable it by default once the
2.6 kernels have the md event interface.
Thu Apr 22 2004 Doug Ledford <dledford@redhat.com> 1.5.0-4
- Update mdmonitor script to start daemon more cleanly
- Repackage mdmpd tarball to include gcc-3.4 changes and to make mdmpd
    properly daemonize at startup instead of forking and leaving the child
    attached to the terminal.
2004-09-09 08:27:45 +00:00
cvsdist
ab5716121a auto-import changelog data from mdadm-1.5.0-3.src.rpm
Thu Mar 04 2004 Bill Nottingham <notting@redhat.com> 1.5.0-3
- ship /var/run/mpmpd (#117497)
Thu Feb 26 2004 Doug Ledford <dledford@redhat.com> 1.5.0-2
- Add a default MAILADDR line to the mdadm.conf file installed by default
    (Bugzilla #92447)
- Make it build with gcc-3.4
Mon Feb 23 2004 Doug Ledford <dledford@redhat.com> 1.5.0-1
- Update to 1.5.0 (from Matthew J. Galgoci <mgalgoci@redhat.com>)
Sun Nov 16 2003 Doug Ledford <dledford@redhat.com> 1.4.0-1
- fix problem with recovery thread sleeping in mdmpd
Fri Nov 14 2003 Doug Ledford <dledford@redhat.com>
- sync upstream
- add mdmpd package into mdadm package
2004-09-09 08:27:01 +00:00
cvsdist
043a42b8d4 auto-import changelog data from mdadm-1.3.0-1.src.rpm
Wed Sep 10 2003 Michael K. Johnson <johnsonm@redhat.com> 1.3.0-1
- sync upstream
Tue Mar 11 2003 Michael K. Johnson <johnsonm@redhat.com> 1.1.0-1
- sync upstream
2004-09-09 08:25:23 +00:00
cvsdist
bed49e32de auto-import changelog data from mdadm-1.0.1-1.src.rpm
Tue Jan 28 2003 Michael K. Johnson <johnsonm@redhat.com> 1.0.1-1
- update for rebuild
Wed Dec 25 2002 Tim Powers <timp@redhat.com> 1.0.0-8
- fix references to %install in the changelog so that it will build
Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 1.0.0-7
- Rebuild
2004-09-09 08:25:08 +00:00
cvsdist
82c655e83f auto-import changelog data from mdadm-1.0.0-5.src.rpm
Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Wed May 15 2002 Michael K. Johnson <johnsonm@redhat.com>
- minor cleanups to the text, conditionalize rm -rf
- added mdmonitor init script
Fri May 10 2002 <neilb@cse.unsw.edu.au>
- update to 1.0.0
- Set CXFLAGS instead of CFLAGS
Sat Apr 06 2002 <neilb@cse.unsw.edu.au>
- change %install LANG=C export LANG to use "make install"
Fri Mar 15 2002 <gleblanc@localhost.localdomain>
- beautification
- made mdadm.conf non-replaceable config
- renamed Copyright to License in the header
- added missing license file
- used macros for file paths
Fri Mar 15 2002 Luca Berra <bluca@comedia.it>
- Added Obsoletes: mdctl
- missingok for configfile
Tue Mar 12 2002 NeilBrown <neilb@cse.unsw.edu.au>
- Add md.4 and mdadm.conf.5 man pages
Fri Mar 08 2002 Chris Siebenmann <cks@cquest.utoronto.ca>
- builds properly as non-root.
Fri Mar 08 2002 Derek Vadala <derek@cynicism.com>
- updated for 0.7, fixed /usr/share/doc and added manpage
Tue Aug 07 2001 Danilo Godec <danci@agenda.si>
- initial RPM build
2004-09-09 08:24:56 +00:00
cvsdist
34458f946d Setup of module mdadm 2004-09-09 08:24:53 +00:00