sunggun-yu / chef-mongodb3

Chef Cookbook for MongoDB v3
https://supermarket.chef.io/cookbooks/mongodb3
Apache License 2.0
33 stars 58 forks source link

Is there option not to restart mongod when there is config change ? #45

Open sanjay92-gupta opened 8 years ago

sanjay92-gupta commented 8 years ago

Question rather than issue : We hade made default.rb where we are modifying values

cat default.rb

node.default['mongodb3']['version'] = '3.2.8' node.default['mongodb3']['package']['version'] = '3.2.8' ....

Is there any such option we can put here so that when there is config change, we don't want to restart mongodb server process. By default action is restart.

iiro commented 7 years ago

This would be a pretty important change - as you don't want Mongo's to restart on each change on config file...