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

Adding support for active-rack #312

Merged
merged 6 commits into from
Oct 4, 2024
Merged

Conversation

tanmayja
Copy link
Contributor

@tanmayja tanmayja commented Sep 5, 2024

TODO:

  1. Change management lib after release.
  2. Change image name in testcase after server docker image release.

@tanmayja tanmayja marked this pull request as draft September 5, 2024 14:27
if r.IsReclusterNeeded() {
if err = deployment.InfoRecluster(
r.Log,
r.getClientPolicy(), allHostConns,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use policy from above


for specIdx := range r.aeroCluster.Spec.RackConfig.Racks {
for statusIdx := range r.aeroCluster.Status.RackConfig.Racks {
if r.aeroCluster.Spec.RackConfig.Racks[specIdx].ID == r.aeroCluster.Status.RackConfig.Racks[statusIdx].ID &&

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a complicated condition, comments would help understand the condition.

@sud82 sud82 marked this pull request as ready for review October 1, 2024 08:23
@abhishekdwivedi3060 abhishekdwivedi3060 changed the base branch from master to 3.4.0-bug-fix October 4, 2024 06:25
@abhishekdwivedi3060 abhishekdwivedi3060 merged commit 3997de8 into 3.4.0-bug-fix Oct 4, 2024
8 of 9 checks passed
sud82 pushed a commit that referenced this pull request Oct 16, 2024
* Fixed /config/apply API method for backup service

* Added support for active-rack (#312)

* Updated submodule to fetch 7.2 schemas

* Changed order of recluster and set roster command in reconcile flow

* Added duplicate volume name check in BackupService webhook

* KO-348: Skip setting hostPort in Aerospike container for podOnly network and multiPodPerHost: false (#316)

* Fixed tls and non-tls network policy hostPort flow

* Fixed the setting of the error phase while the wrong server image is given.

---------
Co-authored-by: Abhisek Dwivedi <[email protected]>
Co-authored-by: Tanmay Jain <[email protected]>
Co-authored-by: Jwalant Modi <[email protected]>
Co-authored-by: Tanmay Jain <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants