From 459508c9d9307b0afe1b039466aa03b694bb39a9 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 5 Feb 2022 10:59:33 +0100 Subject: [PATCH] docs: sendrecvoptions: placeholders: fix wrong link name and add summarizing config snippet for recv.placeholders fixes https://github.com/zrepl/zrepl/issues/573 --- docs/configuration/sendrecvoptions.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/configuration/sendrecvoptions.rst b/docs/configuration/sendrecvoptions.rst index 749df8c..2c81021 100644 --- a/docs/configuration/sendrecvoptions.rst +++ b/docs/configuration/sendrecvoptions.rst @@ -149,7 +149,7 @@ Recv Options Jump to :ref:`properties ` , :ref:`bandwidth_limit ` , and -:ref:`bandwidth_limit `. +:ref:`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 ` 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.