]> git.proxmox.com Git - mirror_lxc.git/commit
ensure all config items are duplicated on clone/write_config
authorDwight Engen <dwight.engen@oracle.com>
Thu, 9 Jan 2014 20:36:13 +0000 (15:36 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 13 Jan 2014 00:25:47 +0000 (19:25 -0500)
commitdf2d4205073d3f57543951ca7ffabf891b230634
tree7e83917dc500974032656d9ed4e95eff74472502
parent603c64c289e0413c26f650fbf0fd5adcfed0c153
ensure all config items are duplicated on clone/write_config

Since previously I had found a config item that wasn't being propagated
by lxc-clone, I went through all the config items and made sure that:
 a) Each item is documented in lxc.conf
 b) Each item is written out by write_config

The only one that isn't is lxc.include, which by its nature only pulls
in other config item types.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
doc/lxc.conf.sgml.in
src/lxc/confile.c