浏览代码

Update cluster_restart.asciidoc

Closes #16568
Clinton Gormley 9 年之前
父节点
当前提交
a7aae4a78a
共有 1 个文件被更改,包括 2 次插入2 次删除
  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
 {
   "persistent": {
-    "cluster.routing.allocation.disable_allocation": false,
+    "cluster.routing.allocation.disable_allocation": true,
     "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
 {
   "persistent": {
-    "cluster.routing.allocation.disable_allocation": true,
+    "cluster.routing.allocation.disable_allocation": false,
     "cluster.routing.allocation.enable": "all"
   }
 }