-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add Ceph RBD and Gluster provisioners #11460
Conversation
There was *lot of* backporting (some files were renamed etc), and large parts of other upstream PRs (like 34611 and 33367) were needed.
[test] |
LGTM |
f012fea
to
ced9cf3
Compare
[test] |
ced9cf3
to
4188907
Compare
Gluster provisioner must be able create an endpoint with coordinates of Gluster cluster for each provisioned PV. And a service must be created to prevent garbage collector to delete an "orphan" endpoint without a service.
4188907
to
fa13b13
Compare
fa13b13
to
a4454f7
Compare
[test] |
Evaluated for origin test up to a4454f7 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10344/) (Base Commit: 1ec25ef) |
all green @childsb |
[merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10344/) (Image: devenv-rhel7_5216) |
Evaluated for origin merge up to a4454f7 |
There are several UPSTREAM and downstream patches in this PR, all of them adding necessary functionality to fix Gluster provisioner not to leak passwords and add Ceph RBD provisioner.
It would be tedious to merge the individual patches one by one and they depend on each other.