search for: nfsstoragevolume

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

2009 Jul 28
0
[PATCH 3/5] Storage views patched for glusterfs drop down as one the Storage Pools
...t;(gigs)</span></th> </tr> @@ -30,6 +32,8 @@ <td><%= storage_volume.lun %></td> <%elsif type == StoragePool::NFS -%> <td><%= "#{storage_volume.storage_pool.export_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><%= storag...
2009 Jul 09
0
[PATCH 3/5 ovirt-server] Storage views patched for glusterfs drop down as one the Storage Pools
...t;(gigs)</span></th> </tr> @@ -30,6 +32,8 @@ <td><%= storage_volume.lun %></td> <%elsif type == StoragePool::NFS -%> <td><%= "#{storage_volume.storage_pool.export_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><%= storag...