OpenSearch on K8s is backed by Ceph RBD storage.
As currently configured, there is replication both at the application layer (OpenSearch shards) and at the storage layer (Ceph PGs). This leads to unnecessary disk usage and degraded performance.
Creating this ticket to:
- Discuss options (emptyDir storage, less-replicated pools, erasure coding)
- Pick a feasible approach
- Create a new ticket for implementation