Skip to content

Commit 029d887

Browse files
authored
Merge pull request #1351 from stackhpc/caracal-upgrade-opensearch-error
Document OpenSearch known issue for 2024.1 upgrade
2 parents 4026c4e + 3c217b4 commit 029d887

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,17 @@ Known issues
137137
applying package updates. This will happen automatically as a post hook when
138138
running the ``kayobe overcloud host package update`` command.
139139

140+
* After upgrading OpenSearch to the latest 2023.1 container image, we have seen
141+
cluster routing allocation be disabled on some systems. See bug for details:
142+
https://bugs.launchpad.net/kolla-ansible/+bug/2085943.
143+
This will cause the "Perform a flush" handler to fail during the 2024.1
144+
OpenSearch upgrade. To workaround this, you can run the following PUT request
145+
to enable allocation again:
146+
147+
..code-block:: console
148+
149+
curl -X PUT "https://<kolla-vip>:9200/_cluster/settings?pretty" -H 'Content-Type: application/json' -d '{ "transient" : { "cluster.routing.allocation.enable" : "all" } } '
150+
140151
Security baseline
141152
=================
142153

0 commit comments

Comments
 (0)