Browse Source

Update cluster_restart.asciidoc

Closes #16568
Clinton Gormley 9 years ago
parent
commit
a7aae4a78a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/setup/cluster_restart.asciidoc

+ 2 - 2
docs/reference/setup/cluster_restart.asciidoc

@@ -32,7 +32,7 @@ If upgrading from 0.90.x to 1.x, then use these settings instead:
 PUT /_cluster/settings
 PUT /_cluster/settings
 {
 {
   "persistent": {
   "persistent": {
-    "cluster.routing.allocation.disable_allocation": false,
+    "cluster.routing.allocation.disable_allocation": true,
     "cluster.routing.allocation.enable": "none"
     "cluster.routing.allocation.enable": "none"
   }
   }
 }
 }
@@ -119,7 +119,7 @@ If upgrading from 0.90.x to 1.x, then use these settings instead:
 PUT /_cluster/settings
 PUT /_cluster/settings
 {
 {
   "persistent": {
   "persistent": {
-    "cluster.routing.allocation.disable_allocation": true,
+    "cluster.routing.allocation.disable_allocation": false,
     "cluster.routing.allocation.enable": "all"
     "cluster.routing.allocation.enable": "all"
   }
   }
 }
 }