From 0d2e1407273c47de85197956f4c18000b59f913a Mon Sep 17 00:00:00 2001
From: komaln <komaln>
Date: Tue, 6 May 2008 08:49:33 +0000
Subject: [PATCH] b=11089 	Added Changelog entry.

---
 lustre/ChangeLog | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/lustre/ChangeLog b/lustre/ChangeLog
index c75f2aad2e..90f1ce5eb2 100644
--- a/lustre/ChangeLog
+++ b/lustre/ChangeLog
@@ -940,6 +940,20 @@ Description: performance in 1.6.3
 Details    : Force q->max_phys_segments to MAX_PHYS_SEGMENTS on SLES10 to be
 	     sure that 1MB requests are not fragmented by the block layer.
 
+Severity   : enhancement
+Bugzilla   : 11089
+Description: organize the server-side client stats on per-nid 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-08-10         Cluster File Systems, Inc. <info@clusterfs.com>
-- 
GitLab