我已经使用以下命令成功挂载了 ceph:
mount -t ceph ceph-mon1.storage:6789:/ /mnt/mycephfs -o name=cephx,secretfile=/etc/ceph/ceph.client.cephx.keyring
但是当我尝试将其设置为持久化时,它不起作用
ceph ceph-mon1.storage:6789:/ /mnt/ftd ceph name=cephx,secretfile=/etc/ceph/ceph.client.cephx.keyring,noatime 0 0
我基于 https://docs.ceph.com/docs/master/cephfs/kernel/
我的错误,需要从头开始删除 ceph Ceph-mon1.storage:6789://mnt/ftd ceph name=cephx,secretfile=/etc/ceph/ceph.client.cephx.keyring,noatime 0 0