File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments