1
0
Fork 0
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:
catborise 2018-10-05 17:07:25 +03:00
parent 016e93ebca
commit f2d88b9c65
2 changed files with 17 additions and 1 deletions

View file

@ -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)