From c20044cdbffb24f8ee7ed5fa88679eadb70d573b Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Tue, 15 Jun 2010 11:44:13 +0200 Subject: Fix description of virStorageVolGetInfo() Probably a copy-paste-bug in python/libvirt-override-api.xml: virStorageVolGetInfo() extracts information about a "storage volume", not the "storage pool" as virStoragePoolGetInfo() does. Signed-off-by: Philipp Hahn --- libvirt-override-api.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index be28b40..ca16993 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -183,7 +183,7 @@ - Extract information about a storage pool. Note that if the connection used to get the domain is limited only a partial set of the information can be extracted. + Extract information about a storage volume. Note that if the connection used to get the domain is limited only a partial set of the information can be extracted. -- cgit