search for: size_in_gb

Displaying 3 results from an estimated 3 matches for "size_in_gb".

2009 Jul 28
0
[PATCH 3/5] Storage views patched for glusterfs drop down as one the Storage Pools
...gt;</td> +<%elsif type == StoragePool::GLUSTERFS -%> + <td><%= "#{storage_volume.storage_pool.export_path}/#{storage_volume.filename}" if storage_volume[:type] == "GlusterfsStorageVolume" %></td> <% end -%> <td><%= storage_volume.size_in_gb %></td> </tr> diff --git a/src/app/views/storage/show.rhtml b/src/app/views/storage/show.rhtml index b0b1d4e..1366b13 100644 --- a/src/app/views/storage/show.rhtml +++ b/src/app/views/storage/show.rhtml @@ -29,6 +29,8 @@ Target:<br/> <% elsif @storage_po...
2009 Jul 09
0
[PATCH 3/5 ovirt-server] Storage views patched for glusterfs drop down as one the Storage Pools
...gt;</td> +<%elsif type == StoragePool::GLUSTERFS -%> + <td><%= "#{storage_volume.storage_pool.export_path}/#{storage_volume.filename}" if storage_volume[:type] == "GlusterfsStorageVolume" %></td> <% end -%> <td><%= storage_volume.size_in_gb %></td> </tr> diff --git a/src/app/views/storage/show.rhtml b/src/app/views/storage/show.rhtml index b0b1d4e..1366b13 100644 --- a/src/app/views/storage/show.rhtml +++ b/src/app/views/storage/show.rhtml @@ -29,6 +29,8 @@ Target:<br/> <% elsif @storage_po...
2009 May 19
1
re-sending outstanding controller refactoring patches after rebase
I've rebased the patch series to the current next branch and am sending them again.