From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 01/27] docs: Document OSSTEST_RESOURCE_PRIORITY values in README.planner Date: Wed, 16 Sep 2015 14:35:04 +0100 Message-ID: <1442410530-9665-2-git-send-email-ian.jackson@eu.citrix.com> References: <1442410530-9665-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZcCsD-0000aQ-Q2 for xen-devel@lists.xenproject.org; Wed, 16 Sep 2015 13:35:45 +0000 In-Reply-To: <1442410530-9665-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org Signed-off-by: Ian Jackson --- README.planner | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.planner b/README.planner index 21b3415..dfa623e 100644 --- a/README.planner +++ b/README.planner @@ -84,6 +84,13 @@ no resources actually get allocated), so that there is a report for the administrator showing an idea of what the system thinks may happen in the more distant future. +Values for OSSTEST_RESOURCE_PRIORITY: + mg-allocate -1000000 + mg-blockage -2000000 + default Executive.pm with controlling terminal -10 + mg-execute-flight -8 + default 0 + ms-ownerdaemon and `ownd' tasks ------------------------------- -- 1.7.10.4