Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(486)

Issue 77970043: Container Manager Interface

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 1 month ago by waigani
Modified:
10 years, 1 month ago
Reviewers:
mp+211832, fwereade, thumper
Visibility:
Public.

Description

Container Manager Interface Add StartContainer and StopContainer to containerManger interface and implement for lxc and kvm. https://code.launchpad.net/~waigani/juju-core/add-start-stop-to-container-manager-interface/+merge/211832 (do not edit description out of merge proposal)

Patch Set 1 #

Patch Set 2 : Container Manager Interface #

Total comments: 8

Patch Set 3 : Container Manager Interface #

Patch Set 4 : Container Manager Interface #

Total comments: 19

Patch Set 5 : Container Manager Interface #

Patch Set 6 : Container Manager Interface #

Unified diffs Side-by-side diffs Delta from patch set Stats (+386 lines, -101 lines) Patch
A [revision details] View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M container/interface.go View 1 2 3 4 1 chunk +9 lines, -1 line 0 comments Download
M container/kvm/container.go View 1 2 3 4 3 chunks +73 lines, -22 lines 0 comments Download
M container/kvm/containerfactory.go View 1 2 3 4 5 2 chunks +36 lines, -10 lines 0 comments Download
M container/kvm/instance.go View 1 2 3 4 1 chunk +1 line, -4 lines 0 comments Download
M container/kvm/interface.go View 1 2 3 4 1 chunk +11 lines, -6 lines 0 comments Download
M container/kvm/kvm.go View 1 2 3 4 3 chunks +19 lines, -3 lines 0 comments Download
M container/kvm/kvm_test.go View 1 2 chunks +12 lines, -1 line 0 comments Download
M container/kvm/libvirt.go View 1 2 3 4 3 chunks +13 lines, -3 lines 0 comments Download
M container/kvm/mock/mock-kvm.go View 1 2 3 4 4 chunks +67 lines, -17 lines 0 comments Download
M container/kvm/mock/mock-kvm_test.go View 1 2 3 4 3 chunks +74 lines, -18 lines 0 comments Download
M container/lxc/lxc.go View 1 2 3 4 5 2 chunks +36 lines, -14 lines 0 comments Download
M container/lxc/lxc_test.go View 1 1 chunk +23 lines, -0 lines 0 comments Download
M container/testing/common.go View 1 1 chunk +8 lines, -0 lines 0 comments Download
M worker/provisioner/kvm-broker_test.go View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 12
waigani
Please take a look.
10 years, 1 month ago (2014-03-19 22:07:04 UTC) #1
waigani
Please take a look.
10 years, 1 month ago (2014-03-21 08:31:59 UTC) #2
fwereade
I'm a bit nervous about the consistency of start/stop vs create/destroy, because the InstanceBroker interface ...
10 years, 1 month ago (2014-03-24 09:51:56 UTC) #3
waigani
Please take a look. https://codereview.appspot.com/77970043/diff/20001/container/interface.go File container/interface.go (right): https://codereview.appspot.com/77970043/diff/20001/container/interface.go#newcode31 container/interface.go:31: StartContainer(instance.Instance) error On 2014/03/24 09:51:56, ...
10 years, 1 month ago (2014-03-24 22:37:21 UTC) #4
waigani
Please take a look.
10 years, 1 month ago (2014-03-25 10:00:16 UTC) #5
waigani
https://codereview.appspot.com/77970043/diff/60001/container/kvm/mock/mock-kvm_test.go File container/kvm/mock/mock-kvm_test.go (right): https://codereview.appspot.com/77970043/diff/60001/container/kvm/mock/mock-kvm_test.go#newcode181 container/kvm/mock/mock-kvm_test.go:181: // first.Start() The commented lines cause a go routine ...
10 years, 1 month ago (2014-03-25 23:03:39 UTC) #6
thumper
NOT LGTM yet https://codereview.appspot.com/77970043/diff/60001/container/interface.go File container/interface.go (right): https://codereview.appspot.com/77970043/diff/60001/container/interface.go#newcode35 container/interface.go:35: // StopCOntainer stops a container s/StopCOntainer/StopContainer/ ...
10 years, 1 month ago (2014-03-26 02:25:57 UTC) #7
thumper
On 2014/03/24 09:51:56, fwereade wrote: > I'm a bit nervous about the consistency of start/stop ...
10 years, 1 month ago (2014-03-26 02:27:50 UTC) #8
fwereade
On 2014/03/26 02:27:50, thumper wrote: > On 2014/03/24 09:51:56, fwereade wrote: > > I'm a ...
10 years, 1 month ago (2014-03-27 12:32:39 UTC) #9
waigani
Please take a look.
10 years, 1 month ago (2014-03-31 06:15:26 UTC) #10
waigani
On 2014/03/31 06:15:26, waigani wrote: > Please take a look. I missed container/lxc/lxc.go:238, passing in ...
10 years, 1 month ago (2014-03-31 06:20:49 UTC) #11
waigani
10 years, 1 month ago (2014-03-31 22:44:15 UTC) #12
Please take a look.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b