Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
provider/lxd: validate results of DefaultPools #7641
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 03b405a
into
juju:develop
Jul 14, 2017
1 check passed
github-check-merge-juju
Ran tests against PR. Use !!.*!! to request another build. IE, !!build!!, !!retry!!
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedJul 14, 2017
Description of change
Don't return invalid storage pool config from
DefaultPools, as it'll cause bootstrap to fail.
If the "zfs" tool is unavailable, then validation
will fail. Also, add a "lxd-btrfs" pool while
we're there.
QA steps
(should not show "lxd-btrfs" as a pool)
(should show "lxd-btrfs" as a pool; there should be a corresponding "juju-btrfs" pool in LXD)
Documentation changes
None.
Bug reference
None.