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

M #: Fix typo in vmpool monitoring query (#1301)

(cherry picked from commit a5b2be46e6b9cf0309c720ba5e3e6f05bdf9fbbb)
This commit is contained in:
Christian González 2021-06-16 09:45:09 +02:00 committed by Ruben S. Montero
parent 56b53d6865
commit f6a3470152
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -430,7 +430,7 @@ int VirtualMachinePool::dump_monitoring(
if ( !where.empty() )
{
cmd << " ANS " << where;
cmd << " AND " << where;
}
cmd << " ORDER BY vmid, " << one_db::vm_monitor_table << ".last_poll;";