-
Thu Sep 27 2012 Doug Ledford <dledford@redhat.com> - 3.3-4.el6_3
- Fix a problem with the setting of infiniband dev perms
- Resolves: bz860943
-
Thu Apr 26 2012 Doug Ledford <dledford@redhat.com> - 3.3-3
- The fix to bug 808600 was noisy and resulted in bug 815999,
silence the script
- Resolves: bz815999
-
Tue Apr 24 2012 Doug Ledford <dledford@redhat.com> - 3.3-2
- Unload the iw_cxgb4 module when stopping the rdma stack
- Related: bz815622
-
Tue Apr 24 2012 Doug Ledford <dledford@redhat.com> - 3.3-1
- Fix an issue in the rdma script that caused rds_rdma to load
when it shouldn't
- Resolves: bz815622
-
Thu Apr 05 2012 Doug Ledford <dledford@redhat.com> - 1.0-21
- Don't change the user's directory on interactive runs
- Related: bz808600
-
Thu Apr 05 2012 Doug Ledford <dledford@redhat.com> - 1.0-20
- Name the cards slightly differently (upstream request)
- Check for the ibacm program before trying to down the stack
- Resolves: bz808600
-
Thu Mar 22 2012 Doug Ledford <dledford@redhat.com> - 1.0-19
- Remove the rules file again, issue turned out to be a kernel bug.
- Related: bz739138
-
Wed Mar 21 2012 Doug Ledford <dledford@redhat.com> - 1.0-18
- Resurrect rules file, some of the IB devices are not created by the
kernel
- Related: bz739138
-
Fri Mar 09 2012 Doug Ledford <dledford@redhat.com> - 1.0-17
- Don't do lsmod in the %post script looking for ib_ipoib, anaconda
loads it unconditionally. Instead, anaconda has been modified to
enable our init script if it installed over an IPoIB interface, so
simply remove that portion of our %post script.
- Related: bz739138
-
Tue Feb 28 2012 Doug Ledford <dledford@redhat.com> - 1.0-16
- If we are being installed on a machine that has ib_ipoib module loaded,
then this is likely because it is a machine being installed over IPoIB,
so enable our init script
- Related: bz739138
-
Tue Feb 28 2012 Doug Ledford <dledford@redhat.com> - 1.0-15
- No longer provide a rules file to create infinband devices, the kernel
now creates them in the proper place all by itself
- Change the LSB headers in the init script, they were wrong
- Related: bz739138
-
Tue Oct 25 2011 Doug Ledford <dledford@redhat.com> - 1.0-14
- Clear the umask before loading kernel modules otherwise the kernel
modules inherit our umask and don't create the /dev/infiniband
files with the proper permissions.
- Resolves: bz748087
-
Wed Oct 19 2011 Doug Ledford <dledford@redhat.com> - 1.0-13
- Default to not loading the RDS stack by default as it has some known
issues at the moment.
- Resolves: bz747378
-
Thu Aug 11 2011 Doug Ledford <dledford@redhat.com> - 1.0-12
- Another minor fix to RDS support in the rdma script
- Related: bz725016
-
Thu Aug 04 2011 Doug Ledford <dledford@redhat.com> - 1.0-11
- Minor fix to RDS support in the rdma init script
- Related: bz725016
-
Thu Aug 04 2011 Doug Ledford <dledford@redhat.com> - 1.0-10
- Fix ifup-ib script to be compatible with change to core function
expand_config
- Fix renaming of ib? devices to the name given in the ifcfg-* file
- Fix the fact that once you down the rdma stack and reload it, the
HWADDR line in ifcfg-* files no longer matches the address of the
ports. We now match only on the part of the HWADDR that doesn't
change.
- Fix rdma init script to know about cxgb4 adapters
- Fix rdma init script to find all InfiniBand interfaces whether they
use an ib? name or a custom name
- Fix rdma init script to down all InfiniBand interfaces on rdma shutdown
regardless of interface name
- Fix rdma init script to find all ifcfg-* files that apply to ipoib
interfaces without requiring that they be named ib?
- Fix rdma init script to know to unload ib_qib module on stop
- Add an ifdown-ib file that fixes the HWADDR not matching on the second
or later times you down the rdma subsystem
- Related: bz725016
- Resolves: bz678947, bz721101
-
Tue Aug 17 2010 Doug Ledford <dledford@redhat.com> - 1.0-9
- Minor tweak to rdma init script to do the udevadm trigger command in two
seperate calls since we can no longer match on the same item twice and
have the command succeed for both match types.
- Resolves: bz612234
-
Wed Aug 04 2010 Doug Ledford <dledford@redhat.com> - 1.0-8
- Update udev rules syntax to eliminate warnings emitted via syslog (bz603264)
- Add new init script for starting/stopping nfs over rdma support
- Require that the nfs-rdma service be down before stopping the rdma
service (bz613437)
- Change ifup-ib to properly account for the fact that the [ test program
does not process tests in order and fail immediately on first failing
test, resulting in error messages due to unquoted environment variables
that don't need quoting in the second test due to the fact that the
first test guarantees they exist. Or that's how things should be, but
they aren't, so rewrite tests to accommodate this fact. (bz612284)
- Use ip instead of ifconfig as ifconfig knows it doesn't handle infinband
hardware addresses properly (even though we don't care, we aren't using
it for that) and prints out copious warning messages (bz613086)
- Related: bz612284, bz613086
-
Wed May 26 2010 Doug Ledford <dledford@redhat.com> - 1.0-7
- Require a version of udev that's known to contain udevadm and support
usage of udevadm trigger and udevadm settle
- Update rdma.init to use the proper udev commands
- Resolves: bz586594
-
Tue Dec 01 2009 Doug Ledford <dledford@redhat.com> - 1.0-6
- Tweak init script for LSB compliance
- Tweak ifup-ib script to work properly with bonded slaves that need their
MTU set
- Tweak ifup-ib script to properly change connected mode either on or off
instead of only setting it on but not turning it off if the setting changes
-
Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
Thu Oct 09 2008 Doug Ledford <dledford@redhat.com> - 1.0-3
- Add the ifup-ib script so we support connected mode on ib interfaces
-
Mon Jun 09 2008 Doug Ledford <dledford@redhat.com> - 1.0-2
- Attempt to use --subsystem-match=infiniband in the rdma init script use
of udevtrigger so we don't trigger the whole system
- Add a requirement to stop opensm to the init script
-
Sun Jun 08 2008 Doug Ledford <dledford@redhat.com> - 1.0-1
- Create an initial package for Fedora review