一、ERROR: osd init failed: (36) File name too long
二、 NeedDiskError: Must supply disk/path argument
三、RuntimeError: Failed to connect any mon
四、报错from ceph_deploy.cli import main
一、ERROR: osd init failed: (36) File name too long
出现上述问题的一种原因是:挂在目录的文件系统类型是ext4,解决办法有两种
1)修改/etc/ceph/ceph.conf文件,在文件中添加如下配置
osd max object name len = 256
o