On 7/1/21 4:14 PM, Simon Sutter wrote:
Hello Everyone!
I'm trying to mount the ceph, with the fuse client under debian 9 (ceph-fuse 10.2.11-2).
Ceph is on the latest Octopus release. The direct command is working, but writing it in fstab does not.
Command I use: ceph-fuse --id dev.wsc -k /etc/ceph/ceph.clinet.dev.wsc.keyring -r /testing/dev.wsc/userdata /mnt/ceph
/etc/ceph.conf:
[global] fsid = [fsid] mon_host = 10.99.15.1 10.99.15.2 10.99.15.3 10.99.15.4 10.99.15.5
/etc/ceph/ceph.clinet.dev.wsc.keyring:
^^ I guess that is a typo
[client.dev.wsc] key = [key]
Can you try to put the file "ceph.client.dev.wsc.key" in /etc/ceph and only put the key in it (nothing else) ... and try again Gr. Stefan P.s. There should be no need for ceph.conf=/etc/ceph/ceph.conf as its the default location.