The offending line: https://github.com/mongodb/mongo/blob/r3.3.5/src/mongo/db/db.cpp#L322
2016-05-02T12:07:06.015-0400 D STORAGE [initandlisten] enter repairDatabases (to check pdfile version #) 2016-05-02T12:07:06.016-0400 D - [initandlisten] User Assertion: 20:Cannot create a database in read-only mode. 2016-05-02T12:07:06.016-0400 W STORAGE [initandlisten] database /data/queryable/qrtmp/ local could not be opened due to DBException 20: Cannot create a database in read-only mode. 2016-05-02T12:07:06.016-0400 D STORAGE [initandlisten] mmf close 2016-05-02T12:07:06.016-0400 I STORAGE [initandlisten] exception in initAndListen: 20 Cannot create a database in read-only mode., terminating
- related to
-
SERVER-23299 Remove temp flag on all collections if last startup was on 3.2.0-3.2.4
- Closed