Raphael Gradenwitz
2007-Apr-07 09:22 UTC
[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@lists.xensource.com
http://lists.xensource.com/xen-devel
raphael gradenwitz
2007-Apr-07 09:29 UTC
[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@lists.xensource.com
http://lists.xensource.com/xen-devel