1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-13 13:17:39 +03:00

B #6149: Fix DEFAULT_NIC_SCHED policies (#2539)

(cherry picked from commit eaca0fc70f)
This commit is contained in:
Pavel Czerný 2023-03-08 16:01:16 +01:00 committed by Ruben S. Montero
parent f89696410d
commit 57c4c36fba
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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