I have a test node running Ceph where about 10TB of data are stored in a CephFS filesystem. I want to make certain subpaths in the CephFS file available to a Docker container where it can be shared over NFS and SMB.
The osds, mons and mds' are running on the same node which inhibits mounting CephFS in fstab.
How else can I mount subpaths of the CephFS filesystem into the container(s)?