<div dir="ltr">I wrote in /etc/init/lxd.conf:<div><br></div><div>env LXD_LVM_LVSIZE="1GiB"</div><div><br></div><div><div>cat /proc/2343/environ</div><div>UPSTART_INSTANCE=LXD_LVM_LVSIZE=1GiBUPSTART_JOB=lxdTERM=linuxPATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin</div></div><div><br></div><div>So the envvar seems correctly set for the process.</div><div><br></div><div>Also the syntax "1GiB" should be ok, considering the test scripts from GH....</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 14, 2016 at 5:08 PM, Tycho Andersen <span dir="ltr"><<a href="mailto:tycho.andersen@canonical.com" target="_blank">tycho.andersen@canonical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, Mar 14, 2016 at 04:55:21PM +0100, Fabrizio Furnari wrote:<br>
> I've also tried to export it into the /etc/init.d/lxd script in the same<br>
> way, but seems not to apply...Is it possible that applies only during the<br>
> LV thinpool creation time (LXDPool)?<br>
<br>
</span>Based on my read of the code it should be applied on every `lvcreate`.<br>
You might check:<br>
<br>
strings /proc/`pidof lxd`/environ<br>
<br>
to make sure it actually got set, though.<br>
<span class="HOEnZb"><font color="#888888"><br>
Tycho<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> On Mon, Mar 14, 2016 at 4:51 PM, Tycho Andersen <<br>
> <a href="mailto:tycho.andersen@canonical.com">tycho.andersen@canonical.com</a>> wrote:<br>
><br>
> > On Mon, Mar 14, 2016 at 03:14:31PM +0100, Fabrizio Furnari wrote:<br>
> > > Hi all,<br>
> > > I've just seen that in the latest RC developers added the possibility to<br>
> > > specify the LV size when creating new containers.<br>
> > > I've updated to 2.0.0~rc3-0ubuntu1~ubuntu14.04.1~ppa1 on my Ubuntu box<br>
> > but<br>
> > > when I try for example:<br>
> > ><br>
> > > $ export LXD_LVM_LVSIZE="1GiB"<br>
> > > $ lxc launch 0d07f11f3f2a testcontainer<br>
> > > $ lvdisplay<br>
> > ><br>
> > /dev/vg0/0d07f11f3f2a0804f501967d278d72a8122b1ec49f01aae4483a41fd9fb546f3 |<br>
> > > grep Size<br>
> > ><br>
> > >   LV Size                10.00 GiB<br>
> > ><br>
> > > Still uses the default value. What I have to do to set it?<br>
> ><br>
> > It needs to be set in LXD's environment, not the client's.<br>
> > _______________________________________________<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><br>
<br>
> _______________________________________________<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><br>
<br>
_______________________________________________<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>