mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
14 lines
478 B
Text
14 lines
478 B
Text
<volume>
|
|
<name><%= name %></name>
|
|
<allocation unit="<%= allocation_unit %>"><%= allocation_size %>"></allocation>
|
|
<capacity unit="<%= capacity_unit %>"><%= capacity_size %>"></capacity>
|
|
<target>
|
|
<format type="<%= format_type %>"/>
|
|
<permissions>
|
|
<owner>0</owner>
|
|
<group>0</group>
|
|
<mode>0744</mode>
|
|
<label>virt_image_t</label>
|
|
</permissions>
|
|
</target>
|
|
</volume>
|