1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

F #3256: fix bug in print_numa_nodes (#3476)

This commit is contained in:
Alejandro Huertas Herrero 2019-07-03 15:02:52 +02:00 committed by Ruben S. Montero
parent f425169626
commit c9e66a7340

View File

@ -644,7 +644,7 @@ class OneHostHelper < OpenNebulaHelper::OneHelper
end
if numa_nodes && !numa_nodes.empty?
print_numa_nodes(numa_nodes, str, str_h1)
print_numa_nodes(numa_nodes)
end
puts