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)

This commit is contained in:
Christian González 2021-06-16 09:45:09 +02:00 committed by GitHub
parent 0f130a1abd
commit a5b2be46e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,7 +423,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;";