mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-12 09:17:41 +03:00
(cherry picked from commit eaca0fc70f
)
This commit is contained in:
parent
f89696410d
commit
57c4c36fba
@ -213,11 +213,11 @@ string SchedulerTemplate::get_nics_policy() const
|
||||
switch (policy)
|
||||
{
|
||||
case 0: //Packing
|
||||
rank = "- USED_LEASES";
|
||||
rank = "USED_LEASES";
|
||||
break;
|
||||
|
||||
case 1: //Striping
|
||||
rank = "USED_LEASES";
|
||||
rank = "- USED_LEASES";
|
||||
break;
|
||||
|
||||
case 2: //Custom
|
||||
|
Loading…
Reference in New Issue
Block a user