Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 16:28:28 -0400
From:      Allan Jude <allanjude@freebsd.org>
To:        freebsd-jail@freebsd.org
Subject:   Re: zfs in a jail
Message-ID:  <557F356C.4060708@freebsd.org>
In-Reply-To: <20150613035921.GA22078@blazingdot.com>
References:  <20150613035921.GA22078@blazingdot.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--AsConnwvu9LXe2vHpUatCV7WdWU2vQDHk
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

On 2015-06-12 23:59, Marcus Reid wrote:
> Hi,
>=20
> I'm doing zfs from within a jail, and there is one thing that's giving
> me some trouble.
>=20
> First, the bits that get zfs working from inside a jail:
>=20
> /etc/jail.conf:
>   allow.mount;
>   allow.mount.zfs;
>   enforce_statfs =3D 1;
>=20
> /etc/sysctl.conf:
>   security.jail.mount_allowed=3D1
>   security.jail.mount_zfs_allowed=3D1
>   security.jail.enforce_statfs=3D1
>=20
> zfs set jailed=3Don zroot/jails/git/git
>=20
> Finally, to get the dataset visible inside the jail, this is required
> when the jail is running:
>=20
> zfs jail git zroot/jails/git/git
>=20
> So, in jail.conf, I do a:
>=20
>   exec.poststart =3D "zfs jail git zroot/jails/git/git"
>=20
> Problem: zfs is not visible in jail after a reboot.  This problem is
> understood but I don't know the solution.
>=20
> exec.poststart is run after exec.start (the thing that runs /etc/rc in
> the jail), so the zfs datasets are not yet visible when /etc/rc.d/zfs
> runs in the jail.  So, I have to log into the jail and do a 'zfs mount
> -a' after everything comes up.  Not ideal.  If there were a
> exec.postcreate directive in jail.conf that ran a command on the host
> after jail creation but before /etc/rc starts, then I could run 'zfs
> jail' before the jails init scripts are run.
>=20
> Am I going about that in the wrong way?  jail.conf seems like the right=

> place for it, because you want your storage working after a 'jail -rc
> git', right?
>=20
> Thanks,
>=20
> Marcus
> _______________________________________________
> freebsd-jail@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-jail
> To unsubscribe, send any mail to "freebsd-jail-unsubscribe@freebsd.org"=

>=20

If you set: zfs_enable=3D"YES" in rc.conf inside the jail, it runs 'zfs
mount -a' as part of the startup routine.

This is how it is expected to work.

--=20
Allan Jude


--AsConnwvu9LXe2vHpUatCV7WdWU2vQDHk
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (MingW32)

iQIcBAEBAgAGBQJVfzVxAAoJEBmVNT4SmAt+xX4P/0rMKDVRvAjK5YcSX8xNapYh
E02G/OnjRMNRjc1s8pQtuFefPqhiQk4gCk4gt+rCxikRLA3kmDOC+q0WuOLUnazs
RuhNhbwyO5wK6eiy+jyGv86ahOdGUIskwqDGzo9ZnAyufXfCBBIlpcfkTi8HJ1Ca
M0fkHYDVomUhhqq+TDPi6FZGQaoeqbm8Iae+GzBCtTPBd2pZKPuQvw0d6kAaXsXH
hsduS+3KOORR2GD0sUzN45W42XvMCIjsWh/QnouYiVkM6mHTFa3GNqcup9CfAK4+
hGjrvjFxyqczdvSzbbfi1iY7EUZPtmhqL5YB4julK5XgpGS2sNG1xaiZfi/GvZ1b
oKLGhn0ZVPc4MaX6PJ0fwh+X7RjZUJ7yFb9zXH0x8BLk2Jp5K1HaudTGJteIRBTq
ybfu4tTrHUSW3eEieVjOb82YH+YCdpuv6oV65Wvwb1SXW/dJmvopEeGlt78hLkg+
FsTTLE5K5hrhH33cgQNu1A+GK4RgjqMf2On0G2gopJgM1/L6T/VjxmS3bKmLBKHf
8h9AGjGvdZDouhsC3J4+UrKz8Wg5FSIGyBnIKyOFAip3VxmzyBt/FscSO78REGCd
txOYWo2759yhNUpRnwm1frQ9odV5ZqPnE1z88AKB3aizAQnSzMRE79TbCq3RsLjR
7fghtbW6wMOrN5GD2NTp
=7zaJ
-----END PGP SIGNATURE-----

--AsConnwvu9LXe2vHpUatCV7WdWU2vQDHk--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?557F356C.4060708>