From patchwork Wed Oct 2 17:05:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olaf Hering X-Patchwork-Id: 11171663 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3E0C914DB for ; Wed, 2 Oct 2019 17:07:33 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 19631222BE for ; Wed, 2 Oct 2019 17:07:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=aepfle.de header.i=@aepfle.de header.b="JMUpEO3s" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 19631222BE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=aepfle.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iFi4v-0006iT-4X; Wed, 02 Oct 2019 17:06:17 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iFi4s-0006hU-Vt for xen-devel@lists.xenproject.org; Wed, 02 Oct 2019 17:06:15 +0000 X-Inumbo-ID: e4fa7468-e536-11e9-97fb-bc764e2007e4 Received: from mo6-p02-ob.smtp.rzone.de (unknown [2a01:238:20a:202:5302::12]) by localhost (Halon) with ESMTPS id e4fa7468-e536-11e9-97fb-bc764e2007e4; Wed, 02 Oct 2019 17:05:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1570035954; s=strato-dkim-0002; d=aepfle.de; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=yTIVMVbZvbc3SmzJpck47i7oNhpMIi+WcsT8SjfqktI=; b=JMUpEO3siIgmiqo0C95Ir7t6imwnb6N5cIfLD4gk579txMgK6x8AI4xK8xJ8l1nX9M MfIMTqWfHaBGwQLcicm+d+cqGYPj1AcYjGSRsu3iQ6oSQYdgcq0bn1eoZp3tpbbwh2hb VCTYo+/GTcdq6JRVih3FEg13fag32nX90YTuh3UemQkvISmNBFvgGwwKbROJOxlb4iEg 1F6P/z/h1mhec5lpv0Au2c96UYsiFQ0X37yRrq2fcxCFl6G6MeFUtQ8ZK4YUp036bGVU HHeLVU1XAbpyiumlvFWHTCyEagmdbNfwl7F0VNF/x6PTmWflpA8iNG3xGNcCgUOUoMjZ XorA== X-RZG-AUTH: ":P2EQZWCpfu+qG7CngxMFH1J+3q8wa/QXkBR9MXjAuzBW/OdlBZQ4AHSS2Gkg" X-RZG-CLASS-ID: mo00 Received: from sender by smtp.strato.de (RZmta 44.28.0 SBL|AUTH) with ESMTPSA id j06a90v92H5mUVh (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Wed, 2 Oct 2019 19:05:48 +0200 (CEST) From: Olaf Hering To: xen-devel@lists.xenproject.org Date: Wed, 2 Oct 2019 19:05:41 +0200 Message-Id: <20191002170543.26571-7-olaf@aepfle.de> X-Mailer: git-send-email 2.16.4 In-Reply-To: <20191002170543.26571-1-olaf@aepfle.de> References: <20191002170543.26571-1-olaf@aepfle.de> MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v2 6/8] Remove tools/examples/cpupool X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Olaf Hering , Ian Jackson , Wei Liu Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" In the near future all fresh installations will have an empty /etc. The content of this directory will not be controlled by the package manager anymore. One of the reasons for this move is to make snapshots more robust. Installing empty configuration files is not helpful for an empty /etc directory. The expected values are all described in xlcpupool.cfg(5). There is no need to duplicate this info into another file. The need for a dedicated file is also described in xl(1) cpupool-create. Signed-off-by: Olaf Hering --- tools/examples/Makefile | 1 - tools/examples/README | 1 - tools/examples/cpupool | 17 ----------------- 3 files changed, 19 deletions(-) delete mode 100644 tools/examples/cpupool diff --git a/tools/examples/Makefile b/tools/examples/Makefile index 147ea590ef..64b2330b03 100644 --- a/tools/examples/Makefile +++ b/tools/examples/Makefile @@ -6,7 +6,6 @@ XEN_READMES = README XEN_CONFIGS += xlexample.hvm XEN_CONFIGS += xlexample.pvlinux -XEN_CONFIGS += cpupool XEN_CONFIGS += $(XEN_CONFIGS-y) diff --git a/tools/examples/README b/tools/examples/README index 48ace82189..d134945eb7 100644 --- a/tools/examples/README +++ b/tools/examples/README @@ -13,7 +13,6 @@ block - called by xen-backend.agent to bind/unbind dev 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 'xl 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 --git a/tools/examples/cpupool b/tools/examples/cpupool deleted file mode 100644 index 35e229e462..0000000000 --- a/tools/examples/cpupool +++ /dev/null @@ -1,17 +0,0 @@ -#============================================================================ -# 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, credit2 and rtds -sched = "credit" - -# list of cpus to use -cpus = ["2", "3"] -