Commit Graph

63 Commits

Author SHA1 Message Date
Jesse Keating
77d3b8d977 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 00:03:42 +00:00
Doug Ledford
4709789787 - Readd our old mdadm rules file that does incremental assembly
- Remove the new mdadm rules file from upstream as we already have this in
    our udev package (and the one in the udev package already has a bug
    fixed)
2009-02-19 21:11:13 +00:00
Doug Ledford
2fd6d0dc52 - Readd our old mdadm rules file that does incremental assembly
- Remove the new mdadm rules file from upstream as we already have this in
    our udev package (and the one in the udev package already has a bug
    fixed)
2009-02-19 20:20:08 +00:00
Doug Ledford
98264cba8a - 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
- Fix a compile issue with the __le32_to_cpu() macro usage (bad juju to to
    operations on the target of the macro as it could get executed multiple
    times, and gcc now throws an error on that)
- Add some casts to some print statements to keep gcc from complaining
2009-02-13 20:55:51 +00:00
Doug Ledford
d78ea206d2 - 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
- Fix a compile issue with the __le32_to_cpu() macro usage (bad juju to to
    operations on the target of the macro as it could get executed multiple
    times, and gcc now throws an error on that)
2009-02-13 20:15:04 +00:00
Doug Ledford
bebdcbefc5 - 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-13 14:41:23 +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
7e3c782e9c - 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:10:22 +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
Bill Nottingham
8fe36f4e44 - make /dev/md if necessary in incremental mode (#429604)
- open RAID devices with O_EXCL to avoid racing against other --incremental
    processes (#433932)
2008-04-17 16:27:33 +00:00
Bill Nottingham
c2e4c0a048 bump release 2008-02-01 22:03:04 +00:00
Bill Nottingham
8ef1ac1e07 - add a udev rules file for device assembly (#429604) 2008-02-01 22:01:46 +00:00
Doug Ledford
648686255b - Bump version and rebuild 2008-01-18 17:52:05 +00:00
Doug Ledford
7fd02eb529 - Update to latest upstream and remove patches upstream has taken 2007-10-19 16:38:10 +00:00
Jesse Keating
42d47f33af - Rebuild for selinux ppc32 issue. 2007-08-29 04:00:04 +00:00
Doug Ledford
901c91d2fb - Oops, if we call -C -e1, minor_version is no longer properly set, fix
that up
- Related: bz230207
2007-07-09 18:49:04 +00:00
Doug Ledford
82d0d14a29 - Oops, had to update the file leak patch, missed one thing
- Minor tweak to return codes in init script and add LSB header
- Resolves: bz244582, bz246980
2007-07-06 16:39:50 +00:00
Doug Ledford
fd828476e8 - Fix a file leak issue when mdadm is in monitor mode
- Update mdadm init script so that status will always run and so return
    codes are standards compliant
- Fix assembly of version 1 superblock devices
- Make the attempt to create an already running device have a clearer error
    message
- Allow the creation of a degraded raid4 array like we allow for raid5
- Make mdadm actually pay attention to raid4 devices when in monitor mode
- Make the mdmonitor script use daemon() correctly
- Fix a bug where manage mode would not add disks correctly under certain
    conditions
- Resolves: bz244582, bz242688, bz230207, bz169596, bz171862, bz171938
- Resolves: bz174642, bz224272, bz186524
2007-07-03 20:04:11 +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
6dfb5a75f7 - More cleanups for merge review process
- Related: bz226134
2007-04-17 00:17:54 +00:00
Doug Ledford
0317f8f78a - Various cleanups as part of merge review process
- Related: bz226134
2007-04-11 15:34:23 +00:00
Doug Ledford
f1d4a31eb1 - Oops, missing a dependency in the Makefile 2007-03-31 13:45:58 +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
22ba5f588f - Add a fix for the broken printout of array GUID when using the -E --brief
flags
2006-11-09 17:42:25 +00:00
Doug Ledford
4f5acf413b Forgot the changelog 2006-10-13 13:24:28 +00:00
Doug Ledford
caebc5038d Remove a dead patch and update urls 2006-10-13 13:16:51 +00:00
Doug Ledford
89a6f4dc6d Bump to 2.5.4 2006-10-13 13:14:06 +00:00
Doug Ledford
93eab8bad0 Fix a big-endian bug in the bitmap code 2006-10-08 15:18:52 +00:00
Doug Ledford
2c54f76b2b Update to 2.5.3 2006-08-07 14:35:49 +00:00
Jesse Keating
6c62268fb7 bumped for rebuild 2006-07-12 07:19:51 +00:00
Doug Ledford
68b0fa3c1b Update mdadm to 2.5.2 2006-07-07 19:24:16 +00:00
Peter Jones
0df8b72494 -fix build on ppc64 2006-03-09 00:01:27 +00:00
Jeremy Katz
596e0e619a - fix build on ppc 2006-03-08 23:23:52 +00:00
Jeremy Katz
ef319bb169 - update to 2.3.1 to fix raid5 (#184284) 2006-03-08 23:20:13 +00:00
Jesse Keating
85637bb244 bump for bug in double-long on ppc(64) 2006-02-11 04:29:35 +00:00
Jesse Keating
f3e573b925 bump for new gcc/glibc 2006-02-07 12:56:21 +00:00
Jesse Keating
9916b4ef9a gcc update bump 2005-12-09 22:41:58 +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
2f225ca405 Fix/cleanup mdmonitor init script 2005-05-16 22:03:20 +00:00
Doug Ledford
67c8300cd8 Put back in obsoletes that got left out 2005-05-16 21:36:00 +00:00
Doug Ledford
2c20a2b3d4 Change the default auto= mode and add an mdassemble man page 2005-05-16 21:18:34 +00:00
Doug Ledford
ee7bb240e5 New version upload 2005-05-13 15:26:33 +00:00
Jeremy Katz
0312d98d9f - fix mdmonitor initscript (#144717) 2005-04-27 23:24:44 +00:00
Doug Ledford
56349ff6cf Update release for fc4 2005-03-21 17:24:08 +00:00
Doug Ledford
77f77f5712 Build a static version of mdadm in case we need it, also build the simpler
mdassemble statically for initrd usage.
2005-03-21 17:22:11 +00:00
Doug Ledford
c8b0a7c4b0 Update release and build in dist-4E-scratch 2005-03-09 21:04:05 +00:00
Doug Ledford
3346df56a1 s390 build fix 2005-03-09 20:02:02 +00:00
Doug Ledford
46b32e6d30 Update to mdadm-1.9.0 2005-03-09 18:56:19 +00:00