<div dir="ltr"><div class="gmail_default" style="font-size:small">This is obviously a bug and counterintuitive, unless you are a martian.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 10, 2015 at 9:02 AM, Bostjan Skufca <span dir="ltr"><<a href="mailto:bostjan@a2o.si" target="_blank">bostjan@a2o.si</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> Looks like lxc-clone should copy the config file at the very end, after<br>
> rootfs.<br>
<br>
</span>+1<br>
<br>
<br>
Use cp analogy for example (with behaviour that most users got used to<br>
expect in the last few decades):<br>
<br>
cp -pR dir1 dir2<br>
# (cp gets interrupted for some reason, ctrl+c or whatever, ok, I need<br>
to start again)<br>
rm -rf dir2<br>
cp -pR dir1 dir2<br>
<br>
The last thing you would expect is:<br>
cp: cannot stat ‘dir1’: No such file or directory<br>
<br>
Right?<br>
So, taking user's existing knowledge and shell habits into account,<br>
this most certainly is a bug in lxc-clone.<br>
<span class="HOEnZb"><font color="#888888"><br>
b.<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a></div></div></blockquote></div><br></div>