Browse Source

[doc] Explicitly mention about node shutdown remove for cluster shrink (#86173)

Przemyslaw Gomulka 3 years ago
parent
commit
a1d2981fc1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/reference/shutdown/apis/shutdown-delete.asciidoc

+ 2 - 1
docs/reference/shutdown/apis/shutdown-delete.asciidoc

@@ -26,7 +26,8 @@ you must be an operator to use this API.
 Enables a node to resume normal operations following a
 <<put-shutdown, put shutdown>> request.
 You must explicitly clear the shutdown request when a node rejoins the cluster,
-regardless of the shutdown type.
+or when a node has permanently left the cluster. Shutdown requests are never
+removed automatically by {es}.
 
 
 [[delete-shutdown-api-path-params]]