Whamcloud - gitweb
b=11512
[fs/lustre-release.git] / lustre / ChangeLog
index 8174330..ac222b1 100644 (file)
@@ -14,6 +14,14 @@ tbd         Cluster File Systems, Inc. <info@clusterfs.com>
        * Note that reiserfs quotas are temporarily disabled on SLES 10 in this
         kernel.
 
+Severity   : minor
+Bugzilla   : 11512
+Description: Remove write from health_check, add configure option
+Details    : While an OSS is under a heavy ost_destroy load reading the 
+            proc entry /proc/fs/lustre/health_check can take an unreasonably 
+             long time.  This disrupts our ability the effectively monitor 
+             the health of the filesystem. (LLNL)
+
 Severity   : enhancement
 Bugzilla   : 11548
 Description: Add LNET router traceability for debug purposes
@@ -59,6 +67,17 @@ Description: fix llapi_lov_get_uuids() to allow many OSTs to be returned
 Details:   : Change llapi_lov_get_uuids() to read the UUIDs from /proc instead
             of using an ioctl. This allows lfsck for > 160 OSTs to succeed.
 
+Severity   : minor
+Frequency  : rare
+Bugzilla   : 11546
+Description: open req refcounting wrong on reconnect
+Details    : If reconnect happened between getting open reply from server and
+            call to mdc_set_replay_data in ll_file_open, we will schedule
+            replay for unreferenced request that we are about to free.
+            Subsequent close will crash in variety of ways.
+            Check that request is still eligible for replay in
+            mdc_set_replay_data().
+
 --------------------------------------------------------------------------------
 
 2007-05-03  Cluster File Systems, Inc. <info@clusterfs.com>