From 8d678eed19167760ed2d7805e520b1086adcf86f Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Sun, 14 Mar 2021 19:10:32 +0100 Subject: [PATCH] docs: add note about `zfs recv -x mountpoint` with ZVOLs refs #430 --- docs/configuration/sendrecvoptions.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/configuration/sendrecvoptions.rst b/docs/configuration/sendrecvoptions.rst index 9e865de..0ae4fdd 100644 --- a/docs/configuration/sendrecvoptions.rst +++ b/docs/configuration/sendrecvoptions.rst @@ -186,6 +186,12 @@ 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. + + Systemd -------