+Fri Apr 3 10:15:01 EDT 2009 Cole Robinson <crobinso@redhat.com>
+
+ * src/storage_driver.c: Refresh volume alloc/capacity when dumping XML.
+
Fri Apr 3 10:13:38 EDT 2009 Cole Robinson <crobinso@redhat.com>
* src/test.c: Fix test driver domain restore return value.
if ((backend = virStorageBackendForType(pool->def->type)) == NULL)
goto cleanup;
+ if (backend->refreshVol &&
+ backend->refreshVol(obj->conn, pool, vol) < 0)
+ goto cleanup;
+
ret = virStorageVolDefFormat(obj->conn, pool->def, vol);
cleanup: