소스 검색

Docs: note about confusing disk threshold settings

Israel Tsadok 11 년 전
부모
커밋
7590629531
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      docs/reference/index-modules/allocation.asciidoc

+ 5 - 0
docs/reference/index-modules/allocation.asciidoc

@@ -133,6 +133,11 @@ also be set to an absolute byte value (similar to the low watermark)
 to relocate shards once less than the configured amount of space is
 available on the node.
 
+NOTE: Percentage values refer to used disk space, while byte values refer to
+free disk space. This can be confusing, since it flips the meaning of
+high and low. For example, it makes sense to set the low watermark to 10gb
+and the high watermark to 5gb, but not the other way around.
+
 Both watermark settings can be changed dynamically using the cluster
 settings API. By default, Elasticsearch will retrieve information
 about the disk usage of the nodes every 30 seconds. This can also be