Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-27221

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

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

      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:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            jonathan.reams@mongodb.com Jonathan Reams
            Votes:
            1 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: