In the official guide I found this example to mount Cephfs:
mount -t ceph name@.fs_name=/ /mnt/mycephfs -o mon_addr=1.2.3.4
How to adapt to part "name@.fs_name=/" to my setup. Which command do I
have to run in cephadm shell to pick up the details?
___
Hi guys,
I can mount my cephfs via mount command and access it without any problem.
Now I want to integrate it in autofs which is used on our cluster.
It seems this is not a popular approach and I found only this link:
https://drupal.star.bnl.gov/STAR/blog/mpoat/how-mount-cephfs
I followed the