I have a CEPH+LXD cluster configuration. And I would like to serve the files in the container over HTTP (S3,whatever doesn't matter).
Is there a way to do this using the rgw
service?
Like can I point it to serve the cephFS directories and stuff?
In my head it works something like this
S3 client -> Same RADOS object <- cephFS client
is this even possible? and if so can we extend even further with ext4 cephRBD volumes?