Re: [lxc-users] Bind public IP that is available on host's ens3:1 to a specific LXD container?

2017-05-19 Thread Thomas Ward
Thanks to some off-list replies and some help from other online resources, I've been able to switch this to a bridged method, with the host interfaces set to 'manual', an inet0 bridge created that is static IP'd for the host system to have its primary IP, and can have manual IP assignments to conta

[lxc-users] Bind public IP that is available on host's ens3:1 to a specific LXD container?

2017-05-19 Thread Thomas Ward
Hello. I've got a VDS from RamNode - which is essentially a KVM VPS with dedicated CPUs, and larger RAM capacity. This VDS has three IPs. I'm going to obfuscate them here, but essentially the host box is configured like this: # The primary network interface auto ens3 iface ens3 inet static

[lxc-users] lxc-templates dependency on debootstrap

2017-05-19 Thread Andrey Repin
Greetings, All! I've tried to roll a new template, but suddenly realized that I have no "debootstrap" package installed. Checking dependencies, it turned out it is listed as "recommended" dependency of lxc-templates. Of course, I have not had it installed, since I don't want unnecessary bloat on m

Re: [lxc-users] LXD/LXC 2.12 - LVM Backed Storage - Grow Pools/Volumes

2017-05-19 Thread Reto Gantenbein
Hi Neil As far as I understood, the volume.size doesn't modify the actual pool size but only tells LXD how large new container volumes will be created. Not sure if you can actually resize the LVM pool volume through LXD at all. To do it via plain LVM commands first check the name of your pool LV.

Re: [lxc-users] Args for lxd init via script

2017-05-19 Thread Fajar A. Nugraha
On Fri, May 19, 2017 at 1:39 PM, Mark Constable wrote: > I'm trying to automate a simple setup of LXD via a bash script and I'm > not sure of the best way to provide some preset arguments to "lxd init", > if at all possible. Specifically... > > Name of the storage backend to use (dir or zfs): zfs