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

Backport #54 to v2.3.2 #55

Merged
merged 1 commit into from Jul 12, 2022
Merged

Conversation

mansam
Copy link
Collaborator

@mansam mansam commented Jul 12, 2022

Targeted collection fails for a VM if its name is a substring of another VM in the same namespace, due to grep returning multiple matches for the name. Add -w flag to do a whole-word comparison and avoid the collision.

Targeted collection fails for a VM if its name is a substring
of another VM in the same namespace, due to grep returning
multiple matches for the name. Add -w flag to do a whole-word
comparison and avoid the collision.
@mansam mansam changed the title Backport #54 Fix collision when collecting VM CRs Backport #54 to v2.3.2 Jul 12, 2022
Copy link

@jortel jortel left a comment

Choose a reason for hiding this comment

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

LGTM

@mansam mansam merged commit 6234680 into kubev2v:release-v2.3.2 Jul 12, 2022
2 checks passed
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.

None yet

2 participants