We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description No way for set custom scheduling expression for count on custom parameter.
To Reproduce Rule like:
DEFAULT_SCHED = [ policy = 3, rank = "RANK - RUNNING_VMS" ]
My host 186 have this option, and no VMs:
186
RANK="-800"
But from scheduler debug log, I see that it is not count on it:
Thu Aug 9 21:33:43 2018 [Z0][SCHED][D]: Scheduling Results: Virtual Machine: 6886 PRI ID - HOSTS ------------------------ 0 186 0 182 0 158 ... Thu Aug 9 21:33:43 2018 [Z0][SCHED][D]: Dispatching VMs to hosts VMID Priority Host System DS -------------------------------------------------------------- 6886 0 186 159
Expected behavior No schedule on 186 schedule it to 182 or the rest hosts
182
Details
The text was updated successfully, but these errors were encountered:
Sorry, my bad, I had duplicated rules in my configfile
Sorry, something went wrong.
L #5516: Fix lint issues (#2347)
0b4a89b
No branches or pull requests
Description
No way for set custom scheduling expression for count on custom parameter.
To Reproduce
Rule like:
My host
186
have this option, and no VMs:But from scheduler debug log, I see that it is not count on it:
Expected behavior
No schedule on
186
schedule it to182
or the rest hostsDetails
Progress Status
The text was updated successfully, but these errors were encountered: