Remove security.authorization option from mongos
The "security.authorization" option is only usable for mongod and not for mongos service. When this option is applied to /etc/mongos.conf configuration file, mongos service doesn't start. Change-Id: Id798d7269ee80706002bbebe2ff666fc2fecdd1e Closes-Bug: #1748322
This commit is contained in:
parent
9e5186b95b
commit
e15fe71733
@ -19,7 +19,6 @@ _EOF_
|
||||
|
||||
|
||||
cat > /etc/mongos.conf << '_EOF_'
|
||||
security.authorization: enabled
|
||||
systemLog.destination: file
|
||||
systemLog.logAppend: true
|
||||
systemLog.path: /var/log/mongodb/mongos.log
|
||||
|
@ -19,7 +19,6 @@ _EOF_
|
||||
|
||||
|
||||
cat > /etc/mongos.conf << '_EOF_'
|
||||
security.authorization: enabled
|
||||
systemLog.destination: file
|
||||
systemLog.logAppend: true
|
||||
systemLog.path: /var/log/mongodb/mongos.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user