mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
add performance parameters and owner properties to clone_template and create volume
This commit is contained in:
parent
016e93ebca
commit
f2d88b9c65
2 changed files with 17 additions and 1 deletions
|
@ -76,6 +76,10 @@ class wvmCreate(wvmConnect):
|
|||
<mode>0644</mode>
|
||||
<label>virt_image_t</label>
|
||||
</permissions>
|
||||
<compat>1.1</compat>
|
||||
<features>
|
||||
<lazy_refcounts/>
|
||||
</features>
|
||||
</target>
|
||||
</volume>""" % (name, size, alloc, image_format, owner['uid'], owner['guid'])
|
||||
stg.createXML(xml, metadata)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue