Compilation results for cirrussearch1090.eqiad.wmnet: System changes detected
You can retrieve this result from host.json.Catalog differences
Summary
| Total Resources: | 3474 |
|---|---|
| Resources added: | 0 |
| Resources removed: | 0 |
| Resources modified: | 2 |
| Change percentage: | 0.06% |
Resources modified
- File[/etc/opensearch/production-search-eqiad/opensearch.yml]
- Content differences:
--- /etc/opensearch/production-search-eqiad/opensearch.yml.orig +++ /etc/opensearch/production-search-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: 75% +# Move shards off of nodes when this threshold is reached +cluster.routing.allocation.disk.watermark.high: 80% +# Set indexes read-only with allocated shards on affected node when this threshold is reached +cluster.routing.allocation.disk.watermark.flood_stage: 95% # Check disk utilization every 60 seconds cluster.info.update.interval: 60s
- Content differences:
- File[/etc/opensearch/production-search-psi-eqiad/opensearch.yml]
- Content differences:
--- /etc/opensearch/production-search-psi-eqiad/opensearch.yml.orig +++ /etc/opensearch/production-search-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: 75% +# Move shards off of nodes when this threshold is reached +cluster.routing.allocation.disk.watermark.high: 80% +# Set indexes read-only with allocated shards on affected node when this threshold is reached +cluster.routing.allocation.disk.watermark.flood_stage: 95% # Check disk utilization every 60 seconds cluster.info.update.interval: 60s
- Content differences: