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 v1.7.x] fix: update engine naming regex to allow non digit enging #3080

Merged

Conversation

ChanYiLin
Copy link
Contributor

ref: longhorn/longhorn#9267

Before v1.4.x, users might have engine name like "XXXX-e-12avc" or "XXXX-e-abcd1"
We change to use "-0", "-1" starting from v1.4.4, v1.5.2
#2180

The previous regex didn't allow "XXXX-e-12avc" which has non digit ending
We should fix it

@ChanYiLin ChanYiLin self-assigned this Aug 22, 2024
@ChanYiLin
Copy link
Contributor Author

Waiting for the following PR is merged

ref: longhorn/longhorn 9267

Signed-off-by: Jack Lin <jack.lin@suse.com>
@ChanYiLin ChanYiLin force-pushed the LH9267_fix_parse_engine_process_name_v17x branch from b6a6144 to 0f21c90 Compare August 22, 2024 06:24
@ChanYiLin ChanYiLin changed the title fix: update engine naming regex to allow non digit enging [BACKPORT v1.7.x] fix: update engine naming regex to allow non digit enging Aug 22, 2024
@ChanYiLin ChanYiLin marked this pull request as ready for review August 22, 2024 06:24
Copy link
Member

@derekbit derekbit left a comment

Choose a reason for hiding this comment

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

LGTM

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.

2 participants