19 Commits

Author SHA1 Message Date
erdgeist
b2bd4f55ca Explain retention policy a little better 2014-06-03 05:09:20 +02:00
erdgeist
0713769a19 Fix error report by passing echo the -n parameter. Thanks to 乃村翼 2013-05-01 18:38:18 +00:00
erdgeist
0ddb055c5a Put an example retention policy in sample config 2013-04-24 03:15:58 +00:00
erdgeist
712a4cdb54 Farewell CVS for ports. ezjail_portscvsroot is gone. 2013-04-11 16:37:20 +00:00
erdgeist
6a629c1634 Add a switch to make all jails use its own zfs by default, also provide a parameter to specify default zfs options 2012-09-08 17:53:18 +00:00
erdgeist
e453770282 The default archive directory now is not '.' anymore, but $\{ezjail_jaildir\}/ezjail_archives 2011-01-20 21:20:36 +00:00
erdgeist
02b7620839 Introduce a default flavour setting, also fix some leftovers from renaming default to example. Many thanks to Panagiotis J. Christias 2010-01-14 02:11:03 +00:00
cryx
095380a8d0 First chunk of ZFS support in ezjail.
ezjail is now capable of managing jails in seperate ZFS filesystems and to manage basejail and newjail in seperate ZFS filesystems too.

It is possible to mix non-ZFS jails with ZFS jails as well as using ZFS jails with basejail/newjail in a non-ZFS filesystem.

To create a zfs jail you need an existing ZFS pool, ZFS needs to be enabled in /etc/rc.conf and you have to set at least ezjail_jailzfs in ezjail.conf. To let ezjail manage basejail/newjail in ZFS filesystems to, you have to enable ezjail_use_zfs in ezjail.conf.

To use ZFS support in ezjail, you have to use at least FreeBSD 7-STABLE form after the commit of ZFS version 13 (commited Wed May 20 23:34:59 2009 UTC, http://svn.freebsd.org/viewvc/base?view=revision&revision=192498) of FreeBSD 8-CURRENT. Prior versions of ZFS are _not_ supported.

Creating a ZFS based jail is as easy as using 'ezjail-admin create -c zfs <jailname> <jailip>'.

Using zfs send/receive for archiving is not yet implemented.

Converting non-ZFS basejail/newjail setups into ZFS setups is not handled by ezjail, converting non-ZFS jails into ZFS jails is not yet handled by ezjail but will be possible in the future.

WARNING: ZFS is considered to be an experimental feature in FreeBSD. ZFS support in ezjail is work in progress.
2009-05-23 13:09:53 +00:00
erdgeist
b956978714 anoncvs.at.freebsd.org does no longer exist 2008-07-17 11:43:56 +00:00
erdgeist
7c281ef1f2 Default login command changed from /bin/sh to /usr/bin/login -f root 2008-03-23 02:56:38 +00:00
erdgeist
def86d60c0 Archive command should be working right now 2007-09-30 12:09:03 +00:00
erdgeist
c404a6ae6b introduced a console subcommand that allows attaching to a jail by it jailname. Also added documentation for that and the magic rc.d/ezjail.sh-proxy introduced before 2007-09-15 00:25:52 +00:00
erdgeist
5c2ac7cf28 Preparing for release of ezjail-2.0beta 2006-05-22 00:20:47 +00:00
erdgeist
02070e2e6c Introduce ugly perl hack. 2006-04-10 13:27:15 +00:00
erdgeist
388c9ffef5 Introducing ezjail_portscvsroot, dont initialize defaults twice 2006-01-16 05:07:14 +00:00
erdgeist
709e87e5dc Last cleanups before committing 2005-10-14 16:22:05 +00:00
erdgeist
668c4dfc58 First test in live system yielded several problems :) 2005-09-22 11:45:47 +00:00
erdgeist
75bca19d2f typo 2005-09-20 21:52:34 +00:00
erdgeist
bb046d1a21 Here we go 2005-09-03 15:42:28 +00:00