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