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, "name" is the client name as who you're trying to mount the filesystem, "fs_name" is the name of your CephFS. You can run 'ceph fs ls' to see which filesystems are present. And then you need the path you want to mount, in this example it's the root directory "/". Regards, Eugen Zitat von filip Mutterer <filip@3dds.io>:
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?
_______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (2)
-
Eugen Block
-
filip Mutterer