From: Raphael Gradenwitz <gradenwitz@web.de>
To: Xen-devel@lists.xensource.com
Subject: shutdown.py produces messages easy to misunderstand
Date: Sat, 07 Apr 2007 11:22:47 +0200 [thread overview]
Message-ID: <461762E7.3020505@web.de> (raw)
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
next reply other threads:[~2007-04-07 9:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-07 9:22 Raphael Gradenwitz [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-04-07 9:29 shutdown.py produces messages easy to misunderstand raphael gradenwitz
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=461762E7.3020505@web.de \
--to=gradenwitz@web.de \
--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.