Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
tools/lxdclient: add support for storage #7026
Conversation
axw
referenced this pull request
Feb 23, 2017
Merged
provider/lxd: experimental LXD storage provider #7027
babbageclunk
approved these changes
Feb 24, 2017
Looks great! I also like that you're cravenly adding features to juju just to make it easier to do your testing. ;)
| } | ||
| // CurrentStatus returns a string identifying the status of the instance. | ||
| -func (gi Instance) CurrentStatus(client *Client) (string, error) { | ||
| +func (i *Instance) CurrentStatus(client *Client) (string, error) { | ||
| // TODO(ericsnow) Do this a better way? |
babbageclunk
Feb 24, 2017
Member
Do you know what better way he was thinking of? Probably best to delete this.
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit c233f32
into
juju:develop
Feb 24, 2017
added a commit
that referenced
this pull request
Feb 24, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedFeb 23, 2017
Description of change
Add support for managing storage volumes,
and attaching/detaching them to/from
containers. This is required so that we can
implement a LXD storage provider.
QA steps
No functional changes, so just smoke test:
Documentation changes
None
Bug reference
None