Skip to content

v0.9.0-RC1

Pre-release
Pre-release

Choose a tag to compare

@pawanpraka1 pawanpraka1 released this 12 Apr 05:01
9cee6cb
feat(scheduler): adding SpaceWeighted scheduler (#178)


adding a new scheduler logic which selects the node
which has max free space available. This is better scheduling
algorithm than the volumeweighted and capacity weighted where we
don't check for the free space available on the node.

Signed-off-by: Pawan <[email protected]>