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

getCmdLineOpts.parsed showing journal field in wrong place

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • 2.6.0-rc2
    • 2.6.0-rc3
    • Admin
    • None

    Description

      I thought that journal:true should now appear as storage.journal.enabled: true?

      queues:SECONDARY> db.runCommand('getCmdLineOpts');
      {
      	"argv" : [
      		"/data/dist/mongodb-linux-x86_64-2.6.0-rc2/bin/mongod",
      		"--config",
      		"/data/mmsdbqueues/conf"
      	],
      	"parsed" : {
      		"config" : "/data/mmsdbqueues/conf",
      		"journal" : true,
      		"logpath" : "/data/mmsdbqueues/run.log",
      		"net" : {
      			"port" : 27800
      		},
      		"processManagement" : {
      			"fork" : true
      		},
      		"replication" : {
      			"replSet" : "queues"
      		},
      		"sharding" : {
      			"shardsvr" : true
      		},
      		"storage" : {
      			"dbPath" : "/data/mmsdbqueues/"
      		},
      		"systemLog" : {
      			"logAppend" : true
      		}
      	},
      	"ok" : 1
      }

      The config file:

      cat /data/mmsdbqueues/conf 
      fork=true
      rest=false
      shardsvr=true
      logappend=true
      logpath=/data/mmsdbqueues/run.log
      dbpath=/data/mmsdbqueues/
      journal=true
      port=27800
      replSet=queues

      Attachments

        Issue Links

          Activity

            People

              sverch Shaun Verch
              cailin.nelson@mongodb.com Cailin Nelson
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: