• T
    esx: Fetch snapshot info directly for filtering · 8ddc56e7
    Tomáš Golembiovský 提交于
    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: NTomáš Golembiovský <tgolembi@redhat.com>
    8ddc56e7
esx_driver.c 171.2 KB