Sha256: e4d2f695790c26899e8d85e6feff4d21554e5eee8fa1c8a1c3b0b5c39675f9b2
Contents?: true
Size: 965 Bytes
Versions: 3
Compression:
Stored size: 965 Bytes
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> <owner><%= owner %></owner> <group><%= group %></group> <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> <owner><%= owner %></owner> <group><%= group %></group> <mode>0744</mode> <label>virt_image_t</label> </permissions> </backingStore> <% end -%> </volume>
Version data entries
3 entries across 3 versions & 1 rubygems