OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_73_3-60-g168f69d
Gerrit Code Review
gerrit@openafs.org
Fri, 16 Apr 2010 20:06:55 -0700 (PDT)
The following commit has been merged in the master branch:
commit 168f69db1995c0bce4daad2e4af1558282c2f80c
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri Apr 16 00:31:58 2010 -0400
Windows: define new event log messages for cm_Analyze VBUSY, VRESTARTING, etc.
Add MSG_SERVER_REPORTS_VBUSY, MSG_SERVER_REPORTS_VRESTARTING,
MSG_ALL_SERVERS_BUSY, MSG_ALL_SERVERS_OFFLINE,
and MSG_ALL_SERVERS_DOWN.
Add event message throttling. Only permit one copy of a message
to be generated every five seconds if the message will duplicate
the prior message. This often occurs when a server or volume becomes
inaccessible and there were a large number of requests queued on it.
Integrate these new messages into cm_Analyze processing for VBUSY,
VRESTARTING, ALLDOWN, ALLOFFLINE, and ALLBUSY errors.
LICENSE MIT
Change-Id: Ib30595ded23724810e294133fa75873e20ffbf0b
Reviewed-on: http://gerrit.openafs.org/1762
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/afsd_eventlog.c | 82 +++++++++++++++++++++++++++++-----
src/WINNT/afsd/afsd_eventmessages.mc | 43 +++++++++++++++++-
src/WINNT/afsd/cm_conn.c | 60 +++++++++++++++++++++---
3 files changed, 164 insertions(+), 21 deletions(-)
--
OpenAFS Master Repository