Skip to content

v0.9.0

Compare
Choose a tag to compare
@pawanpraka1 pawanpraka1 released this 14 Apr 07:20
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]>