monogdb new file allocation failure
如题,python和mongodb(3.0版本)交互,报错 new file allocation failure:
具体的日志里面是
2016-01-15T14:58:46.082+0800 I STORAGE [FileAllocator] allocating new datafile /var/lib/mongo/spiderdb.9, filling with zeroes...
2016-01-15T14:58:46.098+0800 I STORAGE [FileAllocator] FileAllocator: posix_fallocate failed: errno:28 No space left on device falling back
2016-01-15T14:58:46.098+0800 I STORAGE [FileAllocator] error: failed to allocate new file: /var/lib/mongo/spiderdb.9 size: 2146435072 failure creating new datafile; lseek failed for fd 64 with errno: errno:2 No such file or directory. will try again in 10 seconds
2016-01-15T14:58:46.210+0800 I - [conn16] Assertion: 12520:new file allocation failure
请各位大神帮忙看下怎么解决哈
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查一下磁盘空间够不够……