cef使用fstab配置安装视频

问题描述 投票:0回答:1

我已经使用命令成功安装了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 fstab
1个回答
0
投票

我的错误,需要从头开始删除cephceph-mon1.storage:6789:/ / mnt / ftd ceph name = cephx,secretfile = / etc / ceph / ceph.client.cephx.keyring,noatime 0 0

© www.soinside.com 2019 - 2024. All rights reserved.