I think what you want is : lxc-create -t gentoo -n test2 -P /rawstore -P option is meant to replace default location of container storage : /var/lib/lxc or etc/lxc in gentoo's main ebuild. it doesn't contain container name rootfs and config are calculated with this value and you don't have to specify them.
when you put -P /rawstore/test2, this mean that container will be in "/rawstore/test2/test2". template will create config in /rawstore/test2/test2/config but, you specified /rawstore/test2/config I think error message should have been "file not found". Perhaps there is some correction to be done in template ou code... btw, I provide ebuilds with corrected (/var/lib/lxc) default container store on github : https://github.com/gza/gentoo-lxc-overlay regards, Guillaume ZITTA Le 18/02/2015 23:45, [email protected] a écrit : > > On Wednesday 18 February 2015 23:28:58 you wrote: >> I can't reproduce that, can you post the complete "lxc-create" command line >> ? > lxc-create -t gentoo -n test2 -P /rawstore/test2 > --dir=/rawstore/test2/rootfs > --config /rawstore/test2/config > > _______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
