MCPcopy
hub / github.com/retspen/webvirtcloud / get_volume

Method get_volume

vrtManager/storage.py:165–166  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

163 return self.pool.listVolumes()
164
165 def get_volume(self, name):
166 return self.pool.storageVolLookupByName(name)
167
168 def get_volume_size(self, name):
169 vol = self.get_volume(name)

Callers 4

get_volume_sizeMethod · 0.95
_vol_XMLDescMethod · 0.95
clone_volumeMethod · 0.95
storageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected