Skip to content

Commit

Permalink
ignore transportSecurity from source stats
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul committed Aug 31, 2018
1 parent 3ca499e commit a5bbbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbs/mongo_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ def _get_server_status(self):
try:
server_status_cmd = SON([('serverStatus', 1)])
server_status = self.admin_db.command(server_status_cmd)
ignored_props = ["locks", "recordStats", "$gleStats", "wiredTiger"]
ignored_props = ["locks", "recordStats", "$gleStats", "wiredTiger", "transportSecurity"]
# IMPORTANT NOTE: We remove the "locks" property
# which is introduced in 2.2.0 to avoid having issues if a client
# tries to save the returned document. this is because "locks"
Expand Down

0 comments on commit a5bbbd1

Please sign in to comment.