[18:08:52] <blizzow> I'm doing some maintenance on a really old(unmaintained) ruby app that uses mongoid/moped to connect to a mongo database. For some reason, I'm getting lots of errors for each member of my replica set:
[18:09:32] <blizzow> "MOPED: Could not resolve IP for: myreplicasethost.mydomain.com:27017 runtime n/a"
[18:10:15] <blizzow> if I ping my replicaset members from the host that's running the ruby app, it works fine. I was wondering if anyone here might know what could cause that?
[18:11:23] <blizzow> I'm doing some maintenance on a really old(unmaintained) ruby app that uses mongoid/moped to connect to a mongo database. For some reason, I'm getting lots of errors for each member of my replica set:
[18:11:25] <blizzow> "MOPED: Could not resolve IP for: myreplicasethost.mydomain.com:27017 runtime n/a"
[18:12:09] <blizzow> I'm hoping someone in here might have an idea of what's going on. If I log into the host, it's able to ping my mongo database hosts just fine.