I'm having an issue with pod scheduling, the pod's...
# longhorn-storage
b
I'm having an issue with pod scheduling, the pod's pv has strict data locality enabled, kubernetes wants to schedule the pod on a node that does not have enough space to accomodate the (new) volume, there are many other nodes that can accomodate the volume. what is the most 'elegant' way to handle this situation? I thought longhorn would rebalance volumes from the node which kubernetes chose to allocate the pod to, in order to free up space; however, this is not happening (replica rebalance is enabled at best effort) and the volume just stays unscheduled