From ff3d36f8a0ebc287a55b6600012b5cabee9a9ce3 Mon Sep 17 00:00:00 2001 From: wangdi Date: Wed, 17 Oct 2007 20:26:48 +0000 Subject: [PATCH] Branch: HEAD update lustre 13570 Entry --- lustre/ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 9764ee8..e3094c0 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -415,7 +415,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 -- 1.8.3.1