Bug #2374 » fog-libvirt_full-volume-allocation.patch
lib/fog/libvirt/models/compute/templates/volume.xml.erb 2013-04-24 14:41:17.000000000 -0700 | ||
---|---|---|
<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 %>"/>
|
- « Previous
- 1
- 2
- Next »