我已经使用以下命令成功挂载了ceph:
mount -t ceph ceph-mon1.storage:6789:/ /mnt/mycephfs -o name=cephx,secretfile=/etc/ceph/ceph.client.cephx.keyring但是,当我尝试将其设置为persistent vis fstab时,它不起作用
ceph ceph-mon1.storage:6789:/ /mnt/ftd ceph name=cephx,secretfile=/etc/ceph/ceph.client.cephx.keyring,noatime 0 0发布于 2020-01-22 00:14:28
我的错误,需要从开头的ceph-mon1.storage:6789:/ /mnt/ftd ceph name=cephx,secretfile=/etc/ceph/ceph.client.cephx.keyring,noatime 0 0中删除ceph
https://stackoverflow.com/questions/59844903
复制相似问题