From d1bd26302dce3100b83fc7b6277169f76fa8b169 Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Wed, 8 Jun 2011 15:30:58 +0200 Subject: [PATCH] Add missing changelog entries Change-Id: I15dbcc4eef08e2afbfa223ae87cf31b7654a14e9 Signed-off-by: Johann Lombardi --- ldiskfs/ChangeLog | 25 +++++++++++++++++++- lnet/ChangeLog | 6 ++++- lustre/ChangeLog | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 99 insertions(+), 3 deletions(-) diff --git a/ldiskfs/ChangeLog b/ldiskfs/ChangeLog index de50a2d..fdd9cbf 100644 --- a/ldiskfs/ChangeLog +++ b/ldiskfs/ChangeLog @@ -1,6 +1,29 @@ -2011-xx-xx Whamcloud, Inc. +2011-06-30 Whamcloud, Inc. * version 3.1.50 +Severity : enhancement +Jira : LU-136 +Description: Add support for 24TB LUN on RHEL5 with ext4-based ldiskfs + The force_over_16tb mount option has now been renamed + force_over_24tb + +Severity : major +Jira : LU-206 +Description: fix memory corruption introduced in 1.8.5 in the MMP patch + +Severity : normal +Jira : LU-264, LU-268 +Description: Fix 2TB limitation for mmp-block + +Severity : normal +Jira : LU-216 +Description: Fix fiemap locking issue in 2.6.32 kernels + +Severity : normal +Jira : LU-15 +Description: slow I/O on new files via mballoc +Details : Apply upstream patch to avoid loading bitmaps from full groups + ------------------------------------------------------------------------------- 2011-05-12 Oracle, Inc. diff --git a/lnet/ChangeLog b/lnet/ChangeLog index 7fcfd79..f37ebf5 100644 --- a/lnet/ChangeLog +++ b/lnet/ChangeLog @@ -1,4 +1,4 @@ -2011-xx-xx Whamcloud, Inc. +2011-06-30 Whamcloud, Inc. * version 1.8.6-wc * Support for networks: socklnd - any kernel supported by Lustre, @@ -8,6 +8,10 @@ mxlnd - MX 1.2.10 or later, ptllnd - Portals 3.3 / UNICOS/lc 1.5.x, 2.0.x +Severity : normal +Jira : LU-388, LU-303, TT-121 +Description: Add support for OFED 1.5.3.1 + ------------------------------------------------------------------------------- 2011-05-12 Oracle, Inc. diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 29b4af8..10fb53e 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,11 +1,80 @@ -2011-xx-xx Whamcloud, Inc. +2011-06-30 Whamcloud, Inc. * version 1.8.6-wc * Support for kernels: 2.6.18-238.9.1.el5 (RHEL 5) 2.6.32-71.18.2.el6 (RHEL 6) - patchless client only * Recommended e2fsprogs version: 1.41.90.wc2 * Use ext4-based ldiskfs as default for RHEL5 + * Add support for 24TB LUN (RHEL5 server only) +Severity : enhancement +Jira : LU-228 +Description: Add support for RHEL5.6 (2.6.18-238.9.1.el5) + +Severity : enhancement +Jira : LU-62, LU-73 +Description: Add RHEL6 client support + +Severity : major +Jira : LU-286, LU-234 +Description: Fix client crash introduced in 1.8.5 +Details : The patch from bugzilla ticket 18213 landed for 1.8.5 can cause + a crash in mdc_exit_request() when the process is interrupted. + +Severity : major +Jira : LU-274 +Description: ls -l reports wrong file size +Details : Always update LVB from disk when a glimpse callback returns an + error + +Severity : major (2.6.32-based kernels only) +Jira : LU-118 +Description: Add workaround for a race causing an assertion failure in + clear_inode() on lustre clients. + +Severity : normal +Jira : LU-376, LU-200 +Description: Fix interoperability issue between 1.8 clients and 2.x servers +Details : The ldlm hash handling in Lustre 2.x is incompatible with the one + used in Lustre 1.8. Add support for 64-bit dir name hash to the + 1.8 client. + +Severity : normal +Jira : LU-15 +Description: Reduce cache pressure on OSS +Details : Don't keep pages for objects >8MB in cache to alleviate memory + pressure on OSSs. This is done by changing the default value + of readcache_max_filesize to 8MB. + +Severity : normal +Jira : LU-15 +Description: slow IO with read-intense application +Details : Align the readahead extent by 1M after when it is trimed by + ra_max_pages. + +Severity : normal +Jira : LU-179 +Description: lustre client lockup under memory pressure +Details : Under memory pressure, the rpc memory allocation in bulk + registration on the memory release path also needs be covered. + +Severity : normal +Jira : LU-129 +Description: Skip quotacheck on administratively disabled OSTs + +Severity : minor +Jira : LU-265 +Description: Some autogen improvements + +Severity : enhancement +Jira : LU-123, LU-296, LU-230 +Description: Add support for yaml data logging and auster script. + +Severity : enhancement +Jira : LU-57 +Description: Allow OSTs to be created with no primary node +Details : Add a --servicenode parameter for mkfs.lustre to treat all + service nodes equally. ------------------------------------------------------------------------------- -- 1.8.3.1