From 19aebd399f134700561977e74902ed1ece375f0e Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 18 Dec 2021 16:06:26 +0100 Subject: [PATCH] docs: add a note that FreeBSD jail zfs userland needs to be kept in sync with kernel module fixes https://github.com/zrepl/zrepl/issues/500 --- docs/installation/freebsd-jail-with-iocage.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/installation/freebsd-jail-with-iocage.rst b/docs/installation/freebsd-jail-with-iocage.rst index 5b080ef..f9c6794 100644 --- a/docs/installation/freebsd-jail-with-iocage.rst +++ b/docs/installation/freebsd-jail-with-iocage.rst @@ -93,6 +93,7 @@ Enable the zrepl daemon to start automatically at boot: sysrc zrepl_enable="YES" +Now jump to :ref:`the summary ` below. Plugin ###### @@ -134,7 +135,18 @@ Now ``zrepl`` can be started. service zrepl start +Now jump to :ref:`the summary ` below. + +.. _installation-freebsd-jail-summary: + Summary ------- Congratulations, you have a working jail! + +.. NOTE:: + + With FreeBSD 13's transition to OpenZFS 2.0, please ensure that your jail's FreeBSD version matches the one in the kernel module. + If you are getting cryptic errors such as + ``cannot receive new filesystem stream: invalid backup stream`` + the instructions posted `here `_ might help.