X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2FChangeLog;h=6c55f96b2894da34751705518a11586dfebe78b8;hp=2ef29c25992e24386351823b2e81cf38045edb85;hb=a3c09ef128651a8f041171f2d6099b3ba8d8f2c6;hpb=3368b30eba35bdc17a1bd903650b04486d4ab5de diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 2ef29c2..6c55f96 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,18 +1,53 @@ tbd Sun Microsystems, Inc. * version 2.0.0 * Support for kernels: - 2.6.16.60-0.33 (SLES 10), - 2.6.18-128.1.1.el5 (RHEL 5), + 2.6.16.60-0.37 (SLES 10), + 2.6.18-128.1.6.el5 (RHEL 5), 2.6.22.14 vanilla (kernel.org). * Client support for unpatched kernels: (see http://wiki.lustre.org/index.php?title=Patchless_Client) 2.6.16 - 2.6.21 vanilla (kernel.org) - * Recommended e2fsprogs version: 1.41.5.sun2 + * Recommended e2fsprogs version: 1.41.6.sun1 * Note that reiserfs quotas are disabled on SLES 10 in this kernel. * RHEL 4 and RHEL 5/SLES 10 clients behaves differently on 'cd' to a removed cwd "./" (refer to Bugzilla 14399). * File join has been disabled in this release, refer to Bugzilla 16929. + +Severity : normal +Bugzilla : 19507 +Description: Temporarily disable grant shrink. +Details : Disable the feature for debugging. + +Severity : normal +Bugzilla : 18624 +Description: Unable to run several mkfs.lustre on loop devices at the same + time. +Details : mkfs.lustre returns error 256 on the concurrent loop devices + formatting. The solution is to proper handle the error. + +Severity : enhancement +Bugzilla : 19024 +Description: Update kernel to RHEL5.3 2.6.18-128.1.6.el5. + +Severity : enhancement +Bugzilla : 19212 +Description: Update kernel to SLES10 SP2 2.6.16.60-0.37. + +Severity : normal +Bugzilla : 19528 +Description: resolve race between obd_disconnect and class_disconnect_exports +Details : if obd_disconnect will be called to already disconnected export he + forget release one reference and osc module can't unloaded. + +Severity : enhancement +Bugzilla : 18688 +Description: Allow tuning service thread via /proc +Details : For each service a new + /proc/fs/lustre/{service}/*/thread_{min,max,started} entry is + created that can be used to set min/max thread counts, and get the + current number of running threads. + Severity : normal Bugzilla : 18382 Descriptoin: don't return error if have particaly created objects for file. @@ -32,6 +67,11 @@ Details : Set read-ahead limite for every file and only do read-ahead when read RPC. Severity : enhancement +Bugzilla : 19293 +Description: move AT tunable parameters for more consistent usage +Details : add AT tunables under /proc/sys/lustre, add to conf_param parsing + +Severity : enhancement Bugzilla : 17974 Description: add lazystatfs mount option to allow statfs(2) to skip down OSTs Details : allow skip disconnected ost for send statfs request and hide error @@ -2047,6 +2087,18 @@ Description: MMP check in ext3_remount() fails without displaying any error Details : When multiple mount protection fails during remount, proper error should be returned +Severity : enhancement +Bugzilla : 16823 +Description: Allow stripe size to be up to 4G-64k +Details : Fix math logic to allow large stripe sizes. + +Severity : high +Bugzilla : 17569 +Description: add check for >8TB ldiskfs filesystems +Details : ext3-based ldiskfs does not support greater than 8TB LUNs. + Don't allow >8TB ldiskfs filesystems to be mounted without + force_over_8tb mount option + -------------------------------------------------------------------------------- 2007-08-10 Cluster File Systems, Inc.