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

Azure blob storage prototype #5562

Closed
arpad-m opened this issue Oct 16, 2023 · 0 comments · Fixed by #5546
Closed

Azure blob storage prototype #5562

arpad-m opened this issue Oct 16, 2023 · 0 comments · Fixed by #5546
Assignees
Labels
c/storage/pageserver Component: storage: pageserver c/storage/safekeeper Component: storage: safekeeper

Comments

@arpad-m
Copy link
Member

arpad-m commented Oct 16, 2023

We want to add azure blob storage support to the pageserver on a prototype level.

This involves:

  • Addition of a RemoteStorage backend.
  • Config parsing
  • Tests
  • Validation
@arpad-m arpad-m added the c/storage/pageserver Component: storage: pageserver label Oct 16, 2023
@arpad-m arpad-m self-assigned this Oct 16, 2023
@arpad-m arpad-m added the c/storage/safekeeper Component: storage: safekeeper label Oct 16, 2023
arpad-m added a commit that referenced this issue Oct 16, 2023
Adds prototype-level support for [Azure blob storage](https://azure.microsoft.com/en-us/products/storage/blobs). Some corners were cut, see the TODOs and the followup issue #5567 for details.

Steps to try it out:

* Create a storage account with block blobs (this is a per-storage
account setting).
* Create a container inside that storage account.
* Set the appropriate env vars: `AZURE_STORAGE_ACCOUNT,
AZURE_STORAGE_ACCESS_KEY, REMOTE_STORAGE_AZURE_CONTAINER,
REMOTE_STORAGE_AZURE_REGION`
* Set the env var `ENABLE_REAL_AZURE_REMOTE_STORAGE=y` and run `cargo
test -p remote_storage azure`

Fixes  #5562
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/storage/pageserver Component: storage: pageserver c/storage/safekeeper Component: storage: safekeeper
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant