[Buildbot-commits] [Buildbot] #1931: EC2LatentBuildSlave does not terminate EBS-backed instances

Buildbot nobody at buildbot.net
Mon Apr 18 20:21:06 UTC 2011


#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


More information about the Commits mailing list