diff options
author | Vishnu Kaushik <vishnu.kaushik@mongodb.com> | 2020-09-11 19:46:48 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-09-11 20:28:52 +0000 |
commit | 8911b6cdda36dac94d6e5ae8e5950452e0ebf778 (patch) | |
tree | 2403a84f0d932fe639a3f07e737b74ad3e768307 /pytests | |
parent | dfbcc00f25717beae48ca28eb6ab77c3589a1ef7 (diff) | |
download | mongo-8911b6cdda36dac94d6e5ae8e5950452e0ebf778.tar.gz |
SERVER-43385 remove MMAPv1 references
Diffstat (limited to 'pytests')
-rwxr-xr-x | pytests/powertest.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pytests/powertest.py b/pytests/powertest.py index 6c2904132ef..eeef8472fa5 100755 --- a/pytests/powertest.py +++ b/pytests/powertest.py @@ -1778,7 +1778,7 @@ Examples: --crashOption output1 --sshCrashUserHost admin@10.4.100.2 --sshCrashOption "-oKexAlgorithms=+diffie-hellman-group1-sha1 -i /Users/jonathan/.ssh/mFi.pem" - --mongodOptions "--storageEngine mmapv1" + --mongodOptions "--storageEngine wiredTiger" Linux server running in AWS, testing nojournal: python powertest.py @@ -1978,9 +1978,7 @@ Examples: mongod_options.add_option( "--removeLockFile", dest="remove_lock_file", help="If specified, the mongod.lock file will be deleted after a" - " powercycle event, before mongod is started. This is a" - " workaround for mongod failing start with MMAPV1 (See" - " SERVER-15109).", action="store_true", default=False) + " powercycle event, before mongod is started.", action="store_true", default=False) # Client options mongo_path = distutils.spawn.find_executable("dist-test/bin/mongo", |