-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.8.0-rc1
-
Component/s: Storage
When a mongod is started up with --storageEngine=wiredtiger, then creating a collection does not recognize "wiredTiger" as a way of specifying WT-specific options:
> db.createCollection("aaab", {storageEngine: {wiredTiger: {configString: "block_compressor=zlib"}}}) { "ok" : 0, "errmsg" : "'storageEngine.wiredTiger' options do not match, and cannot be used, for the currently enabled storage engine of 'wiredtiger'", "code" : 2 }
- is related to
-
SERVER-16266 Change wiredtiger engine name to wiredTiger for consistency
- Closed