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

4gws fixes #587

Merged
merged 4 commits into from
Apr 17, 2024
Merged

4gws fixes #587

merged 4 commits into from
Apr 17, 2024

Conversation

baum
Copy link
Collaborator

@baum baum commented Apr 16, 2024

several fixes

  • tweak the 4gws test,to allow gateway IP change by using '0.0.0.0' as listener address
  • control/grpc.py
    • tweak listener matching logic, to disallow the creation of the same address/port listener on the same gateway only.
    • revert the OMAP lock from recycle
    • fix subsystem listeners state clean-up

Alexander Indenbaum added 4 commits April 16, 2024 14:10
The function matching_listener_exists() previously prevented the creation of
identical address/port listeners on different gateways. While this safeguard
ensured a valid configuration, it also blocked scenarios where addresses
like 0.0.0.0:4420 and 127.0.0.r10:4420 could coexist on different gateways
simultaneously.

To address this, the logic has been adjusted to only disallow the creation of
the same address/port listener on the same gateway. This modification preserves
valid configurations while preventing conflicts within the same gateway context.

Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
@baum baum merged commit e878d10 into ceph:devel Apr 17, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants