Skip to content

Document OpenSearch known issue for 2024.1 upgrade #1351

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

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/source/operations/upgrading-openstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,17 @@ Known issues
applying package updates. This will happen automatically as a post hook when
running the ``kayobe overcloud host package update`` command.

* After upgrading OpenSearch to the latest 2023.1 container image, we have seen
cluster routing allocation be disabled on some systems. See bug for details:
https://bugs.launchpad.net/kolla-ansible/+bug/2085943.
This will cause the "Perform a flush" handler to fail during the 2024.1
OpenSearch upgrade. To workaround this, you can run the following PUT request
to enable allocation again:

..code-block:: console

curl -X PUT "https://<kolla-vip>:9200/_cluster/settings?pretty" -H 'Content-Type: application/json' -d '{ "transient" : { "cluster.routing.allocation.enable" : "all" } } '

Security baseline
=================

Expand Down