Re: [Openstack] Volume driver in Cinder by ISCSI way

2013-01-18 Thread harryxiyou
On Fri, Jan 18, 2013 at 10:13 PM, yang, xing wrote: > Harry, Hi Xing, > EMC’s volume driver (implemented in emc.py) is open source but EMC storage > is not. EMC volume driver allows users to provision EMC storage in > OpenStack. This is the same case with many other vendor provided drivers. >

Re: [Openstack] Volume driver in Cinder by ISCSI way

2013-01-18 Thread harryxiyou
On Fri, Jan 18, 2013 at 9:40 PM, Huang Zhiteng wrote: > For development efforts, it is better to use openstack-dev list instead of > this general openstack list. You can also join #openstack-cinder IRC > channel in freenode for online discussion with cinder developers. > Okay, i will. Thanks for

Re: [Openstack] Volume driver in Cinder by ISCSI way

2013-01-18 Thread yang, xing
(openstack@lists.launchpad.net); yang, xing Subject: Re: [Openstack] Volume driver in Cinder by ISCSI way For development efforts, it is better to use openstack-dev list instead of this general openstack list. You can also join #openstack-cinder IRC channel in freenode for online discussion with cinder

Re: [Openstack] Volume driver in Cinder by ISCSI way

2013-01-18 Thread Huang Zhiteng
For development efforts, it is better to use openstack-dev list instead of this general openstack list. You can also join #openstack-cinder IRC channel in freenode for online discussion with cinder developers. On Jan 18, 2013 9:27 PM, "harryxiyou" wrote: > On Fri, Jan 18, 2013 at 8:35 PM, yang,

Re: [Openstack] Volume driver in Cinder by ISCSI way

2013-01-18 Thread harryxiyou
On Fri, Jan 18, 2013 at 8:35 PM, yang, xing wrote: > Hi Harry, > > If you have questions about EMC volume driver, you can email me. > Thanks for your help, that's very kind of you ;-) EMC is not open-source code project, right? And Openstack support EMC by iSCSI way. That is to say, iSCSI is the

Re: [Openstack] Volume driver in Cinder by ISCSI way

2013-01-18 Thread yang, xing
Hi Harry, If you have questions about EMC volume driver, you can email me. Thanks, Xing On Jan 18, 2013, at 1:29 AM, "harryxiyou" wrote: > Hi all, > > I find they, emc volumes, lvm, Netapp, IBM Svc and Zadara Virtual > Private Storage Array, are all use ISCSI to be the bridge to make > driv

[Openstack] Volume driver in Cinder by ISCSI way

2013-01-17 Thread harryxiyou
Hi all, I find they, emc volumes, lvm, Netapp, IBM Svc and Zadara Virtual Private Storage Array, are all use ISCSI to be the bridge to make drivers to let Openstack support them. You can see their driver files here: https://github.com/openstack/cinder/tree/master/cinder/volume/drivers If i wanna