Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
3.4.0
-
None
-
Minor Change
-
ALL
-
-
Storage 2016-12-12
Description
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]
|
>
|
Attachments
Issue Links
- is related to
-
SERVER-22606 Startup warning if ext4 is used with WiredTiger
-
- Closed
-