<div dir="ltr">Okay thanks for the pointers.  I'll be able to try this out tonight and report back.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 17, 2014 at 10:30 PM, Serge Hallyn <span dir="ltr"><<a href="mailto:serge.hallyn@ubuntu.com" target="_blank">serge.hallyn@ubuntu.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">Quoting Serge Hallyn (<a href="mailto:serge.hallyn@ubuntu.com">serge.hallyn@ubuntu.com</a>):<br>
> Quoting Joshua Schaeffer (<a href="mailto:jschaeffer0922@gmail.com">jschaeffer0922@gmail.com</a>):<br>
> > Yes it failed to start:<br>
> ><br>
> > 1. lxc-create -n testme1 -t debian<br>
> > 2. root@reaver:~# cat /var/lib/lxc/testme1/config | grep lxc.mount.entry<br>
> >     lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0<br>
> >     lxc.mount.entry = sysfs sys sysfs defaults  0 0<br>
> >     lxc.mount.entry = /dev/vg_lxc1/lv_ldap_tmp1 lv_ldap<br>
> > defaults,create=dir 0 0<br>
><br>
> Wait a sec.  I mistyped.  There's no fstype in there :)<br>
><br>
> That should be<br>
><br>
>     lxc.mount.entry = /dev/vg_lxc1/lv_ldap_tmp1 lv_ldap ext4 defaults,create=dir 0 0<br>
><br>
> or whatever fstype it is in place of ext4.  Sorry.<br>
<br>
</div>Actually I see that will fail too, because 'create=dir' has a<br>
slight problem.  We need to remove create=dir from the mount<br>
options which we pass along to the mount syscall.<br>
<br>
so for the sake of testing just do<br>
<br>
    lxc.mount.entry = /dev/vg_lxc1/lv_ldap_tmp1 mnt ext4 defaults 0 0<br>
<span class="HOEnZb"><font color="#888888"><br>
-serge<br>
</font></span></blockquote></div><br></div>