2011-08-03 06:48:44 -04:00
|
|
|
<volume>
|
2011-08-09 11:11:15 -04:00
|
|
|
<name><%= name %></name>
|
2012-04-04 08:03:17 -04:00
|
|
|
<allocation unit="<%= split_size_unit(allocation)[1] %>"><%= split_size_unit(allocation)[0] %></allocation>
|
|
|
|
<capacity unit="<%= split_size_unit(capacity)[1] %>"><%= split_size_unit(capacity)[0] %></capacity>
|
2011-08-03 06:48:44 -04:00
|
|
|
<target>
|
2011-08-09 11:11:15 -04:00
|
|
|
<format type="<%= format_type %>"/>
|
2011-08-03 06:48:44 -04:00
|
|
|
<permissions>
|
|
|
|
<owner>0</owner>
|
|
|
|
<group>0</group>
|
|
|
|
<mode>0744</mode>
|
|
|
|
<label>virt_image_t</label>
|
|
|
|
</permissions>
|
|
|
|
</target>
|
2011-08-09 11:11:15 -04:00
|
|
|
</volume>
|