* shutdown.py produces messages easy to misunderstand
@ 2007-04-07 9:22 Raphael Gradenwitz
0 siblings, 0 replies; 2+ messages in thread
From: Raphael Gradenwitz @ 2007-04-07 9:22 UTC (permalink / raw)
To: Xen-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread* shutdown.py produces messages easy to misunderstand
@ 2007-04-07 9:29 raphael gradenwitz
0 siblings, 0 replies; 2+ messages in thread
From: raphael gradenwitz @ 2007-04-07 9:29 UTC (permalink / raw)
To: Xen-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-07 9:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-07 9:22 shutdown.py produces messages easy to misunderstand Raphael Gradenwitz
-- strict thread matches above, loose matches on Subject: below --
2007-04-07 9:29 raphael gradenwitz
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.