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

Allow space in sysctl and env metas #259

Closed
Skazza94 opened this issue Jan 4, 2024 · 0 comments
Closed

Allow space in sysctl and env metas #259

Skazza94 opened this issue Jan 4, 2024 · 0 comments

Comments

@Skazza94
Copy link
Member

Skazza94 commented Jan 4, 2024

The current regular expressions used for sysctl and env metas in the Machine class restrict the use of spaces within the value field.

This limitation makes impossible to adjust certain parameters, such as net.ipv4.tcp_rmem, which requires three values:

net.ipv4.tcp_rmem=4096 87380 33554432

Furthermore, users may want to declare environment variables containing spaces.

To address this, we plan to modify the regex to allow spaces while ensuring compliance with the key=value syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants