-
Notifications
You must be signed in to change notification settings - Fork 184
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
controllers: add a new controller to setup mirroring #2878
controllers: add a new controller to setup mirroring #2878
Conversation
Skipping CI for Draft Pull Request. |
1128536
to
4d36986
Compare
4d36986
to
e3e601b
Compare
e3e601b
to
451b704
Compare
2c252fc
to
64ce4ce
Compare
64ce4ce
to
f5d610d
Compare
0c6cd48
to
8cf94cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having comments on code would definitely make it much easier for us to review it. This is such a big change and doesn't make any sense to me.
f86bf71
to
319272e
Compare
Signed-off-by: Rewant Soni <[email protected]>
005e111
to
b737592
Compare
controllers/storageclusterpeer/storageclusterpeer_controller.go
Outdated
Show resolved
Hide resolved
controllers/storageclusterpeer/storageclusterpeer_controller.go
Outdated
Show resolved
Hide resolved
139c3bb
to
69a78de
Compare
5275b85
to
8561abe
Compare
bd99d28
to
4c5c795
Compare
352ad26
to
d05e238
Compare
Signed-off-by: Rewant Soni <[email protected]>
d05e238
to
f3fb34d
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nb-ohad, rewantsoni The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/jira backport release-4.18 |
@rewantsoni: The following backport issues have been created: Queuing cherrypicks to the requested branches to be created after this PR merges: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@openshift-ci-robot: once the present PR merges, I will cherry-pick it on top of In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
5d188d4
into
red-hat-storage:main
@openshift-ci-robot: new pull request created: #2908 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Add two rpc calls required for setting up mirroring for blockpool and radosnamespace
A new controller to enable mirroring for cephblockpool and radosnamespace
Depends On: