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

fix: update engine naming regex to allow non digit enging #632

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
longhorn/longhorn-manager#2180

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

ref: longhorn/longhorn 9267

Signed-off-by: Jack Lin <jack.lin@suse.com>
@derekbit derekbit merged commit db39f71 into longhorn:v1.7.x Aug 22, 2024
9 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.

2 participants