Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix Storage in Ceph #24

Closed
wants to merge 2 commits into from
Closed

Matrix Storage in Ceph #24

wants to merge 2 commits into from

Conversation

expedited
Copy link

Changes

  • Created S3 bucket in Ceph 'synapse-storage'
  • Added to homeserver.yaml cfg file to include new Ceph storage bucket
  • Included the storage provider file in Docker image, and added this file to the image PYTHONPATH

TODO's

  • Figure out how to update the s3_storage_provider file as it updates within the matrix-org repo

Addresses issue #6

@expedited expedited requested review from cg505, ja5087, encadyma and fydai May 8, 2020 20:45
@encadyma encadyma linked an issue May 8, 2020 that may be closed by this pull request
Copy link
Member

@cg505 cg505 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

imo, for getting the s3_storage_provider.py file into the docker image, there are two reasonable options:

  1. have the synapse-s3-storage-provider git repo as a submodule, and in the Dockerfile, COPY directly from the submodule to the correct place in the docker image
  2. in the Makefile, (in cook-image) clone the synapse-s3-storage-provider repo into a set place, and then have the Dockerfile COPY the python file from that clone into the docker image

also, just to make sure, does matrix proxy requests to ceph? right now you can't hit ceph.ocf.berkeley.edu from outside the firewall

@nikhiljha
Copy link
Member

oldceph is dead, closing

@nikhiljha nikhiljha closed this Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

File Uploads
4 participants