#1931: EC2LatentBuildSlave does not terminate EBS-backed instances
--------------------+-----------------------
Reporter:  mback2k  |      Owner:
    Type:  defect   |     Status:  new
Priority:  major    |  Milestone:  undecided
 Version:  0.8.3p1  |   Keywords:
--------------------+-----------------------
 As you can read [http://permalink.gmane.org/gmane.comp.python.boto/1423
 here] EBS-backed instances need to be terminated, because stopping them
 does not free the EBS volume and instance.

 This can be fixed by simply replacing:
 {{{
 instance.stop()
 }}}
 with:
 {{{
 instance.terminate()
 }}}
 in EC2LatentBuildSlave (ec2buildslave.py).

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1931>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to