Compilation results for cloudelastic1010.eqiad.wmnet: System changes detected
You can retrieve this result from host.json.Catalog differences
Summary
| Total Resources: | 3802 |
|---|---|
| Resources added: | 0 |
| Resources removed: | 0 |
| Resources modified: | 3 |
| Change percentage: | 0.08% |
Resources modified
- File[/etc/opensearch/cloudelastic-omega-eqiad/opensearch.yml]
- Content differences:
--- /etc/opensearch/cloudelastic-omega-eqiad/opensearch.yml.orig +++ /etc/opensearch/cloudelastic-omega-eqiad/opensearch.yml @@ -142,10 +142,12 @@ # Enable the disk space aware shard allocator cluster.routing.allocation.disk.threshold_enabled: true -# Stop allocating new shards to nodes with 75% disk utilization -cluster.routing.allocation.disk.watermark.low: 0.75 -# Move shards off of nodes with 80% disk utilization -cluster.routing.allocation.disk.watermark.high: 0.80 +# Stop allocating new shards to nodes when this threshold is reached +cluster.routing.allocation.disk.watermark.low: 100gb +# Move shards off of nodes when this threshold is reached +cluster.routing.allocation.disk.watermark.high: 50gb +# Set indexes read-only with allocated shards on affected node when this threshold is reached +cluster.routing.allocation.disk.watermark.flood_stage: 10gb # Check disk utilization every 60 seconds cluster.info.update.interval: 60s
- Content differences:
- File[/etc/opensearch/cloudelastic-chi-eqiad/opensearch.yml]
- Content differences:
--- /etc/opensearch/cloudelastic-chi-eqiad/opensearch.yml.orig +++ /etc/opensearch/cloudelastic-chi-eqiad/opensearch.yml @@ -142,10 +142,12 @@ # Enable the disk space aware shard allocator cluster.routing.allocation.disk.threshold_enabled: true -# Stop allocating new shards to nodes with 75% disk utilization -cluster.routing.allocation.disk.watermark.low: 0.75 -# Move shards off of nodes with 80% disk utilization -cluster.routing.allocation.disk.watermark.high: 0.80 +# Stop allocating new shards to nodes when this threshold is reached +cluster.routing.allocation.disk.watermark.low: 100gb +# Move shards off of nodes when this threshold is reached +cluster.routing.allocation.disk.watermark.high: 50gb +# Set indexes read-only with allocated shards on affected node when this threshold is reached +cluster.routing.allocation.disk.watermark.flood_stage: 10gb # Check disk utilization every 60 seconds cluster.info.update.interval: 60s
- Content differences:
- File[/etc/opensearch/cloudelastic-psi-eqiad/opensearch.yml]
- Content differences:
--- /etc/opensearch/cloudelastic-psi-eqiad/opensearch.yml.orig +++ /etc/opensearch/cloudelastic-psi-eqiad/opensearch.yml @@ -142,10 +142,12 @@ # Enable the disk space aware shard allocator cluster.routing.allocation.disk.threshold_enabled: true -# Stop allocating new shards to nodes with 75% disk utilization -cluster.routing.allocation.disk.watermark.low: 0.75 -# Move shards off of nodes with 80% disk utilization -cluster.routing.allocation.disk.watermark.high: 0.80 +# Stop allocating new shards to nodes when this threshold is reached +cluster.routing.allocation.disk.watermark.low: 100gb +# Move shards off of nodes when this threshold is reached +cluster.routing.allocation.disk.watermark.high: 50gb +# Set indexes read-only with allocated shards on affected node when this threshold is reached +cluster.routing.allocation.disk.watermark.flood_stage: 10gb # Check disk utilization every 60 seconds cluster.info.update.interval: 60s
- Content differences: