Startup warning about using XFS doesn't actually check for XFS

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Won't Do
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Storage
    • Storage Execution
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

              Assignee:
              [DO NOT USE] Backlog - Storage Execution Team
              Reporter:
              Jonathan Reams
              Votes:
              1 Vote for this issue
              Watchers:
              11 Start watching this issue

                Created:
                Updated:
                Resolved: