Changeset 1545 for trunk/server


Ignore:
Timestamp:
Apr 25, 2010, 6:33:53 AM (14 years ago)
Author:
mitchb
Message:
Revert r1510.  Back out to OpenAFS 1.4.11.

1.4.12 may not have been as much of a Nice Thing (TM) as we'd hoped.
Since upgrading to it, our servers have been flapping on a more-than-daily
basis, almost always due to bogus AFS lost contact messages, resulting
in loads shooting up into the hundreds while the machines are stuck
in IOwait.  When this includes the server that contrib.scripts is on,
the machine falls out of the pool.  In all cases, it results in a
service slowdown.  Sometimes a reboot has been necessary because 'fs checks'
doesn't always clear it up.  While we haven't found a conclusive cause
for the problems, they seem to point to AFS, and began happening the
same night we upgraded to 1.4.12.
Location:
trunk/server/fedora
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/Makefile

    r1522 r1545  
    3838server_url      = "http://web.mit.edu/scripts/src"
    3939server_arch     = "fedora.stable"
    40 openafs_url     = "http://dl.openafs.org/dl/openafs/1.4.12/openafs-1.4.12-1.1.1.src.rpm"
     40openafs_url     = "http://dl.openafs.org/dl/openafs/1.4.11/openafs-1.4.11-1.1.1.src.rpm"
    4141clusterglue_url = "http://kojipkgs.fedoraproject.org/packages/cluster-glue/1.0/0.11.b79635605337.hg.fc12/src/cluster-glue-1.0-0.11.b79635605337.hg.fc12.src.rpm"
    4242heartbeat_url   = "http://kojipkgs.fedoraproject.org/packages/heartbeat/3.0.0/0.5.0daab7da36a8.hg.fc12/src/heartbeat-3.0.0-0.5.0daab7da36a8.hg.fc12.src.rpm"
  • trunk/server/fedora/specs/openafs.spec.patch

    r1510 r1545  
    8888 ##############################################################################
    8989 #
     90@@ -1209,7 +1222,7 @@
     91 rm -rf $RPM_BUILD_ROOT%{_sbindir}/kdump*
     92 
     93 # remove man pages from programs deleted above
     94-for f in 1/dlog 1/dpass 1/livesys 1/xstat_cm_test 1/xstat_fs_test 8/kdb 8/kpwvalid 8/xfs_size_check 1/package_test 5/package 8/package ; do
     95+for f in 1/compile_et 1/dlog 1/dpass 1/livesys 1/xstat_cm_test 1/xstat_fs_test 8/kdb 8/kpwvalid 8/xfs_size_check 1/package_test 5/package 8/package ; do
     96   rm -f $RPM_BUILD_ROOT%{_mandir}/man$f.*
     97 done
     98 
     99@@ -1569,7 +1582,6 @@
     100 %{_libdir}/librxstat.a
     101 %{_libdir}/libubik.a
     102 %{_mandir}/man1/rxgen.*
     103-%{_mandir}/man1/compile_et.*
     104 
     105 %if %{build_dkmspkg}
     106 %files -n dkms-%{name}
Note: See TracChangeset for help on using the changeset viewer.