search for: glusterfsstoragevolume

Displaying 2 results from an estimated 2 matches for "glusterfsstoragevolume".

2009 Jul 28
0
[PATCH 3/5] Storage views patched for glusterfs drop down as one the Storage Pools
..._path}/#{storage_volume.filename}" if storage_volume[:type] == "NfsStorageVolume" %></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...
2009 Jul 09
0
[PATCH 3/5 ovirt-server] Storage views patched for glusterfs drop down as one the Storage Pools
..._path}/#{storage_volume.filename}" if storage_volume[:type] == "NfsStorageVolume" %></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...