]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix description of virStorageVolGetInfo()
authorPhilipp Hahn <hahn@univention.de>
Tue, 15 Jun 2010 09:44:13 +0000 (11:44 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 18 Jun 2010 10:57:54 +0000 (12:57 +0200)
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 <hahn@univention.de>
python/libvirt-override-api.xml

index be28b4066d9a5663557a4060a1c0fd95fca0c6dd..ca169939b7af11ae0391f168c9771cd2c8288040 100644 (file)
       <arg name='pool' type='virStoragePoolPtr' info='a storage pool object'/>
     </function>
     <function name='virStorageVolGetInfo' file='python'>
-      <info>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.</info>
+      <info>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.</info>
       <return type='int *' info='the list of information or None in case of error'/>
       <arg name='vol' type='virStorageVolPtr' info='a storage vol object'/>
     </function>