state: add Filesystem bits. #1725

Merged
merged 5 commits into from Mar 4, 2015

Conversation

Projects
None yet
2 participants
Member

axw commented Mar 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/)

axw added some commits Feb 27, 2015

state: add Filesystem bits.
And some related cleanups of volumes, defaults.

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.
Member

axw commented Mar 4, 2015

$$merge$$

Contributor

jujubot commented Mar 4, 2015

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju

Contributor

jujubot commented Mar 4, 2015

Build failed: Tests failed
build url: http://juju-ci.vapour.ws:8080/job/github-merge-juju/2369

Member

axw commented Mar 4, 2015

$$merge$$

Contributor

jujubot commented Mar 4, 2015

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju

jujubot added a commit that referenced this pull request Mar 4, 2015

Merge pull request #1725 from axw/state-filesystem
state: add Filesystem bits.

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/)

@jujubot 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