File tree Expand file tree Collapse file tree
roles/elasticsearch/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 125125 elasticsearch__cluster_routing_allocation_disk_watermark_flood_stage <= 1
126126 fail_msg : ' elasticsearch__cluster_routing_allocation_disk_watermark_flood_stage must be a number between 0 and 1'
127127
128- - name : ' ensure elasticsearch__cluster_routing_allocation_disk_watermark_low < elasticsearch__cluster_routing_allocation_disk_watermark_high < elasticsearch__cluster_routing_allocation_disk_watermark_flood_stage'
128+ - name : ' ensure elasticsearch__cluster_routing_allocation_disk_watermark_low <= elasticsearch__cluster_routing_allocation_disk_watermark_high <= elasticsearch__cluster_routing_allocation_disk_watermark_flood_stage'
129129 ansible.builtin.assert :
130130 that : >
131- elasticsearch__cluster_routing_allocation_disk_watermark_low < elasticsearch__cluster_routing_allocation_disk_watermark_high and
132- elasticsearch__cluster_routing_allocation_disk_watermark_high < elasticsearch__cluster_routing_allocation_disk_watermark_flood_stage
131+ elasticsearch__cluster_routing_allocation_disk_watermark_low <= elasticsearch__cluster_routing_allocation_disk_watermark_high and
132+ elasticsearch__cluster_routing_allocation_disk_watermark_high <= elasticsearch__cluster_routing_allocation_disk_watermark_flood_stage
133133 fail_msg : ' elasticsearch__cluster_routing_allocation_disk_watermark_low must not exceed elasticsearch__cluster_routing_allocation_disk_watermark_high'
134134
135135 - name : ' deploy /etc/elasticsearch/elasticsearch.yml'
You can’t perform that action at this time.
0 commit comments