Browse Source
Was counting EC volumes instead of EC shards, which underestimates EC space usage. One EC volume with 14 shards uses ~1.4 volume slots, not 1. Now uses Go's formula: ((max - volumes) * DataShardsCount - ecShardCount) / DataShardsCount.rust-volume-server
1 changed files with 9 additions and 5 deletions
Loading…
Reference in new issue