The following warning introduced by SERVER-22606 does not actually check that the problem filesystem is XFS - it checks that it is ext4:
** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
We should change this to check that fs_stats.f_type != XFS_SUPER_MAGIC instead of fs_stats.f_type == EXT4_SUPER_MAGIC.
- related to
-
SERVER-22606 Startup warning if ext4 is used with WiredTiger
- Closed