All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juergen Gross <juergen.gross@ts.fujitsu.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH 4 of 4] add example cpupool config file
Date: Thu, 21 Oct 2010 11:30:03 +0200	[thread overview]
Message-ID: <9d67ff4cb064aa8a6859.1287653403@nehalem1> (raw)
In-Reply-To: <patchbomb.1287653399@nehalem1>

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

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 +++++++++++++++++



[-- Attachment #2: xen-work-4.patch --]
[-- Type: text/x-patch, Size: 1837 bytes --]

# HG changeset patch
# User Juergen Gross <juergen.gross@ts.fujitsu.com>
# 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"]
+

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

  parent reply	other threads:[~2010-10-21  9:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-21  9:29 [PATCH 0 of 4] support of cpupools in xl Juergen Gross
2010-10-21  9:30 ` [PATCH 1 of 4] Support arbitrary numbers of physical cpus for cpupools in tools Juergen Gross
2010-10-21  9:30 ` [PATCH 2 of 4] Rename cpu-pool commands in xm to cpupool-* Juergen Gross
2010-10-21  9:30 ` [PATCH 3 of 4] support of cpupools in xl: commands and library changes Juergen Gross
2010-10-21  9:30 ` Juergen Gross [this message]
2010-10-21 17:46 ` [PATCH 0 of 4] support of cpupools in xl Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9d67ff4cb064aa8a6859.1287653403@nehalem1 \
    --to=juergen.gross@ts.fujitsu.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.