Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
state: add Filesystem bits. #1725
Conversation
axw
added some commits
Feb 27, 2015
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Mar 4, 2015
jujubot
merged commit 9f0b294
into
juju:master
Mar 4, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedMar 3, 2015
And some related cleanups of volumes, pool defaults, and related changes
to storage.Provider.Supports implementations.
Adding a filesystem consults the storage provider to determine whether or
not the filesystem requires a Juju-managed volume backing it, and adds one
if required. The Filesystem interface provides a method for obtaining the
tag of the backing volume if there is one.
(Review request: http://reviews.vapour.ws/r/1055/)