From: wangdi Date: Wed, 17 Oct 2007 20:11:03 +0000 (+0000) Subject: Branch:b1_6 X-Git-Tag: v1_8_0_110~1102 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4c03c386aa7fcb1fa9f642176bdd69cbd0eb0720;p=fs%2Flustre-release.git Branch:b1_6 update 13570 Entry --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 23f8e54..6bfea6d 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -139,7 +139,10 @@ Details : Add "-u" option for lustre_config script to support upgrading 1.4 Severity : normal Bugzilla : 13570 -Description: grant fixes to avoid grant_space > avail_space +Description: To avoid grant space > avaible space when the disk is almost + full. Without this patch you might see the error "grant XXXX > + available" or some LBUG about grant, when the disk is almost + full. Details : In filter_check_grant, for non_grant cache write, we should check the left space by if (*left > ungranted + bytes), instead of (*left > ungranted), because only we are sure the left space