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

shine does not apply tunings in expected order #200

Open
degremont opened this issue May 2, 2017 · 3 comments
Open

shine does not apply tunings in expected order #200

degremont opened this issue May 2, 2017 · 3 comments
Milestone

Comments

@degremont
Copy link
Collaborator

Some Lustre tunings require to apply their values in a specific order.
For instance, the llite max_read_ahead_per_file_mb parameter must be set after the max_read_ahead_mb one, otherwise it will be reset to the same value as max_read_ahead_mb.
However, shine does not apply these tunings in a deterministic order (changing the order in which they appear in the tuning.conf file will not change the order they are applied).
As a consequence, it is not possible to apply the above settings using the tuning.conf file.

Reported by: fsr-atos

@degremont
Copy link
Collaborator Author

  • status: new --> accepted

Original comment by: degremont

@degremont
Copy link
Collaborator Author

Indeed Shine applies tunings in tuning.conf in parallel. This speeds up start phase dramatically. There is no way to workaround this in Shine for now. We should think about it.

For your problème, you can use lctl conf_param or set_param -P to workaround this.

Original comment by: degremont

@degremont
Copy link
Collaborator Author

  • Milestone: 1.5 --> 1.6

Original comment by: degremont

@degremont degremont added this to the 1.6 milestone May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant