From 370ff0fc57475e4cd255039efffef90f8afbf2c4 Mon Sep 17 00:00:00 2001 From: ashwinkumar12345 Date: Sun, 3 Oct 2021 10:57:58 -0700 Subject: [PATCH] spacing --- _upgrade-to/upgrade-to.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_upgrade-to/upgrade-to.md b/_upgrade-to/upgrade-to.md index cd403f7e..b21ec89c 100644 --- a/_upgrade-to/upgrade-to.md +++ b/_upgrade-to/upgrade-to.md @@ -265,22 +265,22 @@ Check [Upgrade paths]({{site.url}}{{site.baseurl}}/upgrade-to/upgrade-to/#upgrad 1. Start OpenSearch on the node: - ```json - ./bin/opensearch -d. - ``` + ```json + ./bin/opensearch -d. + ``` 1. Repeat steps 2--6 until all nodes are using the new version. 1. After all nodes are using the new version, re-enable shard allocation: - ```json - PUT _cluster/settings - { - "persistent": { - "cluster.routing.allocation.enable": "all" - } + ```json + PUT _cluster/settings + { + "persistent": { + "cluster.routing.allocation.enable": "all" } - ``` + } + ``` ### How it works