我正在使用MongoDB 3.6.5(已在3.2 / 3.4上进行测试),并且已在 /etc/mongo.conf 中启用了“ directoryPerDB”。
#mongod.conf
storage:
dbPath: /var/lib/mongodb
journal:
enabled: true
directoryPerDB: true
我为数据库创建了LVM磁盘,并符号链接到 / var / lib / mongodb
这是问题:
当这些lvm之一已满时,它将杀死 mongod服务,因此我无法使用其余的数据库,那里的存储空间可用。因此,由于结构相同,这将杀死我的主节点,然后杀死辅助节点。
有什么办法可以解决吗?
我们将非常感谢您的帮助!