From fab5f40dde511513d11454f99fa527662656ac12 Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Wed, 19 May 2010 13:50:09 +0200 Subject: [PATCH] add missing changelog entries --- lustre/ChangeLog | 60 +++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 49 insertions(+), 11 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index c8921da..480d24a 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -13,12 +13,52 @@ tbd Oracle, Inc. lock before replay feature (bug 16774) are disabled by default. Severity : enhancement +Bugzilla : 22455 +Description: add list_param to b1_8 and add "-R" option to list params + recursively + +Severity : enhancement Bugzilla : 22194 Description: lfs quota output is not very convenient for awk/sed-parsing Details : Some positions if lfs quota output table could be empty or - non-empty which made it hard to parse it with scripts, now - a dash is put instead of space where there is not supposed - to be any data. + non-empty which made it hard to parse it with scripts, now a dash + is put instead of space where there is not supposed to be any data. + +Severity : normal +Bugzilla : 15587/21439 +Description: don't handle security.capability xattr +Details : CONFIG_SECURITY_FILE_CAPABILITIES is enabled by default on SLES11. + This results in additional getxattr calls, causing VBR test + failures as well as a preformance drop when writing. + +Severity : normal +Bugzilla : 22749 +Description: obdfilter-survey is no longer working +Details : revert patch from bug 20355 to resolve an issue with lctl --threads + not working correctly with $(PTHREAD_LIBS) being linked to lctl. + +Severity : normal +Bugzilla : 19102 +Description: lfs getstripe shows wrong info for directories +Details : Set correct LOVEA default values for filesystem-wide. + +Severity : normal +Bugzilla : 11742 +Description: FSX checksum false positves due to mmap IO +Details : Use OBD_FL_MMAP flag for IOs on a memory mapped file. Do not print + checksum errors, if the flag is set on a request. + +Severity : enhancement +Bugzilla : 21452 +Description: "weak-modules" support +Details : Implement "weak-modules" support which enables kernel modules + to be used with any kernel that implements the same kABI. In + order to achieve this modules are now installed in + /lib/modules/$(uname -r)/updates/kernel on all distributions. + +Severity : enhancement +Bugzilla : 16909 +Description: Quiet some LNET messages Severity : normal Bugzilla : 22360 @@ -53,6 +93,12 @@ Details : move the tunable to trigger a journal flush on lock cancel from the ost layer to the obdfilter layer. This tunable is useful when using the async journal commit feature. +Severity : normal +Bugzilla : 21871 +Description: exp->exp_nid_stats == NULL in filter_tally() +Details : fix race with per-nid stats by delaying procfs cleanup until + exp_refcount == 0 + ------------------------------------------------------------------------------- 2010-04-30 Oracle, Inc. @@ -278,14 +324,6 @@ Severity : normal Bugzilla : 21966 Description: avoid divide-by-zero in lprocfs_rd_import() -Severity : enhancement -Bugzilla : 21452 -Description: "weak-modules" support -Details : Implement "weak-modules" support which enables kernel modules - to be used with any kernel that implements the same kABI. In - order to achieve this modules are now installed in - /lib/modules/$(uname -r)/updates/kernel on all distributions. - Severity : normal Bugzilla : 21816 Description: lfs quota failed when OSTs are down -- 1.8.3.1