Re: /etc/jail.conf documentation?

2015-10-29 Thread Clint Armstrong
A little while ago I wrote up an overview of how I build jails using jail.conf at http://clinta.github.io/freebsd-jails-the-hard-way/. On Wed, Oct 28, 2015 at 6:29 PM Philip Jocks wrote: > > > Am 28.10.2015 um 22:05 schrieb Miroslav Lachman <000.f...@quip.cz>: > > > > Valeri Galtsev wrote on 10/

Re: /etc/jail.conf documentation?

2015-10-29 Thread Miroslav Lachman
Clint Armstrong wrote on 10/29/2015 12:53: A little while ago I wrote up an overview of how I build jails using jail.conf at http://clinta.github.io/freebsd-jails-the-hard-way/. I noticed your are using unionfs. Is it working without any problems? Every time (in the past) I read that somebody

Re: /etc/jail.conf documentation?

2015-10-29 Thread Clint Armstrong
I didn't have stability trouble with unionfs, but I only used it for a few weeks before I switched to using zfs clones because I wanted to delegate zfs datasets to jails. To upgrade, I basically didn't, instead I'd just create a new upgraded base then change the jail fstab to point to the new base.