Jump to: navigation, search

Difference between revisions of "Mellanox-Cinder"

(References)
Line 24: Line 24:
  
 
= References =
 
= References =
1. [http://www.mellanox.com/openstack/ http://www.mellanox.com/openstack/]
+
1. [http://www.mellanox.com/openstack/ OpenStack solution page at Mellanox site]
  
2. [http://www.mellanox.com/openstack/ https://github.com/mellanox-openstack]
+
2. [http://www.mellanox.com/openstack/ Source repository ]
 +
 
 +
3. [http://www.mellanox.com/page/products_dyn?product_family=26 Mellanox OFED web page]
 +
 
 +
For more details, please refer your question to openstack@mellanox.com [mailto:openstack@mellanox.com]
  
3. [http://www.mellanox.com/page/products_dyn?product_family=26 Mellanox OFED]
 
  
 
Return to [https://wiki.openstack.org/wiki/Mellanox Mellanox] wiki page.
 
Return to [https://wiki.openstack.org/wiki/Mellanox Mellanox] wiki page.

Revision as of 13:37, 19 February 2013

Overview

iSER (iSCSI over RDMA) Mellanox OpenStack support to Cinder

Instalation

In order to add iSER support to Cinder perform the following operations:

1. Update the two flags in "/etc/cinder/cinder.conf"

 transport = iser (by default will be iscsi)
 iser_ip_address = 192.168.20.140 (by default will be "iscsi_ip_address")

2. Replace the files under "cinder/volume":

  • driver.py
  • iscsi.py


3. Replace the file under "nova/virt/libvirt":

  • volume.py


For additional details refer to "*.patch" files.

References

1. OpenStack solution page at Mellanox site

2. Source repository

3. Mellanox OFED web page

For more details, please refer your question to openstack@mellanox.com [1]


Return to Mellanox wiki page.