Re: [lxc-devel] [Lxc-users] mount from outside of a container online

2011-07-22 Thread Andrian Nord
Problem is that containers are using separate cgroup for mounts. So, unless you are able to enter container's cgroup, via patch or via some insider process, you can't mount without restarting. 18.07.2011 19:09 пользователь "Papp Tamas" написал: > On 2011-07-16 19:41, Papp Tamas wrote: >> hi! >> >>

Re: [lxc-devel] LXC container fails to start by complaining that it is unable to unmount the old pivot-root

2010-02-02 Thread Andrian Nord
On Mon, Feb 01, 2010 at 01:54:15PM -0500, Michael H. Warfield wrote: > On Mon, 2010-02-01 at 19:46 +0200, Ciprian Dorin, Craciun wrote: > > Hello all! > > > I have a quite strange problem: the container fails to start and > > complains about being unable to unmount the old pivot root. > > (Wh

[lxc-devel] [RFC] Unified message bus for containers

2010-01-29 Thread Andrian Nord
Problem: Currently there is at least two implementations of message passing between hostspace and containerspace - af_unix and abstract socket. First is used for commands and second - for state-reporting. This is too much, imo. Also, second type is not thread safe. Suggestion: As container starte