reclassified nodes in the cluster into 4 power classes instead of the original 3. Retrofitted the hybrid schedulers TopHeavy and BottomHeavy to comply with the change classification of nodes"
This commit is contained in:
parent
3ea500461d
commit
505ccc0471
3 changed files with 36 additions and 32 deletions
|
@ -24,9 +24,11 @@ var PowerClasses = map[string]map[string]bool{
|
|||
},
|
||||
"B": map[string]bool{
|
||||
"stratos-007.cs.binghamton.edu": true,
|
||||
"stratos-008.cs.binghamton.edu": true,
|
||||
},
|
||||
"C": map[string]bool{
|
||||
"stratos-008.cs.binghamton.edu": true,
|
||||
},
|
||||
"D": map[string]bool {
|
||||
"stratos-001.cs.binghamton.edu": true,
|
||||
"stratos-002.cs.binghamton.edu": true,
|
||||
"stratos-003.cs.binghamton.edu": true,
|
||||
|
|
Reference in a new issue