From b455d31d11bb582c2100bf1a7431b9a8b2e779c4 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 31 Dec 2005 16:33:00 +0000 Subject: [PATCH] a local-tree-cleanup commit full of empty calories --- lustre/ChangeLog | 12 +++++++----- lustre/ldlm/ldlm_lib.c | 3 +-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 5a69f21..e8138ce 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -251,8 +251,8 @@ Description: do not expand extent locks acquired on OST-side Details : Modify ldlm_extent_policy() to not expand local locks, acquired by server: they are not cached anyway. -Severity : medium -Frequency : seldom, when mmap is used/files executed from lustre +Severity : major +Frequency : when mmap is used/binaries executed from Lustre Bugzilla : 9482 Description: Unmmap pages before throwing them away from read cache. Details : llap_shrink cache now attempts to unmap pages before discarding @@ -443,9 +443,11 @@ Details : Starting a ptlrpc service thread can fail if there are a large Severity : minor Frequency : always, but only if liblustre and non default acceptor port was used Bugzilla : 9933 -Description: liblustre count not connect to servers with non default acceptor port -Details : tcpnal_set_default_params() was not called and therefore ignoring the - environment varaible TCPNAL_PORT, as well as other TCPNAL_ environment variables +Description: liblustre could not connect to servers with non-default acceptor + port +Details : tcpnal_set_default_params() was not called and was therefore + ignoring the environment varaible TCPNAL_PORT, as well as other + TCPNAL_ environment variables ------------------------------------------------------------------------------ diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 7f49fda..a2a0173 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -806,7 +806,7 @@ static void target_finish_recovery(struct obd_device *obd) CWARN("%s: all clients recovered, %d MDS " "orphans deleted\n", obd->obd_name, rc); else - CERROR("postrecov failed %d\n", rc); + CWARN("postrecov failed %d\n", rc); } list_for_each_safe(tmp, n, &obd->obd_delayed_reply_queue) { @@ -818,7 +818,6 @@ static void target_finish_recovery(struct obd_device *obd) target_release_saved_req(req); } obd->obd_recovery_end = CURRENT_SECONDS; - return; } static void abort_recovery_queue(struct obd_device *obd) -- 1.8.3.1