Whamcloud - gitweb
b=12186
[fs/lustre-release.git] / lustre / ChangeLog
index 9e11a86..22a0031 100644 (file)
@@ -1,4 +1,3 @@
-tbd         Cluster File Systems, Inc. <info@clusterfs.com>
        * version 1.8.0
        * Support for kernels:
         2.6.5-7.286 (SLES 9),
@@ -14,6 +13,11 @@ tbd         Cluster File Systems, Inc. <info@clusterfs.com>
        * Note that reiserfs quotas are disabled on SLES 10 in this kernel.
 
 Severity   : normal
+Bugzilla   : 12186
+Description: Fix errors in lfs documentation
+Details    : Fixes man pages
+
+Severity   : normal
 Bugzilla   : 12606
 Description: don't use GFP_* in generic Lustre code.
 Details    : Use cfs_alloc_* functions and CFS_* flags for code portability.
@@ -34,7 +38,7 @@ 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.
+            file, which makes TSTID[2] inunique.
 
 Severity   : normal
 Bugzilla   : 13249
@@ -68,14 +72,14 @@ 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.
+            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,
+            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.
 
@@ -95,7 +99,7 @@ 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".
+            with param "-X".
 
 Severity   : normal
 Bugzilla   : 12743
@@ -127,7 +131,7 @@ Severity   : normal
 Bugzilla   : 10657
 Description: Add journal checksum support.(Kernel part)
 Details    : The journal checksum feature adds two new flags i.e 
-             JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT and 
+            JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT and 
             JBD2_FEATURE_COMPAT_CHECKSUM. JBD2_FEATURE_CHECKSUM flag 
             indicates that the commit block contains the checksum for
             the blocks described by the descriptor blocks. Now commit
@@ -149,14 +153,14 @@ Severity   : major
 Bugzilla   : 12223
 Description: mds_obd_create error creating tmp object
 Details    : When the user sets quota on root, llog will be affected and can't 
-             create files and write files.
+            create files and write files.
 
 Severity   : normal
 Frequency  : Always on ia64 patchless client, and possibly others.
 Bugzilla   : 12826
 Description: Add EXPORT_SYMBOL check for node_to_cpumask symbol.
 Details    : This allows the patchless client to be loaded on architectures
-             without this export. 
+            without this export. 
 
 Severity   : normal
 Bugzilla   : 13039
@@ -182,8 +186,8 @@ Severity   : normal
 Bugzilla   : 13030
 Description: "ll_intent_file_open()) lock enqueue: err: -13" with nfs
 Details    : with NFS, the anon dentry's parent was set to itself in
-             d_alloc_anon(), so in MDS, we use rec->ur_fid1 to find the
-             corresponding dentry other than use rec->ur_name.
+            d_alloc_anon(), so in MDS, we use rec->ur_fid1 to find the
+            corresponding dentry other than use rec->ur_name.
 
 Severity   : enhancement
 Bugzilla   : 12786
@@ -194,7 +198,7 @@ Severity   : normal
 Bugzilla   : 12398
 Description: testing performance impact of enabling checksumming
 Details    : enable checksum by default, allow --disable-checksum 
-             configure option and "-o nochecksum" mount option 
+            configure option and "-o nochecksum" mount option 
 
 Severity   : normal
 Bugzilla   : 11802
@@ -211,9 +215,27 @@ Details    : after a connection loss, the lustre client should attempt to
 Severity   : minor
 Bugzilla   : 12588
 Description: when mds and osts use different quota unit(32bit and 64bit),
-             quota will be released repeatly.
-Details    : void sending multiple quota reqs to mds, which will keep the status 
-             between the reqs.
+            quota will be released repeatly.
+Details    : void sending multiple quota reqs to mds, which will keep the
+            status between the reqs.
+
+Severity   : normal 
+Bugzilla   : 13125
+Description: osts not allocated evenly to files
+Details    : change the condition to increase offset_idx 
+
+Severity   : normal
+Bugzilla   : 11230
+Description: Tune the kernel for good SCSI performance. 
+Details    : Set the value of /sys/block/{dev}/queue/max_sectors_kb
+             to the value of /sys/block/{dev}/queue/max_hw_sectors_kb
+             in mount_lustre.
+
+Severity   : cleanup
+Bugzilla   : 13532
+Description: rewrite ext2-derived code in obdclass/uuid.c
+Details    : rewrite inherited code (uuid parsing code from ext2 utils)
+            from scratch preserving functionality.
 --------------------------------------------------------------------------------
 
 2007-08-10         Cluster File Systems, Inc. <info@clusterfs.com>