]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add EMC VNX Direct Driver in Cinder
authorXing Yang <xing.yang@emc.com>
Fri, 14 Feb 2014 16:47:33 +0000 (11:47 -0500)
committerXing Yang <xing.yang@emc.com>
Mon, 3 Mar 2014 00:47:51 +0000 (19:47 -0500)
commit0c33d1443447e76481fdcc19af1b000d60219d10
treefae532328b766f78dea41e6a7c401453983a3fd2
parent93667cb6bb24b80adce4bbfd611e1c3884a088b7
Add EMC VNX Direct Driver in Cinder

This patch implements a driver based on the Cinder iSCSIDrver.
It performs volume operations on VNX using the NaviSecCLI command
line tool.  It supports all required driver features.

Implements blueprint emc-vnx-direct-driver

Change-Id: Iec1786612cc19452aca806b41c6be664680a923b
cinder/tests/test_emc_vnxdirect.py [new file with mode: 0644]
cinder/volume/drivers/emc/emc_cli_iscsi.py [new file with mode: 0644]
cinder/volume/drivers/emc/emc_vnx_cli.py [new file with mode: 0644]
etc/cinder/cinder.conf.sample