Skip to content

fix: bug in containment name for node #31

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

Merged
merged 1 commit into from
Mar 7, 2024
Merged

fix: bug in containment name for node #31

merged 1 commit into from
Mar 7, 2024

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Mar 7, 2024

Problem: there is a small bug that the node is using the uid (larger number) instead of the name.
Solution: get the name explicitly from the node to use.

Fixed gist is here - https://gist.github.com/vsoch/f9eb5e92f8c99bb00372b78ad978ac3b before it had node0, node1, node2 for the names, but then in the containment called them node0, node16, node32 (oops).

Problem: there is a small bug that the node is using
the uid (larger number) instead of the name.
Solution: get the name explicitly from the node to use.

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
@vsoch vsoch merged commit 76c83dc into main Mar 7, 2024
@vsoch vsoch deleted the bug-node-name branch March 7, 2024 01:30
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.

1 participant