From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: [PATCH 4 of 4] add example cpupool config file Date: Thu, 21 Oct 2010 11:30:03 +0200 Message-ID: <9d67ff4cb064aa8a6859.1287653403@nehalem1> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6648316875165651885==" Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --===============6648316875165651885== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Adds an example configuration file for xm/xl pool-create Signed-off-by: juergen.gross@ts.fujitsu.com 2 files changed, 18 insertions(+) tools/examples/README | 1 + tools/examples/cpupool | 17 +++++++++++++++++ --===============6648316875165651885== Content-Type: text/x-patch; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=xen-work-4.patch # HG changeset patch # User Juergen Gross # Date 1287653342 -7200 # Node ID 9d67ff4cb064aa8a6859e148f48e3c986bd39642 # Parent ffd46210c7c9a137e3cf92c3f44464a4a2cfa116 add example cpupool config file Adds an example configuration file for xm/xl pool-create Signed-off-by: juergen.gross@ts.fujitsu.com diff -r ffd46210c7c9 -r 9d67ff4cb064 tools/examples/README --- a/tools/examples/README Thu Oct 21 11:26:34 2010 +0200 +++ b/tools/examples/README Thu Oct 21 11:29:02 2010 +0200 @@ -13,6 +13,7 @@ block-common.sh - sourced by block, block-* block-enbd - binds/unbinds network block devices block-nbd - binds/unbinds network block devices +cpupool - example configuration script for 'xm cpupool-create' external-device-migrate - called by xend for migrating external devices locking.sh - locking functions to prevent concurrent access to critical sections inside script files diff -r ffd46210c7c9 -r 9d67ff4cb064 tools/examples/cpupool --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/examples/cpupool Thu Oct 21 11:29:02 2010 +0200 @@ -0,0 +1,17 @@ +#============================================================================ +# Configuration setup for 'xm cpupool-create' or 'xl cpupool-create'. +# This script sets the parameters used when a cpupool is created using +# 'xm cpupool-create' or 'xl cpupool-create'. +# You use a separate script for each cpupool you want to create, or +# you can set the parameters for the cpupool on the xm command line. +#============================================================================ + +# the name of the new cpupool +name = "Example-Cpupool" + +# the scheduler to use: valid are e.g. credit, sedf, credit2 +sched = "credit" + +# list of cpus to use +cpus = ["2", "3"] + --===============6648316875165651885== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --===============6648316875165651885==--