|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Fix xm reboot --wait
Hi Keir,
>On 7/8/06 11:20 am, "Masaki Kanno" <kanno.masaki@xxxxxxxxxxxxxx> wrote:
>
>> This patch fixed 'xm reboot' to work as you expected with the wait
>> option. The completion of a VM reboot is detected by observing that
>> its Domain-ID changes.
>>
>> Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
>
>What happens currently? Can 'xm reboot' wait forever because it races the
>re-creation of the domain?
>
Currently 'xm reboot --wait' never ends. (But VM reboot is completed.)
The wait option waits for the domain termination by chekcing current
domain list (server.xend.domains). But the domain termination cannot be
detected because the domain is recreated immediately.
>We need a better test than domid. It's not guaranteed that a domain will get
>a new domid when it restarts. Perhaps xend should support the wait option
>(since it is involved in the restart), or we could add a restart sequence
>count to xenstore (but xm oughtn't to access xenstore directly).
>
I will remake patch based on your advice.
Best regards,
Kan
> -- Keir
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|