diff --git a/changelog/16218.txt b/changelog/16218.txt new file mode 100644 index 000000000..aa6eff00b --- /dev/null +++ b/changelog/16218.txt @@ -0,0 +1,3 @@ +```release-note:improvement +docs: Clarify the behaviour of local mounts in the context of DR replication +``` diff --git a/website/content/docs/enterprise/replication.mdx b/website/content/docs/enterprise/replication.mdx index c8c2b94b2..1b2c1176d 100644 --- a/website/content/docs/enterprise/replication.mdx +++ b/website/content/docs/enterprise/replication.mdx @@ -122,6 +122,8 @@ original primary on the election of the DR secondary. DR is designed to be a mechanism to protect against catastrophic failure of entire clusters. They do not forward service read or write requests until they are elected and become a new primary. +-> **Note**: Unlike with Performance Replication, local secret engines, auth methods and audit devices are replicated to a DR secondary. + For more information on the capabilities of performance and disaster recovery replication, see the Vault Replication [API Documentation](/api-docs/system/replication).