X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2FChangeLog;h=8e62a04966c7f2944336ba0e32a259a8067d99a5;hp=351fbc587a0df2f0a3576842f98bd6c2afd8b1cb;hb=27443f4a9453a3956fb111252324f5b53e708f0b;hpb=8c82ab5cd92ee70a4cda2fe6437861e56f3fe3d5 diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 351fbc5..8e62a04 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,18 +1,152 @@ tbd Cluster File Systems, Inc. - * version 1.6.1 + * version 1.8.0 * Support for kernels: - 2.4.21-47.0.1.EL (RHEL 3) - 2.6.5-7.283 (SLES 9) - 2.6.9-42.0.10.EL (RHEL 4) - 2.6.12.6 vanilla (kernel.org) - 2.6.16.27-0.9 (SLES 10) + 2.6.5-7.286 (SLES 9), + 2.6.9-55.EL (RHEL 4), + 2.6.16.46-0.14 (SLES 10), + 2.6.18.8 vanilla (kernel.org) * Client support for unpatched kernels: (see http://wiki.lustre.org/index.php?title=Patchless_Client) - 2.6.9-42.0.10.EL (RHEL 4) + 2.6.9-42.0.10.EL (RHEL 4), 2.6.16 - 2.6.21 vanilla (kernel.org) - * Recommended e2fsprogs version: 1.39.cfs7 + * Recommended e2fsprogs version: 1.39.cfs8 * Note that reiserfs quotas are disabled on SLES 10 in this kernel. - * bug fixes + +Severity : normal +Bugzilla : 12606 +Description: don't use GFP_* in generic Lustre code. +Details : Use cfs_alloc_* functions and CFS_* flags for code portability. + +Severity : normal +Bugzilla : 12333 +Description: obdclass is limited by single OBD_ALLOC(idarray) +Details : replace OBD_ALLOC/OBD_FREE with OBD_VMALLOC/OBD_VFREE + +Severity : normal +Bugzilla : 13006 +Description: warnings with build patchless client with vanila 2.6.19 and up +Details : change old ctl_table style and replace ctl_table/ctl_table_header + with cfs_sysctl_table_t/cfs_sysctl_table_header_t + +Severity : normal +Bugzilla : 13177 +Frequency : Only for SLES +Description: sanity_quota fail test_1 +Details : There are multiple occurences of $TSTUSR in SLES's /etc/group + file, which makes TSTID[2] inunique. + +Severity : normal +Bugzilla : 13249 +Frequency : Only for SLES9 +Description: Kernel patches for SLES9 2.6.5-7.286 kernel +Details : Update target/ChangeLog/which_patch . + +Severity : normal +Bugzilla : 13170 +Frequency : Only for test_10 in sanity-quota.sh +Description: a bug in quota test code +Details : checking a test flag in a wrong place + +Severity : normal +Bugzilla : 13171 +Frequency : Only for test_13 in sanity-quota.sh +Description: a bug in quota test script +Details : shouldn't check overfull allocated quota + +Severity : normal +Bugzilla : 12955 +Description: jbd statistics +Details : Port older jbd statistics patch for sles10 + +Severity : enhancement +Bugzilla : 11721 +Description: Add printing inode info into message about error in writepage. + +Severity : normal +Bugzilla : 11974 +Frequency : Rare +Description: reply_lock_interpret crash due to race with it and lock cancel. +Details : Do not replay locks that are being cancelled. Do not reference + locks by their address during replay, just by their handle. + +Severity : normal +Bugzilla : 13103 +Frequency : When flocks are used. +Description: assertion failure in ldlm_cli_enquque_fini for non NULL lock. +Details : Flock locks might destroy just granted lock if it could be merged + with another existing flock, this is done in completion handler, + so teach ldlm_cli_enquque_fini that this is a valid case for + flock locks. + +Severity : minor +Bugzilla : 13276 +Frequency : rare +Description: Oops in read and write path when failing to allocate lock. +Details : Check if lock allocation failed and return error back. + +Severity : normal +Bugzilla : 11679 +Description: lstripe command fails for valid OST index +Details : The stripe offset is compared to lov->desc.ld_tgt_count + instead of lov->desc.ld_active_tgt_count. + +Severity : normal +Bugzilla : 12584 +Description: sanity.sh failed test 103 +Details : RHEL mis-interpret setfacl "-X" param, so we won't test setfacl + with param "-X". + +Severity : normal +Bugzilla : 12743 +Description: df doesn't work properly if diskfs blocksize != 4K +Details : Choose biggest blocksize of OST's as the LOV's blocksize. + +Severity : normal +Bugzilla : 12836 +Description: lfs find on -1 stripe looping in lsm_lmm_verify_common() +Details : Avoid lov_verify_lmm_common() on directory with -1 stripe count. + +Severity : major +Bugzilla : 12932 +Description: obd_health_check_timeout too short +Details : set obd_health_check_timeout as 1.5x of obd_timeout + +Severity : normal +Bugzilla : 12192 +Description: llapi_file_create() does not allow some changes +Details : add llapi_file_open() that allows specifying the mode and + open flags, and also returns an open file handle. + +Severity : normal +Bugzilla : 11248 +Description: merge and cleanup kernel patches. +Details : Remove mnt_lustre_list in vfs_intent-2.6-rhel4.patch. + +-------------------------------------------------------------------------------- + +2007-08-10 Cluster File Systems, Inc. + * version 1.6.1 + * Support for kernels: + 2.6.5-7.283 (SLES 9), + 2.6.9-55.EL (RHEL 4), + 2.6.16.46-0.14 (SLES 10), + 2.6.18.8 vanilla (kernel.org) + * Client support for unpatched kernels: + (see http://wiki.lustre.org/index.php?title=Patchless_Client) + 2.6.16 - 2.6.22 vanilla (kernel.org) + * Due to recently discovered recovery problems, we do not recommend + using patchless RHEL 4 clients with this or any earlier release. + * Recommended e2fsprogs version: 1.39.cfs8 + * Note that reiserfs quotas are disabled on SLES 10 in this kernel. + * Starting with this release, the ldiskfs backing filesystem required + by Lustre is now in its own package, lustre-ldiskfs. This package + should be installed. It is versioned separately from Lustre and + may be released separately in future. + +Severity : minor +Bugzilla : 13147 +Description: block reactivating mgc import until all deactivates complete +Details : Fix race when failing back MDT/MGS to itself (testing) Severity : enhancement Bugzilla : 12194 @@ -2677,6 +2811,12 @@ Severity : minor Bugzilla : 6147 Description: Changes the "SCSI I/O Stats" kernel patch to default to "enabled" +Severity : Minor +Frequency : Rare +Bugzilla : 11248 +Description: merge and cleanup kernel patches. +Details : + ----------------------------------------------------------------------------- 2005-05-05 Cluster File Systems, Inc.