[SERVER-13372] getCmdLineOpts.parsed showing journal field in wrong place Created: 27/Mar/14  Updated: 11/Jul/16  Resolved: 01/Apr/14

Status: Closed
Project: Core Server
Component/s: Admin
Affects Version/s: 2.6.0-rc2
Fix Version/s: 2.6.0-rc3

Type: Bug Priority: Major - P3
Reporter: Cailin Nelson Assignee: Shaun Verch
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
is depended on by SERVER-13379 Canonicalize options for getCmdlineOp... Closed
Related
Participants:

 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



 Comments   
Comment by Githook User [ 27/Mar/14 ]

Author:

{u'name': u'Shaun Verch', u'email': u'shaun.verch@mongodb.com'}

Message: SERVER-13372 Add parameter to not mark the Environment as valid
(cherry picked from commit 113d4a9e3d22f6d81e29252ea8170d5f48ad3c5d)
Branch: v2.6
https://github.com/mongodb/mongo/commit/9298aabe184dccdda4db0fc3d57f3858ae80c2d9

Comment by Githook User [ 27/Mar/14 ]

Author:

{u'name': u'Shaun Verch', u'email': u'shaun.verch@mongodb.com'}

Message: SERVER-13372 Canonicalize dur, nodur, journal, nojournal and storage.journaling.enabled
(cherry picked from commit 17882d68d1ee00e75e545abe65bda1b18876ef21)
Branch: v2.6
https://github.com/mongodb/mongo/commit/feaac6b42626de25742d766c12e3ec4a65dbc9a8

Comment by Githook User [ 27/Mar/14 ]

Author:

{u'name': u'Shaun Verch', u'email': u'shaun.verch@mongodb.com'}

Message: SERVER-13372 Add parameter to not mark the Environment as valid
Branch: master
https://github.com/mongodb/mongo/commit/113d4a9e3d22f6d81e29252ea8170d5f48ad3c5d

Comment by Githook User [ 27/Mar/14 ]

Author:

{u'name': u'Shaun Verch', u'email': u'shaun.verch@mongodb.com'}

Message: SERVER-13372 Canonicalize dur, nodur, journal, nojournal and storage.journaling.enabled
Branch: master
https://github.com/mongodb/mongo/commit/17882d68d1ee00e75e545abe65bda1b18876ef21

Generated at Thu Feb 08 03:31:31 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.