Xen: Ignore the retry argument in stop instance
authorIustin Pop <iustin@google.com>
Thu, 22 Oct 2009 06:07:33 +0000 (15:07 +0900)
committerIustin Pop <iustin@google.com>
Thu, 22 Oct 2009 09:15:29 +0000 (18:15 +0900)
commit0cf11e68081a894f03be052386fe6c2c4b89f5b1
treefadd16a620417ee9fd0961e45d8920a5b1c24df4
parent1645d22dc118ee1df0a82a318c50d59861474627
Xen: Ignore the retry argument in stop instance

Commit 4ad4511 changed the KVM hypervisor to send multiple shutdown
requests to the monitor, but it didn't change this for the Xen
hypervisor. We simply remove the return on retry model, since we do want
to send multiple shutdown signals for both Xen and KVM (even if the
behaviour is not perfect, they should behave the same).

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
lib/hypervisor/hv_xen.py