Jump to: navigation, search

Difference between revisions of "Mellanox-Cinder"

(Overview)
Line 1: Line 1:
 
= Overview =  
 
= Overview =  
iSER (iSCSI over RDMA) Mellanox OpenStack support to Cinder
+
iSER (iSCSI over RDMA) Mellanox OpenStack support to Cinder
+
 
 
= Instalation =
 
= Instalation =
 
   
 
   

Revision as of 13:29, 19 February 2013

Overview

iSER (iSCSI over RDMA) Mellanox OpenStack support to Cinder

Instalation

Added 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")

To apply the patch, replace the files under "cinder/volume":

  • driver.py
  • iscsi.py

And under "nova/virt/libvirt":

  • volume.py

see the patch details in "*.patch" files.