Re: [lxc-users] rename veth interfaces on the host

2017-03-07 Thread Spike
ah, thanks, I had seen that help output from trying illegal commands but somehow I missed the obvious - reading is hard at times. good tip on abbreviating the names, love the insights of people who have done it before, experience ftw. thanks, Spike On Tue, Mar 7, 2017 at 1:57 PM Fajar A.

[lxc-users] backup strategies for lxd + zfs

2017-03-07 Thread Spike
Hi, I'm on Ubuntu Xenial running LXD from PPA + a ZFS storage backend. I've been reading everything I could find on backup strategies, but I've not found anything "official" or that even looked like a best practice so I thought I'd ask the list. First thing first, I think everybody agrees that

Re: [lxc-users] rename veth interfaces on the host

2017-03-07 Thread Spike
thanks Fajar, that worked perfectly. That said, I'm still very new to lxd/lxc and the only way I could get that done was to run: lxc config edit how would I have set the property for the device? I tried: lxc config device set x1 eth0.host_name = veth_c1_eth0 but that didn't work and I got

Re: [lxc-users] rename veth interfaces on the host

2017-03-07 Thread Guido Jäkel
On 07.03.2017 17:11, Fajar A. Nugraha wrote: > On Tue, Mar 7, 2017 at 10:32 PM, Spike wrote: > >> Dear all, >> >> I'm using bridged mode for networking and would love to be able to tell >> which veth is which on the host by using more meaningful names. This would >> also very

Re: [lxc-users] rename veth interfaces on the host

2017-03-07 Thread Fajar A. Nugraha
On Tue, Mar 7, 2017 at 10:32 PM, Spike wrote: > Dear all, > > I'm using bridged mode for networking and would love to be able to tell > which veth is which on the host by using more meaningful names. This would > also very useful for monitoring and debugging. > > I found some

Re: [lxc-users] Can you update templates without full image rebuild?

2017-03-07 Thread Fajar A. Nugraha
On Tue, Mar 7, 2017 at 10:43 PM, RayFerguson wrote: > I'm cheap, so I don't have great storage on my dev boxes and I have some > custom templates that I want in my images. My current process is something > like. > > lxc publish contain --alias=foo > lxc image export

[lxc-users] Can you update templates without full image rebuild?

2017-03-07 Thread RayFerguson
I'm cheap, so I don't have great storage on my dev boxes and I have some custom templates that I want in my images. My current process is something like. lxc publish contain --alias=foo lxc image export foo extract metadata, add templates, mod the metadata.yaml, create meta.tgz and root.tgz

[lxc-users] rename veth interfaces on the host

2017-03-07 Thread Spike
Dear all, I'm using bridged mode for networking and would love to be able to tell which veth is which on the host by using more meaningful names. This would also very useful for monitoring and debugging. I found some docs suggesting that it can be done, but only for privileged containers. Is