From: Philipp Hahn Date: Tue, 15 Jun 2010 09:44:13 +0000 (+0200) Subject: Fix description of virStorageVolGetInfo() X-Git-Tag: v0.8.2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08fee18cc28e3923967c03802528917ac8453d28;p=thirdparty%2Flibvirt.git 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 --- diff --git a/python/libvirt-override-api.xml b/python/libvirt-override-api.xml index be28b4066d..ca169939b7 100644 --- a/python/libvirt-override-api.xml +++ b/python/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.