From 5ffd470596bb219a36873f17e6471d799057bc16 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 10 Dec 2022 12:52:33 +0100 Subject: [PATCH] docs: update comment on overriding mountpoint properties during zfs recv of ZVOLs fixes https://github.com/zrepl/zrepl/issues/430 --- docs/configuration/sendrecvoptions.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/configuration/sendrecvoptions.rst b/docs/configuration/sendrecvoptions.rst index 105a42f..906b5cd 100644 --- a/docs/configuration/sendrecvoptions.rst +++ b/docs/configuration/sendrecvoptions.rst @@ -197,11 +197,8 @@ Mount behaviour * ``canmount`` * ``overlay`` -Note: inheriting or overriding the ``mountpoint`` property on ZVOLs fails in ``zfs recv``. -This is an `issue in OpenZFS `_ . -As a workaround, consider creating separate zrepl jobs for your ZVOL and filesystem datasets. -Please comment at zrepl :issue:`430` if you encounter this issue and/or would like zrepl to automatically work around it. - +Note: Before `OpenZFS 2.0.5 `_, inheriting or overriding the ``mountpoint`` property on ZVOLs fails in ``zfs recv``. +If you are on such an older version, consider creating separate zrepl jobs for your ZVOL and filesystem datasets. Systemd -------