-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
e41d25a
commit 9cee6cb
Showing
2 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters