From a1261c2000360bf3c28f97406a887ad381ffe71c Mon Sep 17 00:00:00 2001
From: komaln <komaln>
Date: Fri, 16 Nov 2007 14:42:27 +0000
Subject: [PATCH] b=11089

	Add the changelog entry.
---
 lustre/ChangeLog | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/lustre/ChangeLog b/lustre/ChangeLog
index 6f9268720f..c267c0b75e 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>
-- 
GitLab