ceph настроить монтирование v ie с помощью fstab - PullRequest
0 голосов
/ 21 января 2020

я успешно смонтировал 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/

1 Ответ

0 голосов
/ 21 января 2020

моя ошибка, необходимо удалить ceph из начала ceph-mon1.storage:6789:/ / mnt / ftd имя ceph = cephx, secretfile = / etc / ceph / ceph.client.cephx.keyring, noatime 0 0

...