[Pkg-lustre-svn-commit] r489 - in /trunk/debian: changelog patches/00list patches/fix_late_release_pa_structure.dpatch

winnie at users.alioth.debian.org winnie at users.alioth.debian.org
Mon Sep 8 18:54:55 UTC 2008


Author: winnie
Date: Mon Sep  8 18:54:54 2008
New Revision: 489

URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=489
Log:
Add fix to prevent kernel oops on ost

Added:
    trunk/debian/patches/fix_late_release_pa_structure.dpatch
Modified:
    trunk/debian/changelog
    trunk/debian/patches/00list

Modified: trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/changelog?rev=489&op=diff
==============================================================================
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Mon Sep  8 18:54:54 2008
@@ -1,8 +1,11 @@
-lustre (1.6.5.1-2) unstable; urgency=low
-
+lustre (1.6.5.1-0.credativ.etch.3) unstable; urgency=low
+
+  * Backport to etch.
   * Add patch from bugzilla to fix 101 Error msg. 
-
- -- Patrick Winnertz <winnie at debian.org>  Thu, 04 Sep 2008 15:04:18 +0200
+  * Added patch from bugzilla to prevent kernel oops when 
+    ost disk is ~70% full 
+
+ -- Patrick Winnertz <winnie at debian.org>  Mon, 08 Sep 2008 20:51:21 +0200
 
 lustre (1.6.5.1-1) unstable; urgency=low
 

Modified: trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/00list?rev=489&op=diff
==============================================================================
--- trunk/debian/patches/00list (original)
+++ trunk/debian/patches/00list Mon Sep  8 18:54:54 2008
@@ -12,6 +12,7 @@
 libsysio.dpatch
 bug12769-ql-fix.dpatch
 operation_101_unconnected_mgs.dpatch
+fix_late_release_pa_structure.dpatch
 
 # Debian patches
 bash_completion.dpatch

Added: trunk/debian/patches/fix_late_release_pa_structure.dpatch
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/fix_late_release_pa_structure.dpatch?rev=489&op=file
==============================================================================
--- trunk/debian/patches/fix_late_release_pa_structure.dpatch (added)
+++ trunk/debian/patches/fix_late_release_pa_structure.dpatch Mon Sep  8 18:54:54 2008
@@ -1,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## posix_acl.patch by Patrick Winnertz <winnie at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Patch to possibility fix the crash of the osts if the disk is to ~70% percent full
+
+ at DPATCH@
+--- ./ldiskfs/kernel_patches/patches/ext3-mballoc3-core.patch	30 Jun 2008 04:45:58 -0000	1.16
++++ ./ldiskfs/kernel_patches/patches/ext3-mballoc3-core.patch	14 Jul 2008 10:41:08 -0000
+@@ -3624,7 +3624,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/mbal
+ +
+ +	/* in this short window concurrent discard can set pa_deleted */
+ +	spin_lock(&pa->pa_lock);
+-+	if (pa->pa_deleted == 0) {
+++	if (pa->pa_deleted == 1) {
+ +		spin_unlock(&pa->pa_lock);
+ +		return;
+ +	}




More information about the Pkg-lustre-svn-commit mailing list