]> git.ipfire.org Git - thirdparty/libvirt.git/commit
LXC add driver config file lxc.conf
authorAmy Griffis <amy.griffis@hp.com>
Thu, 8 Oct 2009 15:40:14 +0000 (17:40 +0200)
committerDaniel Veillard <veillard@redhat.com>
Thu, 8 Oct 2009 15:40:14 +0000 (17:40 +0200)
commit2dd44664cfce911b8b855caf081dea02b74e22d1
treed97c672b5972d3628548a3a95c18a81ce7e7fe83
parentc73a0c4ac950e62d0ed08fda3e7d85a90a6059ac
LXC add driver config file lxc.conf

* src/lxc/lxc.conf: new configuration file, there is currently one
  tunable "log_with_libvirtd" that controls whether an lxc controller will
  log only to the container log file, or whether it will honor libvirtd's
  log output configuration. This provides a way to have libvirtd and its
  children log to a single file.  The default is to log to the container
  log file.
* src/Makefile.am libvirt.spec.in: add the new file
* src/lxc/lxc_conf.[ch] src/lxc/lxc_driver.c: read the new log value
  from the configuration file and pass the log informations when
  starting up a container.
libvirt.spec.in
src/Makefile.am
src/lxc/lxc.conf [new file with mode: 0644]
src/lxc/lxc_conf.c
src/lxc/lxc_conf.h
src/lxc/lxc_driver.c