Yesterday i found out that secondary member in repset is out of sync with primary. Difference was too big to fit the oplog so i had to sync manually. According to the manual i stopped mongod, entirely deleted content of dbpath and started mongod againg. It started with status "STARTUP2" and began the initial sync. There were more than 200G to sync so i leave it syncing and went home. Today i saw that status was changed from "STARTUP2" to "SECONDARY"
"_id" : 0,
"name" : "lab7-mongo-4:27020",
"health" : 1,
"state" : 2,
"stateStr" : "SECONDARY",
"uptime" : 71414,
"optime" : Timestamp(1448011826, 2),
"optimeDate" : ISODate("2015-11-20T09:30:26.000Z"),
"lastHeartbeat" : ISODate("2015-11-20T09:38:41.000Z"),
"lastHeartbeatRecv" : ISODate("2015-11-20T09:38:41.000Z"),
"pingMs" : 0,
"syncingTo" : "lab7-mongo-9:27020"
but dbpath size on secondary is 109G vs 205G on primary. As i inderstand it should still syncing, but it is not. Size of dbpath on secodary didn't increase during last two hours. Please advise how to finish the sync.