From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@eikelenboom.it Subject: Fix xl shutdown and init / sysconfig behaviour Date: Thu, 11 Oct 2012 10:25:06 +0200 Message-ID: <1349943909-2495-1-git-send-email-linux@eikelenboom.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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.xen.org Cc: Ian.Campbell@citrix.com List-Id: xen-devel@lists.xenproject.org Hi IanC, Here are some patches that fix the most important part of the lack of a working shutdown in the default init / sysconfig scripts when using xl. This patch series does *not* include the --all option, which is also lacking from xl/libxl and is used as "catch all" in the xendomains init script during shutdown. -- Sander [PATCH 1/3] init/sysconfig scripts: Remove --halt/-H option for shutdown command. [PATCH 2/3] init scripts: xendomains correct order of options for shutdown command [PATCH 3/3] xl/libxl: make shutdown accept the long option --wait for -w