docs: sendrecvoptions: placeholders: fix wrong link name and add summarizing config snippet for recv.placeholders

fixes https://github.com/zrepl/zrepl/issues/573
This commit is contained in:
Christian Schwarz 2022-02-05 10:59:33 +01:00
parent 4a27cc63a8
commit 459508c9d9

View File

@ -149,7 +149,7 @@ Recv Options
Jump to
:ref:`properties <job-recv-options--inherit-and-override>` ,
:ref:`bandwidth_limit <job-send-recv-options--bandwidth-limit>` , and
:ref:`bandwidth_limit <job-recv-options--placeholder>`.
:ref:`placeholder <job-recv-options--placeholder>`.
.. _job-recv-options--inherit-and-override:
@ -229,6 +229,11 @@ and property replication is enabled, the receiver must :ref:`inherit the followi
Placeholders
------------
::
placeholder:
encryption: unspecified | off | inherit
During replication, zrepl :ref:`creates placeholder datasets <replication-placeholder-property>` on the receiving side if the sending side's ``filesystems`` filter creates gaps in the dataset hierarchy.
This is generally fully transparent to the user.
However, with OpenZFS Native Encryption, placeholders require zrepl user attention.