mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
126bcc3794
## Problem The storage controller does not track the number of shards attached to a given pageserver. This is a requirement for various scheduling operations (e.g. draining and filling will use this to figure out if the cluster is balanced) ## Summary of Changes Track the number of shards attached to each node. Related https://github.com/neondatabase/neon/issues/7387