Skip to content

Commit b05b41b

Browse files
committed
Add info to find if OpenSearch is broken
1 parent 5759211 commit b05b41b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/source/operations/upgrading.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,17 @@ Known issues
122122

123123
* If you run ``kayobe overcloud service upgrade`` twice, it will cause shard
124124
allocation to be disabled in OpenSearch. See `LP#2049512
125-
<https://bugs.launchpad.net/kolla-ansible/+bug/2049512>`__ for details. For
126-
now, the easiest way to fix this is to turn allocation back on:
125+
<https://bugs.launchpad.net/kolla-ansible/+bug/2049512>`__ for details.
126+
127+
You can check if this is affecting your system with the following command. If
128+
``transient.cluster.routing.allocation.enable=none`` is present, shard
129+
allocation is disabled.
130+
131+
.. code-block:: console
132+
133+
curl http://<controller-ip>:9200/_cluster/settings
134+
135+
For now, the easiest way to fix this is to turn allocation back on:
127136

128137
.. code-block:: console
129138

0 commit comments

Comments
 (0)