ceph 使用 fstab 配置挂载 vie

ceph configure mount vie using fstab

我已经使用命令成功挂载了 ceph:

mount -t ceph ceph-mon1.storage:6789:/ /mnt/mycephfs -o name=cephx,secretfile=/etc/ceph/ceph.client.cephx.keyring

但是当我尝试将它设置为对 fstab 持久化时它不起作用

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