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
Add function to enable huge pages #4461
Add function to enable huge pages #4461
Conversation
7d2c8d5
to
7ba6b9c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR validation
Cluster Name:
Cluster Configuration: ocs_ci/templates/ocp-deployment/huge_pages.yaml
PR Test Suite: deployment
PR Test Path: tests/
Additional Test Params:
OCP VERSION: 4.7
OCS VERSION: 4.7
Job FAILED (installation failed, tests not executed).
ocs_ci/ocs/constants.py
Outdated
| @@ -68,9 +68,13 @@ | |||
| ROOK_CSI_CEPHFS_DIR = os.path.join(ROOK_EXAMPLES_DIR, "csi", "cephfs") | |||
| CLEANUP_YAML = "cleanup.yaml.j2" | |||
| MANIFESTS_DIR = "manifests" | |||
|
|
|||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove blank line here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sometimes there were two empty lines between sections, sometime one, I deleted it on every place were we had 2 and we should now follow only one. Thanks
docs/usecases/enable_huge_pages.md
Outdated
| If you need to enable Huge Pages please use this config file: | ||
|
|
||
| `ocs_ci/templates/ocp-deployment/huge_pages.yaml` | ||
|
|
||
| If you pass this file via --ocsci-conf, it will apply this file: | ||
|
|
||
| `ocs_ci/templates/ocp-deployment/huge_pages.yaml` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to enable huge pages using conf/ocsci/enable_huge_pages.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, yep, I copied wrong file :( the same in verification
looks like you have passed wrong conf file |
Signed-off-by: Petr Balogh <pbalogh@redhat.com>
7ba6b9c
to
368e75b
Compare
|
Verified here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR validation
Cluster Name:
Cluster Configuration: ocs_ci/templates/ocp-deployment/huge_pages.yaml
PR Test Suite: deployment
PR Test Path: tests/
Additional Test Params:
OCP VERSION: 4.7
OCS VERSION: 4.7
Job FAILED (installation failed, tests not executed).
Signed-off-by: Petr Balogh pbalogh@redhat.com