Why getting error mongod dead but subsys locked and Insufficient free space for journal files on Linux?

前端 未结 7 1177
轮回少年
轮回少年 2020-12-07 10:47

I have installed mongo-10gen mongo-10gen-server on Linux CentOS server.

I followed the steps from Link.

I have configured /etc/mongo

7条回答
  •  無奈伤痛
    2020-12-07 11:05

    Just a note, which helped me. Though there were no technical issue related to mongo. It was just the system's space was insufficient. Clearing the system's cache worked out to me and mongo was back running smoothly.

    yum clean all
    

提交回复
热议问题