We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd4ed4 commit 85ab665Copy full SHA for 85ab665
MongoBackup/Sharding.py
@@ -116,7 +116,6 @@ def get_configdb_hosts(self):
116
config_replset, config_string = config_string.split("/")
117
return config_string.split(',')
118
except Exception:
119
- validate_hostname(config_string)
120
return [config_string]
121
else:
122
logging.fatal("Unable to locate config servers for %s:%i!" % (self.db.host, self.db.port))
0 commit comments