diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c index ce31e38c1ec8a65dfca63215e10d046f4eea8881..eb5f688facebf4885e0053a61176661decb29d8d 100644 --- a/src/storage/storage_driver.c +++ b/src/storage/storage_driver.c @@ -2357,7 +2357,6 @@ storageVolUpload(virStorageVolPtr obj, * interaction and we can just lookup the backend in the callback * routine in order to call the refresh API. */ - virStoragePoolObjClearVols(pool); if (backend->refreshPool) { if (VIR_ALLOC(cbdata) < 0 || VIR_STRDUP(cbdata->pool_name, pool->def->name) < 0)