Skip to content

Commit 762bd0e

Browse files
DOCSP-38473 doc Unsupported settings, net.unixDomainSocket (#174)
<!-- Add a description of your PR here (optional) --> - [DOCSP-38473](https://jira.mongodb.org/browse/DOCSP-38473) - [STAGING](https://preview-mongodbkanchanamongodb.gatsbyjs.io/ops-manager/DOCSP-38473/reference/cluster-configuration) - [LATEST BUILD LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=6616e3313a5920a291f1b06f) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 6f360fb commit 762bd0e

File tree

3 files changed

+30
-9
lines changed

3 files changed

+30
-9
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
|onprem| doesn't support configuration and management of the MongoDB
2+
server :manual:`net.unixDomainSocket </reference/configuration-options>`
3+
options such as :setting:`net.unixDomainSocket.enabled`,
4+
:setting:`net.unixDomainSocket.pathPrefix`, and
5+
:setting:`net.unixDomainSocket.filePermissions` using the |onprem|
6+
automation configuration.

source/reference/cluster-configuration-process-options.txt

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,25 @@ The ``processes.<args>`` object in an
1111
specifies the configuration options for each MongoDB instance. The
1212
supported settings depend on the version of MongoDB.
1313

14-
The ``processes.args2_6`` object accepts most MongoDB settings and parameters for MongoDB versions 2.6 and later. Format this object using |yaml|. To review examples of the MongoDB configuration |yaml|,
15-
see the :manual:`Configuration File Options </reference/configuration-options#file-format>`
14+
The ``processes.args2_6`` object accepts most MongoDB settings and
15+
parameters for MongoDB versions 2.6 and later. Format this object using
16+
|yaml|. To review examples of the MongoDB configuration |yaml|, see the
17+
:manual:`Configuration File Options </reference/configuration-options#file-format>`
1618
in the MongoDB manual.
1719

20+
.. important::
21+
22+
Specific security-related settings, such as LDAP settings, TLS
23+
settings related to the Certificate Authority, and Authentication
24+
settings, are managed at the project level and may be overridden
25+
upon import into Automation.
26+
27+
.. include:: /includes/fact-unix-domain-socket-support.rst
28+
1829
.. warning::
1930

2031
Automation doesn't validate these MongoDB settings. If you provide
2132
an incorrect value, it could result in issues, downtime, or both.
2233
Upon import, Automation will reject deployments with unsupported
2334
settings, such as :configexpansion:`__exec` and
2435
:configexpansion:`__rest`.
25-
26-
.. important::
27-
28-
Specific security-related settings, such as LDAP settings, TLS
29-
settings related to the Certificate Authority, and Authentication
30-
settings, are managed at the project level and may be overridden
31-
upon import into Automation.

source/reference/cluster-configuration.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ Optional fields are marked as such.
2626
A field that takes a ``<number>`` as its value can take integers and
2727
floating point numbers.
2828

29+
.. note::
30+
31+
.. include:: /includes/fact-unix-domain-socket-support.rst
32+
33+
|onprem| automation doesn't validate the following MongoDB settings.
34+
If you provide an incorrect value, it could result in issues,
35+
downtime, or both:
36+
37+
- :configexpansion:`__exec`
38+
- :configexpansion:`__rest`
39+
2940
Configuration Version
3041
---------------------
3142

0 commit comments

Comments
 (0)