Remove zfs usage in Xenial #6684

Merged
merged 1 commit into from Dec 9, 2016

Conversation

Projects
None yet
3 participants

bz2 approved these changes Dec 9, 2016

Thanks! Let's try in in CI.

container/lxd/initialisation_linux.go
-var xenialPackages = []string{
- "zfsutils-linux",
-}
+var xenialPackages = []string{}
@bz2

bz2 Dec 9, 2016

Contributor

Remove this var and the loop over it in ensureDependencies()?

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

bz2 Dec 9, 2016

Contributor

One query is whether skipping lxd init on older series is still correct.

@natefinch

natefinch Dec 9, 2016

Contributor

¯\(ツ)

Contributor

natefinch commented Dec 9, 2016

$$merge$$

Contributor

jujubot commented Dec 9, 2016

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

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