Re: [lxc-devel] Including files in LXC config

2011-12-06 Thread Andre Nathan
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 > >

[lxc-devel] Including files in LXC config

2011-12-06 Thread Andre Nathan
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