|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] shutdown.py produces messages easy to misunderstand
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>
|
- [Xen-devel] shutdown.py produces messages easy to misunderstand,
raphael gradenwitz <=
|
|
|
|
|