From 08fee18cc28e3923967c03802528917ac8453d28 Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Tue, 15 Jun 2010 11:44:13 +0200 Subject: [PATCH] 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 --- python/libvirt-override-api.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- GitLab