This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 278837680b NO-JIRA clarify NFS mount recommendation doc
278837680b is described below
commit 278837680bdc92a4d50a0f81ff1f8c3709771572
Author: Justin Bertram <[email protected]>
AuthorDate: Fri Jul 18 11:29:12 2025 -0500
NO-JIRA clarify NFS mount recommendation doc
---
docs/user-manual/ha.adoc | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/user-manual/ha.adoc b/docs/user-manual/ha.adoc
index 0698b254fa..4934d60f31 100644
--- a/docs/user-manual/ha.adoc
+++ b/docs/user-manual/ha.adoc
@@ -172,6 +172,12 @@ noac::
Disables attribute caching. This behavior is needed to achieve attribute cache
coherence among multiple clients.
soft::
Specifies that if the NFS server is unavailable the error should be reported
rather than waiting for the server to come back online.
++
+[TIP]
+====
+The https://linux.die.net/man/5/nfs[NFS documentation] notes the potential for
"silent data corruption" when using `soft`.
+This can be safely ignored in the case of ActiveMQ Artemis.
+====
lookupcache=none::
Disables lookup caching.
timeo=n::
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact