
12 Jul
2016
12 Jul
'16
12:20 p.m.
On 12.07.2016 05:20, Tomáš Golembiovský wrote:
When fetching domains with virConnectListAllDomains() and when filtering by snapshot existence is requested the ESX driver first lists all the domains and then check one-by-one for snapshot existence. This process takes unnecessarily long time.
To significantly improve the time necessary to finish the query we can request the snapshot related info directly when querying the list of domains from VMware.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> --- src/esx/esx_driver.c | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-)
ACKed andp pushed. Congratulations on your first libvirt contribution! Michal