<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Hi,<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
I just tried this here now.  I used 100 overlayfs clones, started them<br>
all, and did<br>
<br>
time sudo lxc-ls -P /mnt/lxc -f<br>
<br>
real    0m3.448s<br>
user    0m0.397s<br>
sys     0m0.594s<br>
<br>
Now maybe this has to do with the types of containers you are using.  Can<br>
you try the following and see if you get the results I do?<br>
<br>
sudo lxc-create -t download -n c-1 -- -d ubuntu -r trusty -a amd64<br>
for i in `seq 1 100`; do<br>
        sudo lxc-clone -s -o c-1 -n clone-$i<br>
done<br>
for i in `seq 1 100`; do<br>
        sudo lxc-start -n clone-$i -d<br>
done<br>
time sudo lxc-ls -f<br>
<span class=""><font color="#888888"><br></font></span></blockquote><div><br></div><div>Sorry for taking this long to get back to you, my mailing list filter needed some adjusting.<br><br></div><div>I did the steps above, and:<br>

<br></div><div># time lxc-ls --fancy<br>(...)<br>real    0m3.926s<br>user    0m0.531s<br>sys    0m0.829s<br><br></div><div>All 100 containers are running.<br><br></div><div>That's very acceptable. Looks like it's how the containers were created.<br>

</div></div><br></div></div>