]> git.ipfire.org Git - thirdparty/lxc.git/commit
clone: don't set new containers' rootfs to the old
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Mon, 3 Mar 2014 19:57:14 +0000 (13:57 -0600)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Mon, 3 Mar 2014 19:57:14 +0000 (13:57 -0600)
commit47c50f7a6206034cc0c1cc10d652384613ef9b23
tree9d92f4cc0d4d6b7579f0b06ab72cfa82b6822d85
parent7d520afa9135281fb7f7905db29215dc1ea6a973
clone: don't set new containers' rootfs to the old

If clone is called from the api, the container object in memory
retains the bad fs.  The line is wrong, being a leftover from a
previous attempt before copy_storage was moved earlier.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxccontainer.c