Hi Ronan, Best advice I would give is start with the base driver class ( cinder.volume.driver.py) and the reference LVM driver (cinder .volume.drivers.lvm.py). Those will give you a template of the interfaces, args needed and return values.
Also jump in IRC at #openstack-cinder and we can chat more there as well. Thanks, John On Dec 10, 2013 2:04 AM, "Ronen Angluster" <[email protected]> wrote: > Hello all! > > we're developing a new storage appliance and per one of our customers > would like > to build a cinder driver. > i kept digging into the documentation for the past 2 weeks and could not > find anything that described the code level of API. i.e. nothing describes > what each function should > receive and what it should return. > is there a document that describe it and i missed it? if not, who can > provide that missing information? > > Ronen > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >
_______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
