[ANSIBLE] Automated PR for mongod-storage-config_2025-10-03T10-29-23 - #56 #56
@@ -13,7 +13,7 @@ systemLog:
|
|||||||
quiet: false
|
quiet: false
|
||||||
logAppend: true
|
logAppend: true
|
||||||
logRotate: reopen
|
logRotate: reopen
|
||||||
path: /data/mongodb/logs/mongodb.log
|
path: /var/log/mongodb/mongod.log
|
||||||
verbosity: 1
|
verbosity: 1
|
||||||
|
|
||||||
# network interfaces
|
# network interfaces
|
||||||
@@ -21,7 +21,7 @@ net:
|
|||||||
port: 27017
|
port: 27017
|
||||||
unixDomainSocket:
|
unixDomainSocket:
|
||||||
enabled: true
|
enabled: true
|
||||||
pathPrefix: /data/mongodb/tmp
|
pathPrefix: /tmp
|
||||||
ipv6: false
|
ipv6: false
|
||||||
bindIpAll: true
|
bindIpAll: true
|
||||||
#bindIp:
|
#bindIp:
|
||||||
@@ -38,7 +38,7 @@ replication:
|
|||||||
# process management options
|
# process management options
|
||||||
processManagement:
|
processManagement:
|
||||||
fork: false
|
fork: false
|
||||||
pidFilePath: /data/mongodb/tmp/mongodb.pid
|
pidFilePath: /var/run/mongodb.pid
|
||||||
|
|
||||||
# set parameter options
|
# set parameter options
|
||||||
setParameter:
|
setParameter:
|
||||||
|
|||||||
Reference in New Issue
Block a user