[lxc-users] unprivileged container with zfs backing

2015-02-04 Thread Adam Gold
I'm trying to set up an unprivileged container with user lxcd using a zfs filesystem (equivalent of btrfs sub volume) for each container. I'm aware that for unprivilged container creation, zfs has to be manually created. My zfs file system is: zfs (the pool) zfs/lxc zfs/lxc/containers The

Re: [lxc-users] unprivileged container with zfs backing

2015-02-04 Thread Adam Gold
On 04/02/2015 10:10, Fajar A. Nugraha wrote: On Wed, Feb 4, 2015 at 4:58 PM, Adam Gold a...@gmx.com mailto:a...@gmx.com wrote: In summary, I would like each unprivileged container to run on top of a new zfs filesystem which I create as root and assign relevant ownership

Re: [lxc-users] macvlan networking

2014-09-15 Thread Adam Gold
Just a wild guess, I'm assuming macvlan has problems with bridge interface. Have you tried using a physical interface (e.g. eth0) as lxc.network.link? Or better yet, since you already create a bridge, use lxc.network.type = veth? I should give just a little bit more context. I'm trying

Re: [lxc-users] macvlan networking

2014-09-15 Thread Adam Gold
No, it shouldn't be the same. br0 - bridge (on host) bond0 - bond interface, which has eth0 as slave (on host) vethXXX - veth interface for the container (on host) eth0 (on container) - the pair of vethXXX on host Unless I misunderstood something? This is correct except a minor point

[lxc-users] macvlan networking

2014-09-14 Thread Adam Gold
Hello. I'm just starting to learn about containers so apologies for the basic question (I couldn't find an exact answer from my non-exhaustive review of the archives). I'm trying to create a private container network using macvlan interfaces. I'm running ubuntu 14.04 on the host and on the