For the vagrant-lxc issue, you can apply the workaround from here:

https://github.com/fgrehm/vagrant-lxc/issues/407

Specifically, define the backingstore manually in your Vagrantfile:

```
config.vm.provider :lxc do |lxc,ovrd|
    ovrd.vm.box = 'fgrehm/trusty64-lxc'
    lxc.backingstore = 'dir'
end
```

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1574969

Title:
  Regression: "lxc-create -B best" stopped working

Status in Auto Upgrade Testing:
  Triaged
Status in lxc:
  New
Status in lxc package in Ubuntu:
  Confirmed

Bug description:
  I want to use btrfs storage if available, otherwise the plain old
  directory/copies. Until not too long ago, this worked:

    $ sudo lxc-create -B best --name=adt-xenial -t ubuntu -- -r xenial

  But now in final xenial it fails with "best is not a valid backing
  storage type.".

  But the manpage still documents it:

                If backingstore is 'best', then lxc will try, in order, btrfs, 
zfs, lvm, and finally a  di‐
                rectory backing store.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lxc 2.0.0-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: i3
  Date: Tue Apr 26 08:33:14 2016
  EcryptfsInUse: Yes
  PackageArchitecture: all
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  dnsmasq.conf:
   enable-tftp
   tftp-root=/tmp/tftp
   dhcp-boot=pxelinux.0
  lxc.conf: lxc.lxcpath = /srv/lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-upgrade-testing/+bug/1574969/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to