From eeef27d806a9e7f65c920d16896cbfcf46c3a6d8 Mon Sep 17 00:00:00 2001 From: dzogin Date: Wed, 8 Jul 2009 13:50:22 +0000 Subject: [PATCH] Branch b_release_1_8_1 b=19917 i=adilger i=alex.zhuravlev Description: Repeated atomic allocation failures. Details : Use GFP_HIGHUSER for OST allocations unless the client is writing locally, so that the OST threads generate memory pressure and allow inactive pages to be reclaimed. --- lustre/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 4d7d759..5542181 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -16,6 +16,9 @@ Severity : normal Bugzilla : 19917 Description: Repeated atomic allocation failures. +Details : Use GFP_HIGHUSER for OST allocations unless the client is + writing locally, so that the OST threads generate memory + pressure and allow inactive pages to be reclaimed. Severity : enhancement Bugzilla : 19846 -- 1.8.3.1