juju deploy fails on ppc64el because aufs is not available

Bug #1292346 reported by Dave Cheney
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
juju-core
Fix Released
Critical
Tim Penhey

Bug Description

Local provider cannot spawn lxc containers as aufs is missing.

ubuntu@winton-02:~/src/github.com/juju/testing$ juju status
environment: local
machines:
  "0":
    agent-state: started
    agent-version: 1.17.5.1
    dns-name: localhost
    instance-id: localhost
    series: trusty
  "1":
    agent-state-info: '(error: error executing "lxc-clone": lxc_container: No such
      device - aufs: error mounting /var/lib/lxc/juju-precise-template/rootfs onto
      /usr/lib/powerpc64le-linux-gnu/lxc options br=/var/lib/lxc/ubuntu-local-machine-1/delta0=rw:/var/lib/lxc/juju-precise-template/rootfs=ro;
      clone failed)'
    instance-id: pending
    series: precise
  "2":
    agent-state-info: '(error: error executing "lxc-clone": lxc_container: No such
      device - aufs: error mounting /var/lib/lxc/juju-trusty-template/rootfs onto
      /usr/lib/powerpc64le-linux-gnu/lxc options br=/var/lib/lxc/ubuntu-local-machine-2/delta0=rw:/var/lib/lxc/juju-trusty-template/rootfs=ro;
      clone failed)'
    instance-id: pending
    series: trusty
services:
  ubuntu:
    charm: cs:precise/ubuntu-4
    exposed: false
    units:
      ubuntu/0:
        agent-state: pending
        machine: "1"
  ubuntu0:
    charm: cs:trusty/ubuntu-0
    exposed: false
    units:
      ubuntu0/0:
        agent-state: pending
        machine: "2"

Tags: ppc64el

Related branches

Mark Ramm (mark-ramm)
Changed in juju-core:
assignee: nobody → Tim Penhey (thumper)
Tim Penhey (thumper)
Changed in juju-core:
status: Triaged → In Progress
John A Meinel (jameinel)
Changed in juju-core:
milestone: 1.18.0 → 1.17.6
Revision history for this message
Tim Penhey (thumper) wrote :

There is now a config setting we can use to explicitly not use aufs, but keep clone:
  lxc-clone-aufs: false
If we want to disable clone entirely
  lxc-clone: false

Changed in juju-core:
status: In Progress → Fix Committed
Curtis Hovey (sinzui)
Changed in juju-core:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.