From mboxrd@z Thu Jan 1 00:00:00 1970 From: raphael gradenwitz Subject: shutdown.py produces messages easy to misunderstand Date: Sat, 07 Apr 2007 11:29:38 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: 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 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