mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
add doc link for bad repl source SERVER-978
This commit is contained in:
parent
14201b26eb
commit
0cf16a382f
@ -670,6 +670,8 @@ namespace mongo {
|
||||
ReplSource tmp(c->current());
|
||||
if ( tmp.hostName != cmdLine.source ) {
|
||||
log() << "repl: --source " << cmdLine.source << " != " << tmp.hostName << " from local.sources collection" << endl;
|
||||
log() << "repl: for instructions on changing this slave's source, see:" << endl;
|
||||
log() << "http://dochub.mongodb.org/core/masterslave" << endl;
|
||||
log() << "repl: terminating mongod after 30 seconds" << endl;
|
||||
sleepsecs(30);
|
||||
dbexit( EXIT_REPLICATION_ERROR );
|
||||
|
Loading…
Reference in New Issue
Block a user