Re: [openstack-dev] Writing a cinder volume driver

2014-10-31 Thread Darshan Ghumare
Thank you so much Eduard :). On Thu, Oct 30, 2014 at 5:20 PM, Eduard Matei eduard.ma...@cloudfounders.com wrote: Hi Darshan, Having just finished writing a volume driver i can say you need a lot of patience. First, to quickly answer your questions: 1. Read ALL the drivers in the official

Re: [openstack-dev] Writing a cinder volume driver

2014-10-31 Thread Darshan Ghumare
Thank you so much Duncan. On Thu, Oct 30, 2014 at 7:12 PM, Duncan Thomas duncan.tho...@gmail.com wrote: All excellent advice from Eduard. To confirm: - You will definitely need to write your driver in python. - Devstack is the recommended environment for development - Please look at the

[openstack-dev] Writing a cinder volume driver

2014-10-30 Thread Darshan Ghumare
Hi All, I need to write a volume driver so that I can integrate our storage product into openstack. I have following questions about the sane, 1. How should I go about it? 2. I donnot know python. Is the python only way to write a driver? 3. I have setup openstack by following steps mentioned at

Re: [openstack-dev] Writing a cinder volume driver

2014-10-30 Thread Eduard Matei
Hi Darshan, Having just finished writing a volume driver i can say you need a lot of patience. First, to quickly answer your questions: 1. Read ALL the drivers in the official repo: ( https://github.com/openstack/cinder/tree/master/cinder/volume/drivers) and how they relate to the cinder-api (

Re: [openstack-dev] Writing a cinder volume driver

2014-10-30 Thread Duncan Thomas
All excellent advice from Eduard. To confirm: - You will definitely need to write your driver in python. - Devstack is the recommended environment for development - Please look at the third party CI requirements for cinder drivers - these are an ongoing commitment The IRC channel