mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
14 lines
455 B
Text
14 lines
455 B
Text
![]() |
<volume>
|
||
|
<name><%= "#{name}.#{extension}" %></name>
|
||
|
<allocation unit="<%= allocate_unit %>"><%= allocate %></allocation>
|
||
|
<capacity unit="<%= size_unit %>"><%= size %></capacity>
|
||
|
<target>
|
||
|
<format type="<%= type %>"/>
|
||
|
<permissions>
|
||
|
<owner>0</owner>
|
||
|
<group>0</group>
|
||
|
<mode>0744</mode>
|
||
|
<label>virt_image_t</label>
|
||
|
</permissions>
|
||
|
</target>
|
||
|
</volume>
|