From: komaln Date: Fri, 16 Nov 2007 14:42:27 +0000 (+0000) Subject: b=11089 X-Git-Tag: v1_8_0_110~991 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=a1261c2000360bf3c28f97406a887ad381ffe71c;p=fs%2Flustre-release.git b=11089 Add the changelog entry. --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 6f92687..c267c0b 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.