Hi All
I have a container running over a XFS logical volume, and would like to
employ user-level disk quota.
This doesn't work, but it seems like I need something like:
mount -o remount,uquota /var/lib/lxc/vm0/rootfs/
The change seems to stick:
/dev/mapper/lxc-vm0 on /var/lib/lxc/vm0/rootfs t
Regarding
LXC and the use of Linux Bridge devices for configured networking,
At least on openSUSE, LXC is not configured with any /etc/lxc/* by
default, and possibly because I also have libvirt configured to
support LXC (although that is not working on my system).
>From what I've seen though, I c
Quoting Andreas Laut (andreas.l...@spark5.de):
> Dear list.
>
> I've got the following error message with Debian squeeze (Kernel
> 2.6.32.5) and lxc 0.8:
>
> "lxc-start: No such file or directory - failed to rename cgroup
> /sys/fs/cgroup//lxc/18381->/sys/fs/cgroup//lxc/vs-db"
>
> lxc 0.7xx crea
On Sun, 2013-09-15 at 16:17 -0700, Tony Su wrote:
> Hello Michael,
>
> First a comment on problems with systemd you descrbe.
> I probably have run into many of the things you itemized, but since my
> time is usually focused on something I'm trying to use LXC and not LXC
> itself, I usually just d
> I'm using your template on an Ubuntu 12.04 stock LXC install. I've run into
> a problem trying to use shared memory with Python's multiprocessing library.
> It relies on /dev/shm using tmpfs. I tried mounting it with an entry:
>
> lxc.mount.entry = tmpfs /dev/shm tmpfs defaults 0 0
>
> and