[lxc-devel] lxcpath/default_path

S.Çağlar Onur caglar at 10ur.org
Tue Apr 30 18:27:05 UTC 2013


Hey Serge,

It looks like staging requires following as
https://github.com/lxc/lxc/commit/a8428dfa2c6a43ee195f4be3e04a519ca1fc6ec0uses
default_path but lxc_config provides lxcpath.

index a454e07..cf19c7b 100644
--- a/src/lxc/lxc_config.c
+++ b/src/lxc/lxc_config.c
@@ -9,7 +9,7 @@ struct lxc_config_items {

 struct lxc_config_items items[] =
 {
-       { .name = "lxcpath", .fn = &lxc_get_default_config_path, },
+       { .name = "default_path", .fn = &lxc_get_default_config_path, },
        { .name = "lvm_vg", .fn = &lxc_get_default_lvm_vg, },
        { .name = "zfsroot", .fn = &lxc_get_default_zfs_root, },
        { .name = NULL, },

Cheers,
-- 
S.Çağlar Onur <caglar at 10ur.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20130430/189321c1/attachment.html>


More information about the lxc-devel mailing list