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

mongod.conf file is wrong in 3.0.7

    • Type: Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.0.7
    • Component/s: Admin
    • Labels:
    • Environment:
      Centos 6.6
    • Linux

      mongo.conf is wrong.
      file has lines mixed up.

      [mongo.conf]
      #  engine:
      #  mmapv1:
      #  wiredTiger:
      
      # how the process runs
      processManagement:
        fork: true  # fork and run in background
        pidFilePath: /var/run/mongodb/mongod.pid  # location of pidfile
      
      # network interfaces
      net:
        port: 27017
        bindIp: 127.0.0.1  # Listen to local interface only, comment to listen on all interfaces.
      
      
      #security:
      
      #operationProfiling:
      

        1. comments_on_separate_line
          4 kB
        2. inline_comments
          7 kB
        3. mongo.conf-3.0.6.jpg
          mongo.conf-3.0.6.jpg
          162 kB
        4. mongo.conf-3.0.7.jpg
          mongo.conf-3.0.7.jpg
          178 kB
        5. mongod.conf
          0.8 kB
        6. mongoservice-3.0.7.jpg
          mongoservice-3.0.7.jpg
          17 kB

            Assignee:
            wan.bachtiar@mongodb.com Wan Bachtiar
            Reporter:
            dcordova diego cordova
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: