Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
b0432484
Commit
b0432484
authored
Nov 28, 2016
by
Kevin Falcone
Committed by
GitHub
Nov 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3485 from edx/jibsheet/change-mongo-storage-engine
Change to wiredTiger
parents
2e7ac9fb
00581577
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
CHANGELOG.md
+4
-0
playbooks/roles/mongo_3_0/defaults/main.yml
+2
-1
No files found.
CHANGELOG.md
View file @
b0432484
...
...
@@ -196,3 +196,7 @@
-
Role: security
-
Changed SECURITY_UPGRADE_ON_ANSIBLE to only apply security updates. If you want to retain the behavior of running safe-upgrade,
you should switch to using SAFE_UPGRADE_ON_ANSIBLE.
-
Role: mongo_3_0
-
Changed MONGO_STORAGE_ENGINE to default to wiredTiger which is the default in 3.2 and 3.4 and what edX suggests be used even on 3.0.
If you have a mmapv1 3.0 install, override MONGO_STORAGE_ENGINE to be mmapv1 which was the old default.
playbooks/roles/mongo_3_0/defaults/main.yml
View file @
b0432484
...
...
@@ -49,7 +49,8 @@ MONGO_RS_CONFIG:
members
:
[]
# Storage engine options in 3.0: "mmapv1" or "wiredTiger"
MONGO_STORAGE_ENGINE
:
"
mmapv1"
# As 3.2 and 3.4 default to wiredTiger, our 3.0 play will help future-proof
MONGO_STORAGE_ENGINE
:
"
wiredTiger"
# List of dictionaries as described in the mount_ebs role's default
# for the volumes.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment