From c16f6ce6823456337021ba735caea97a375d2156 Mon Sep 17 00:00:00 2001 From: johann Date: Wed, 22 Apr 2009 20:49:27 +0000 Subject: [PATCH] Branch b_release_1_8_0 b=12662 Fix changelog entry as per Andreas' comment. --- lustre/ChangeLog | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index ea2b093..15604105 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -26,11 +26,17 @@ Severity : enhancement Bugzilla : 10609 Description: version based recovery Details : introduce finer grained recovery able to detect transaction - dependencies and can deal with transaction gaps. + dependencies and can deal with transaction gaps caused by clients + failing at the same time as the server. Severity : enhancement Bugzilla : 3055 Description: Enable adaptive timeouts by default +Details : The Lustre timeout value in /proc/sys/lustre/timeout is now + managed dynamically based on server load and should not need + to be tuned manually based on cluster size. This allows Lustre + to work under a wider variety of system sizes and loads, without + unnecessarily causing lengthy recovery times. Severity : enhancement Bugzilla : 17974 @@ -48,8 +54,8 @@ Severity : normal Frequency : rare, connect and disconnect target at same time Bugzilla : 17310 Descriptoin: ASSERTION(atomic_read(&imp->imp_inflight) == 0 -Details : don't call obd_disconnect under lov_lock. this long time - operation and can block ptlrpcd which answer to connect request. +Details : don't call obd_disconnect under lov_lock. this long time + operation and can block ptlrpcd which answer to connect request. Severity : normal Frequency : rare, on failed llog setup -- 1.8.3.1