[openstack-dev] How to trap create/delete snapshot calls

2014-11-03 Thread Darshan Ghumare
Hi All, Our product (FS + block storage) uses FUSE to trap the filesystem calls. So, If I mount the filesystem on compute node then this way I can receive filesystem related calls also the IOs provided that I donot have cinder. But, this way I cannot trap/receive snapshot related calls. My

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

2014-10-31 Thread Darshan Ghumare
, sign up for some services, get your code reviewed on gerrit, etc). Hope this helps, Eduard On Thu, Oct 30, 2014 at 1:37 PM, Darshan Ghumare darshan.ghum...@gmail.com wrote: Hi All, I need to write a volume driver so that I can integrate our storage product into openstack. I have

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

2014-10-31 Thread Darshan Ghumare
, get your code reviewed on gerrit, etc). Hope this helps, Eduard On Thu, Oct 30, 2014 at 1:37 PM, Darshan Ghumare darshan.ghum...@gmail.com wrote: Hi All, I need to write a volume driver so that I can integrate our storage product into openstack. I have following questions

[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