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

Adding OS matrix changelog and remove CentOS7 as it is approaching EOL #7287

12 changes: 11 additions & 1 deletion _install-and-configure/install-opensearch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,24 @@

OS | Version
:---------- | :--------
CentOS | 7
Rocky Linux | 8
Alma Linux | 8
Amazon Linux | 2/2023
Ubuntu | 20.04
Windows Server | 2019


### Change Log ##

Check failure on line 33 in _install-and-configure/install-opensearch/index.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.HeadingCapitalization] 'Change Log' is a heading and should be in sentence case. Raw Output: {"message": "[OpenSearch.HeadingCapitalization] 'Change Log' is a heading and should be in sentence case.", "location": {"path": "_install-and-configure/install-opensearch/index.md", "range": {"start": {"line": 33, "column": 5}}}, "severity": "ERROR"}

<div class="table-styler"></div>

| Date | Issue | PR | Details |
|:-----------|:-------|:-------|:--------------------------|
| 2024-06-03 | [opensearch-build Issue 4379](https://github.com/opensearch-project/documentation-website/issues/4379) | [PR 7285](https://github.com/opensearch-project/documentation-website/pull/7285) | Remove CentOS7 as it if approaching [EOL](https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/) |

Check failure on line 39 in _install-and-configure/install-opensearch/index.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.Range] Use an en dash (--) with no space on either side in a range of numbers. Raw Output: {"message": "[OpenSearch.Range] Use an en dash (--) with no space on either side in a range of numbers.", "location": {"path": "_install-and-configure/install-opensearch/index.md", "range": {"start": {"line": 39, "column": 3}}}, "severity": "ERROR"}

Check failure on line 39 in _install-and-configure/install-opensearch/index.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'OpenSearch' instead of 'opensearch'. Raw Output: {"message": "[Vale.Terms] Use 'OpenSearch' instead of 'opensearch'.", "location": {"path": "_install-and-configure/install-opensearch/index.md", "range": {"start": {"line": 39, "column": 17}}}, "severity": "ERROR"}
| 2024-03-08 | [opensearch-build Issue 4573](https://github.com/opensearch-project/opensearch-build/issues/4573) | [PR 6637](https://github.com/opensearch-project/documentation-website/pull/6637) | Remove CentOS8, add Almalinux8/Rockylinux8, remove Ubuntu 16.04/18.04 as we currently only test on 20.04 |

Check failure on line 40 in _install-and-configure/install-opensearch/index.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.Range] Use an en dash (--) with no space on either side in a range of numbers. Raw Output: {"message": "[OpenSearch.Range] Use an en dash (--) with no space on either side in a range of numbers.", "location": {"path": "_install-and-configure/install-opensearch/index.md", "range": {"start": {"line": 40, "column": 3}}}, "severity": "ERROR"}

Check failure on line 40 in _install-and-configure/install-opensearch/index.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'OpenSearch' instead of 'opensearch'. Raw Output: {"message": "[Vale.Terms] Use 'OpenSearch' instead of 'opensearch'.", "location": {"path": "_install-and-configure/install-opensearch/index.md", "range": {"start": {"line": 40, "column": 17}}}, "severity": "ERROR"}
| 2023-06-06 | [documentation-website Issue 4217](https://github.com/opensearch-project/documentation-website/issues/4217) | [PR 4218](https://github.com/opensearch-project/documentation-website/pull/4218) | Support Matrix Creation |

Check failure on line 41 in _install-and-configure/install-opensearch/index.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.Range] Use an en dash (--) with no space on either side in a range of numbers. Raw Output: {"message": "[OpenSearch.Range] Use an en dash (--) with no space on either side in a range of numbers.", "location": {"path": "_install-and-configure/install-opensearch/index.md", "range": {"start": {"line": 41, "column": 3}}}, "severity": "ERROR"}


## File system recommendations

Avoid using a network file system for node storage in a production workflow. Using a network file system for node storage can cause performance issues in your cluster due to factors such as network conditions (like latency or limited throughput) or read/write speeds. You should use solid-state drives (SSDs) installed on the host for node storage where possible.
Expand Down
Loading