diff --git a/lustre/ChangeLog b/lustre/ChangeLog
index 6f9268720f23b895348b566ffb50d36ed9b06689..c267c0b75e39a39173b5c4150b1746d5ad0a2918 100644
--- a/lustre/ChangeLog
+++ b/lustre/ChangeLog
@@ -72,6 +72,24 @@ Details    : brw_redo_request can be used for resend requests from ptlrpcd and
 	     ptlrpcd set if request is changed and can be safety changed to use
 	     rq_set directly.
 
+Severity   : normal
+Bugzilla   : 11089
+Description: organize the stats on per-nid basis instead of the existing per-export basis.
+Details    : Change the structure of stats under obdfilter and mds to
+	     New structure:
+		+- exports
+			|
+			+- nid#1
+			|   |
+			|   + stats
+			|   |
+			|   + uuids
+			|
+			+- nid#2...
+			+- clear
+	     The "uuid"s file would list the uuids of _active_ exports. 
+	     And the clear entry is to clear all stats and stale nids.
+
 --------------------------------------------------------------------------------
 
 2007-10-26         Cluster File Systems, Inc. <info@clusterfs.com>