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

Startup warning recommending the use of XFS isn't displayed properly in Mongo Shell

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.4.1, 3.5.1
    • Affects Version/s: 3.4.0
    • Component/s: WiredTiger
    • Labels:
      None
    • Minor Change
    • ALL
    • Hide

      1. Start a 3.4 instance with EXT4 and WiredTiger
      2. Login to the Mongo Shell

      Show
      1. Start a 3.4 instance with EXT4 and WiredTiger 2. Login to the Mongo Shell
    • 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]
      >
      

            Assignee:
            kevin.pulo@mongodb.com Kevin Pulo
            Reporter:
            amar.hamzeh@mongodb.com Amar Hamzeh
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: