-
Notifications
You must be signed in to change notification settings - Fork 449
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
Das factory not include gcs option #2768
Comments
additional issue, das pod start after both set local and gcs storage, but got error with it might be something issue with nitro/das/google_cloud_storage_service.go Lines 194 to 197 in b4e27fc
|
You are welcome to open a PR to fix these issues, but we don't directly support GCS at this time. |
I'd like to create PR after the custoimze image which I modifty to support GCS running for a while. |
we have not tested minio, etc. but you are free to do your own testing and submit PRs if fixes are needed |
Describe the bug
This is a bug about PR #2643
I've tried self build master image and use gcs as storage backend, it says
At least one of --data-availability.(local-db-storage|local-file-storage|s3-storage) must be enabled.
Due to
nitro/das/factory.go
Lines 170 to 175 in b4e27fc
GCS Storage should be append into this check
To Reproduce
The latest nitro das with only gcs enable
The text was updated successfully, but these errors were encountered: