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

A typo in grpc.py #574

Closed
gbregman opened this issue Apr 11, 2024 · 0 comments · Fixed by #575
Closed

A typo in grpc.py #574

gbregman opened this issue Apr 11, 2024 · 0 comments · Fixed by #575
Assignees

Comments

@gbregman
Copy link
Contributor

In grpc.py we have the line:

return pb2.bconnections_info(status=status, error_message=errmsg, connections=[])

this is a typo. It should be:

return pb2.connections_info(status=status, error_message=errmsg, connections=[])
@gbregman gbregman self-assigned this Apr 11, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in NVMe-oF Apr 11, 2024
gbregman added a commit to gbregman/ceph-nvmeof that referenced this issue Apr 11, 2024
Fixes ceph#574

Signed-off-by: Gil Bregman <[email protected]>
gbregman added a commit to gbregman/ceph-nvmeof that referenced this issue Apr 11, 2024
Fixes ceph#574

Signed-off-by: Gil Bregman <[email protected]>
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in NVMe-oF Apr 11, 2024
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 a pull request may close this issue.

1 participant