abhilekhsingh / gc3pie

Automatically exported from code.google.com/p/gc3pie
0 stars 0 forks source link

terminate VM should timeout in case cloud infrastructure hangs #421

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
when terminating a VM, it may happen that the cloud infrastructure hangs in 
responding to vm.terminate()

probably the boto library boto.ec2.instance.termiante()
is a synchronous call

the ec2 backend should be able to timeout such hanging requests

maybe one could look into the 'dryrun' option in boto.ec2.instance.termiante()

S.

Original issue reported on code.google.com by sergio.m...@gmail.com on 7 Nov 2013 at 4:55