Sha256: 98227cb7c8ad374c58d8aa147b66503883e574a20795a1fa271126f1d6a36644
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 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> <owner><%= owner %></owner> <group><%= group %></group> <mode>0744</mode> <label>virt_image_t</label> </permissions> </backingStore> <% end -%> </volume>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
fog-libvirt-csem-0.9.0 | lib/fog/libvirt/models/compute/templates/volume.xml.erb |
fog-libvirt-0.9.0 | lib/fog/libvirt/models/compute/templates/volume.xml.erb |