mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-24 17:35:01 +01:00
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:
parent
4a27cc63a8
commit
459508c9d9
@ -149,7 +149,7 @@ Recv Options
|
|||||||
Jump to
|
Jump to
|
||||||
:ref:`properties <job-recv-options--inherit-and-override>` ,
|
:ref:`properties <job-recv-options--inherit-and-override>` ,
|
||||||
:ref:`bandwidth_limit <job-send-recv-options--bandwidth-limit>` , and
|
: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:
|
.. _job-recv-options--inherit-and-override:
|
||||||
|
|
||||||
@ -229,6 +229,11 @@ and property replication is enabled, the receiver must :ref:`inherit the followi
|
|||||||
Placeholders
|
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.
|
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.
|
This is generally fully transparent to the user.
|
||||||
However, with OpenZFS Native Encryption, placeholders require zrepl user attention.
|
However, with OpenZFS Native Encryption, placeholders require zrepl user attention.
|
||||||
|
Loading…
Reference in New Issue
Block a user