Hello
Attached is a patch that allows one to include other configuration files
from the main container config. The main motivation is to make the
automation of container configuration changes easier. Shell globs are
allowed, so you can do
lxc.include = /var/lib/lxc/mycontainer/conf.d/*.conf
I us
Hi
Guido Jäkel has pointed out that I missed a globfree() call, so that
would have to be added.
There's also the question about redefining pre-existing parameters.
Should this be allowed or should it be an error?
Thanks,
Andre
On Tue, 2011-12-06 at 13:10 -0200, Andre Nathan wrote:
> Hello
>
>
On пн, 05-гру-2011 23:12:39 +0200, Daniel Lezcano wrote:
> On 12/01/2011 05:23 PM, Vadym S. Khondar wrote:
>> Hello everybody.
>>
>
> Ha! great someone willing to run lxc on itanium :)
>
> Can you try this patch ?
>
> Index: lxc/src/lxc/namespace.c
> ===
On 12/04/2011 05:18 PM, Daniel Lezcano wrote:
> On 12/05/2011 12:11 AM, Serge Hallyn wrote:
>> On 12/04/2011 04:28 AM, Daniel Lezcano wrote:
>>> On 11/16/2011 05:49 PM, Christian Seiler wrote:
Hi,
I've run into the same problem as was discussed in BUG #3411497 [1]
and on
th