|
|
|
Properly destroy local provider environment
Stop using temp dir to hold pid
Properly pass juju-directory on destory-environment
https://code.launchpad.net/~bcsaller/juju/lxc-killpid/+merge/120497
(do not edit description out of merge proposal)
Patch Set 1 #
Total comments: 2
Total messages: 3
|
bcsaller
Please take a look.
|
13 years, 4 months ago (2012年08月21日 05:00:11 UTC) #1 | ||||||||||||||||||||||||||||||||||||
Please take a look.
On 2012年08月21日 05:00:11, bcsaller wrote: > Please take a look. this was one of the original review items of the previous branch. https://codereview.appspot.com/6404052/patch/2001/3004 in general please wait till the branch is actually marked approved instead of relying on +1/lgtm in a review before merging.
https://codereview.appspot.com/6460118/diff/1/juju/lib/service.py File juju/lib/service.py (right): https://codereview.appspot.com/6460118/diff/1/juju/lib/service.py#newcode112 juju/lib/service.py:112: yield self._call("kill", self.get_pid()) having seen wrap-around pid behavior where this refers to an entirely different process, this makes me wary. https://codereview.appspot.com/6460118/diff/1/juju/lib/service.py#newcode118 juju/lib/service.py:118: what happens to the stop/destroy case if the pidfile doesn't exist?