Hi Serge<br><br><div>Thanks for looking into this!</div><div><br></div><div>One of the things that I do is,</div><div>mount --make-unbindable /shared</div><div><br></div><div>Also, as I mentioned in my original email, I am making the /shared rslave to ensure that mount points from previous containers dont get blown away when the second container is created.</div><div><br></div><div>I am attaching the config and the fstab file. Any help would be appreciated.</div><div><br></div><div>Thanks,</div><div><br></div><div>-Shivraj</div><br><div class="gmail_quote">On Thu Nov 20 2014 at 9:26:12 PM Serge Hallyn <<a href="mailto:serge.hallyn@ubuntu.com">serge.hallyn@ubuntu.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Quoting Shivraj Ghatkar (<a href="mailto:shivraj2084@gmail.com" target="_blank">shivraj2084@gmail.com</a>):<br>
> Hi Serge<br>
><br>
> Please find the attached files that you requested.<br>
<br>
Thanks.  Those look fine.  So I tried to reproduce it here just now, by doing<br>
<br>
sudo lxc-create -n cap_a -t download -- -d ubuntu -r trusty -a amd64<br>
sudo lxc-create -n cap_b -t download -- -d ubuntu -r trusty -a amd64<br>
sudo mkdir /shared<br>
sudo mount --bind /shared /shared<br>
sudo mount --make-rshared /shared<br>
sudo mkdir /shared/cap_a /shared/cap_b<br>
echo "lxc.mount.entry = /shared/cap_a shared none bind,create=dir 0 0" >> /var/lib/lxc/cap_a/config<br>
echo "lxc.mount.entry = /shared/cap_b shared none bind,create=dir 0 0" >> /var/lib/lxc/cap_b/config<br>
<br>
Starting, stopping and deleteing the containers doesn't seem to be<br>
wreaking any havoc, though.<br>
<br>
Could you show your container configurations?<br>
</blockquote></div>