-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 8.3.0-rc0
-
Component/s: None
-
None
-
Storage Engines - Server Integration
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We emit a warning if you are not using XFS here:
src/mongo/db/storage/wiredtiger/wiredtiger_init.cpp:82-87
The warning message:
"Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See
http://dochub.mongodb.org/core/prodnotes-filesystem"
We should upgrade this message to show the filesystems that are actually in use for the dbpath and journal directories. Additionally, we should emit something to ServerStatus (or similar) on startup that lets us view this in FTDC.
- is related to
-
SERVER-48148 Execution logv2 cleanup
-
- Closed
-