use admin
db.runCommand(
);
fails with
{
"ok" : 0,
"errmsg" : "can't use localhost as a shard since all shards need to communicate. allowLocal to override for testing"
}
use admin
db.runCommand(
);
fails with
{
"ok" : 0,
"errmsg" : "can't use localhost as a shard since all shards need to communicate. allowLocal to override for testing"
}