我已经使用以下命令成功安装了 ceph:
mount -t ceph ceph-mon1.storage:6789:/ /mnt/mycephfs -o name=cephx,secretfile=/etc/ceph/ceph.client.cephx.keyring
但是当我尝试将它设置为持久 vis fstab 它不起作用
ceph ceph-mon1.storage:6789:/ /mnt/ftd ceph name=cephx,secretfile=/etc/ceph/ceph.client.cephx.keyring,noatime 0 0