WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] shutdown.py produces messages easy to misunderstand

To: Xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] shutdown.py produces messages easy to misunderstand
From: Raphael Gradenwitz <gradenwitz@xxxxxx>
Date: Sat, 07 Apr 2007 11:22:47 +0200
Delivery-date: Mon, 09 Apr 2007 02:48:11 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)
Hello Xen-world,


the script shutdown.py produces messages easy to misunderstandline 67:
    opts.info("All domains rebooted")
please change in:
    opts.info("All specified domains rebooted")

line 80
    opts.info("All domains terminated")
please change in:
    opts.info("All specified domains terminated")

Else i become even if i only shutdown/reboot one machine (with --wait Option) "All domains terminated"/"All domains rebooted"

Example:

Now:
----
eisxen # xm shutdown testeis -wH
Domain testeis shutdown
All domains shutdown

with 'patch':
-------------
eisxen # xm shutdown testeis -wH
Domain testeis shutdown
All specified domains shutdown

or with 'R':
eisxen # xm reboot testeis -w
Domain testeis rebooted
All domains rebooted


cheers,

Raphael Gradenwitz

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

<Prev in Thread] Current Thread [Next in Thread>