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:
parent
0f130a1abd
commit
a5b2be46e6
@ -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;";
|
||||
|
Loading…
x
Reference in New Issue
Block a user