Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove zfs usage in Xenial #6684
+10
−40
Conversation
| -var xenialPackages = []string{ | ||
| - "zfsutils-linux", | ||
| -} | ||
| +var xenialPackages = []string{} |
| @@ -68,7 +64,14 @@ func (ci *containerInitialiser) Initialise() error { | ||
| // Well... this will need to change soon once we are passed 17.04 as who | ||
| // knows what the series name will be. | ||
| if ci.series >= "xenial" { |
bz2
Dec 9, 2016
Contributor
One query is whether skipping lxd init on older series is still correct.
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 9f5aa1f
into
juju:2.1
Dec 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
natefinch commentedDec 9, 2016
Fixes https://bugs.launchpad.net/juju/+bug/1648513