-
Notifications
You must be signed in to change notification settings - Fork 173
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
Makehosts doesn't seem to handle regex properly #3409
Comments
Using xcat 2.13.5 |
This defect can be easily recreated with xcat 2.13.5 GA version. hi @bybai , would you please take a look at this? thanks |
Hi @zet809 Is there any kind of workaround for the time being, if not I have to manually update /etc/hosts and not run makehosts? |
To reduce the scope, We should create a reference page that shows which keywords in the node definition should have regular expression supported and which ones do not . Of the ones that should be supported, we should test whether it's broken or not. We can then prioritize which ones should be fixed now and which ones are lower priority. @hu-weihua We need to have some regular expression testcases created, as we don't want #3047 to happen again as we are making changes to this code. |
Hi @cganglin , currently, the work around is to manually update /etc/hosts . For this |
Ok, which drop of the code I would need to use to get this change? |
@cganglin It was merged 1 day ago so if you update to today's build, should be there. |
@whowutwut, I will plan to add test case for this in 2.13.6 sprint2. thanks |
In service group i have the following regex
When node definition values are correct, but after running makehosts and checking /etc/hosts the below is what i get:
Any ideas what to debug
The text was updated successfully, but these errors were encountered: