-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 3.4.0
-
Component/s: WiredTiger
-
None
-
Minor Change
-
ALL
-
-
Storage 2016-12-12
The following warning introduced by SERVER-22606 is not displayed properly in Mongo Shell:
** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
It's displayed as:
Server has startup warnings: 2016-11-30T10:40:54.540+1100 I STORAGE [initandlisten] >
Where it should be:
Server has startup warnings:
2016-11-30T10:36:54.540+1100 I CONTROL [initandlisten]
2016-11-30T10:36:54.540+1100 I CONTROL [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2016-11-30T10:36:54.540+1100 I CONTROL [initandlisten] ** See http://dochub.mongodb.org/core/prodnotes-filesystem
2016-11-30T10:36:54.540+1100 I CONTROL [initandlisten]
>
- is related to
-
SERVER-22606 Startup warning if ext4 is used with WiredTiger
- Closed