From: green Date: Wed, 7 Dec 2005 20:35:01 +0000 (+0000) Subject: ug 9297 changelog update X-Git-Tag: v1_7_100~1^103~4^2~188 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=bbc794ea218e4739366630077b885d52d145f00b;p=fs%2Flustre-release.git ug 9297 changelog update --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 0d08023..b47de56 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -397,6 +397,15 @@ Description: Allow multiple MDS hostnames in the mount command Details : Try to read the configuration from all specified MDS hostnames during a client mount in case the "primary" MDS is down. + +Severity : enhancement +Bugzilla : 9297 +Description: Stop sending data to evicted clients as soon as possible. +Details : Check if the client we are about to send or are sending data to + was evicted already. (Check is done every second of waiting, + for which l_wait_event interface was extended to allow checking + of exit condition at specified intervals). + ------------------------------------------------------------------------------