MCPcopy Create free account
hub / github.com/retspen/webvirtcloud / define_storage

Method define_storage

vrtManager/storage.py:23–24  ·  view source on GitHub ↗
(self, xml, flag)

Source from the content-addressed store, hash-verified

21 return storages
22
23 def define_storage(self, xml, flag):
24 self.wvm.storagePoolDefineXML(xml, flag)
25
26 def create_storage(self, stg_type, name, source, target):
27 xml = """

Callers 3

create_storageMethod · 0.95
create_storage_cephMethod · 0.95
create_storage_netfsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected