summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Shelley <doug@parelastic.com>2015-04-21 16:37:56 -0400
committerNikhil Manchanda <SlickNik@gmail.com>2015-04-22 00:44:14 -0700
commit4a9c718a285f64c8baddeab3c88fa1c1bb5d3322 (patch)
tree75f6dec3718fa6a11b92d4f8bebf39ab8d98d4dc
parent9ea915cda70b685c2d9d09bd92eefe44e1558ee7 (diff)
downloadtrove-4a9c718a285f64c8baddeab3c88fa1c1bb5d3322.tar.gz
Remove [Service] section from mongo config tmpl
The mongodb guest wasn't starting up on Ubuntu or Fedora due to the presense of a [Service] section in /etc/mongodb.conf. I believe this section was not intended for config.template but should be in the systemd script for mongo. For now, we will revert this change and consider a better way to fix it for Liberty. The change that introduced this is: https://review.openstack.org/#/c/150131 Cherry-pick of 31fe90a6a899cab4751b1947823ef138869c1fe5 from master Change-Id: I090c95185f732485a21f6d38df1655e205a07224 Closes-bug: 1446735
-rw-r--r--trove/templates/mongodb/config.template12
1 files changed, 0 insertions, 12 deletions
diff --git a/trove/templates/mongodb/config.template b/trove/templates/mongodb/config.template
index bb3843b0..1e4b3794 100644
--- a/trove/templates/mongodb/config.template
+++ b/trove/templates/mongodb/config.template
@@ -92,15 +92,3 @@ journal=true
#oplogSize = <MB>
# Size limit for in-memory storage of op ids.
#opIdMem = <bytes>
-
-[Service]
-# (file size)
-LimitFSIZE=infinity
-# (cpu time)
-LimitCPU=infinity
-# (virtual memory size)
-LimitAS=infinity
-# (open files)
-LimitNOFILE=64000
-# (processes/threads)
-LimitNPROC=64000