Implements global host pools

Implements #4086

Refactors host pools to global

Implements host pools migration

Migration fixes

nEdge changes for host pools migration

Create README.host_pools_migration.md
This commit is contained in:
Simone Mainardi 2020-07-01 11:56:35 +02:00
parent a03c2158d8
commit 5ade224d85
34 changed files with 1056 additions and 229 deletions

View file

@ -69,7 +69,7 @@ for pool_id, pool_stats in pairs(pools_stats) do
elseif sortColumn == "column_traffic" then
sort_helper[pool_id] = pool_stats["bytes.sent"] + pool_stats["bytes.rcvd"]
else
sort_helper[pool_id] = host_pools_utils.getPoolName(ifid, pool_id)
sort_helper[pool_id] = host_pools_utils.getPoolName(pool_id)
end
end