-
Notifications
You must be signed in to change notification settings - Fork 4
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
Rename provider #8
Comments
@briantopping Indeed, this makes sense if you could confirm that it works with any Ceph outside of OpenShift. Back when I tested it, the only test environment I had access was OpenShift. Right now I don't have access to any test environment or capacity to work on it. If your tests on a non-OpenShift Ceph are successful, it would be great if you could contribute a PR renaming (from |
Well then we exclude openshift, right? :) Does it make sense to just call it |
No. I also had the idea to implement a "generic" S3 storage provider. But when testing on OpenShift and comparing with Amazon S3 I realized this is not a good idea. The OCS S3-compatible API was only partially compatible and the incompatibilities are storage-provider (likely Ceph) specific.
My idea was that you test on a non-OpenShift Ceph and the tests are successful without the need of any changes to the current implementation, then we could rename it to |
@briantopping Do you still plan to work on this, or should it be closed? |
Hi Stoyan, I had to take a break for income reasons but am getting back in to these tickets now. The first tickets I’m looking at is public IP addresses in metallb/metallb#887.
I may be working on VMware shortly as well ;).
Do you prefer this is closed until I can reopen it?
…Sent from my iPhone
On Oct 16, 2021, at 08:15, Stoyan Rachev ***@***.***> wrote:
@briantopping Do you still plan to work on this, or should it be closed?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
No, if you still plan to work on it, let's keep it open. |
Hello!
@stoyanr pointed me to this provider and I believe that it is usable as is on Ceph as an etcd backup provider. Path-style S3 is the key differentiator that I have found while using Ceph S3, that's enabled here.
Does it make sense that this provider would be renamed and remove references to OCS so that it is easier to recognize for those who follow?
I will follow up to this issue once I get it deployed.
The text was updated successfully, but these errors were encountered: