From 633208dd42ebd5c16b3a3dbcdac135362e2cd104 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 22 Feb 2006 18:58:54 +0000 Subject: [PATCH] Branch b_release_1_4_6 Add ChangeLog entries. --- lustre/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 2d674df..441cb5c 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -94,6 +94,13 @@ Details : sending a glimpse AST to a liblustre client waits for every AST to time out, as liblustre clients will not respond. Since they cannot cache data we refresh the OST lock LVB from disk instead. +Severity : enhancement +Bugzilla : 7198 +Description: doing an ls at the same time as file IO can be slow +Details : enqueue and other "small" requests can be blocked behind many + large IO requests. Create a new OST IO portal for non-IO + requests so they can be processed faster. + Severity : minor Frequency : rare (only HPUX clients mounting unsupported re-exported NFS vol) Bugzilla : 5781 @@ -264,6 +271,12 @@ Details : llap_shrink cache now attempts to unmap pages before discarding extra checks that trigger if this unmapping is not done first. Severity : minor +Frequency : rare +Bugzilla : 6034 +Description: lconf didn't resolve symlinks before checking to see whether a + given mountpoint was already in use + +Severity : minor Frequency : when migrating failover services Bugzilla : 6395, 9514 Description: When migrating a subset of services from a node (e.g. failback -- 1.8.3.1