[openstack-dev] [Cinder]Persistance layer for cinder + taskflow

2014-03-28 Thread Kekane, Abhishek
Hello everyone, Currently I am working on adding persistence layer for create_volume api using taskflow. Could you please give your opinions on whether is it a good idea to add taskflow tables in existing cinder database or to create a new database for taskflow. Thanks Regards, Abhishek

Re: [openstack-dev] [Cinder]Persistance layer for cinder + taskflow

2014-03-28 Thread Joshua Harlow
An idea that might be good to do is to start off using SQLite as the taskflow persistence backend. Get that working using SQLite files (which should be fine as a persistence method for most usages) and then after this works there can be discussion around moving those tables to something like

Re: [openstack-dev] [Cinder]Persistance layer for cinder + taskflow

2014-03-28 Thread Duncan Thomas
On 28 March 2014 14:38, Joshua Harlow harlo...@yahoo-inc.com wrote: An idea that might be good to do is to start off using SQLite as the taskflow persistence backend. Get that working using SQLite files (which should be fine as a persistence method for most usages) and then after this works

Re: [openstack-dev] [Cinder]Persistance layer for cinder + taskflow

2014-03-28 Thread Jay Pipes
On Fri, 2014-03-28 at 18:16 +, Duncan Thomas wrote: On 28 March 2014 14:38, Joshua Harlow harlo...@yahoo-inc.com wrote: An idea that might be good to do is to start off using SQLite as the taskflow persistence backend. Get that working using SQLite files (which should be fine as a

Re: [openstack-dev] [Cinder]Persistance layer for cinder + taskflow

2014-03-28 Thread Joshua Harlow
: [openstack-dev] [Cinder]Persistance layer for cinder + taskflow On Fri, 2014-03-28 at 18:16 +, Duncan Thomas wrote: On 28 March 2014 14:38, Joshua Harlow harlo...@yahoo-inc.commailto:harlo...@yahoo-inc.com wrote: An idea that might be good to do is to start off using SQLite as the taskflow