docs: add note about zfs recv -x mountpoint with ZVOLs

refs #430
This commit is contained in:
InsanePrawn 2021-03-14 19:10:32 +01:00 committed by Christian Schwarz
parent ab7abd9686
commit 8d678eed19

View File

@ -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 <https://github.com/openzfs/zfs/issues/11416>`_ .
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
-------