Sha256: 6078ca24aaa121eb1499e2fa372a777d282c3d1a1a3d4748d7a200c5d4fd0470
Contents?: true
Size: 1.14 KB
Versions: 6
Compression:
Stored size: 1.14 KB
Contents
<volume> <name><%= name %></name> <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> <target> <format type="<%= format_type %>"/> <permissions> <% if owner -%> <owner><%= owner %></owner> <% end -%> <% if group -%> <group><%= group %></group> <% end -%> <mode>0744</mode> <label>virt_image_t</label> </permissions> </target> <% if backing_volume -%> <backingStore> <path><%= backing_volume.path %></path> <format type="<%= backing_volume.format_type %>"/> <permissions> <% if owner -%> <owner><%= owner %></owner> <% end -%> <% if group -%> <group><%= group %></group> <% end -%> <mode>0744</mode> <label>virt_image_t</label> </permissions> </backingStore> <% end -%> </volume>
Version data entries
6 entries across 6 versions & 1 rubygems