Re: [openstack-dev] [nova] Question about fixing missing soft deleted rows

2016-09-15 Thread Sylvain Bauza
Le 15/09/2016 14:21, Sean Dague a écrit : On 09/14/2016 09:21 PM, Matt Riedemann wrote: I'm looking for other input on a question I have in this change: https://review.openstack.org/#/c/345191/4/nova/db/sqlalchemy/api.py We've had a few patches like this where we don't (soft) delete entries

Re: [openstack-dev] [nova] Question about fixing missing soft deleted rows

2016-09-15 Thread Sean Dague
On 09/14/2016 09:21 PM, Matt Riedemann wrote: > I'm looking for other input on a question I have in this change: > > https://review.openstack.org/#/c/345191/4/nova/db/sqlalchemy/api.py > > We've had a few patches like this where we don't (soft) delete entries > related to an instance when that

Re: [openstack-dev] [nova] Question about fixing missing soft deleted rows

2016-09-15 Thread Sylvain Bauza
Le 15/09/2016 03:21, Matt Riedemann a écrit : I'm looking for other input on a question I have in this change: https://review.openstack.org/#/c/345191/4/nova/db/sqlalchemy/api.py We've had a few patches like this where we don't (soft) delete entries related to an instance when that instance

Re: [openstack-dev] [nova] Question about fixing missing soft deleted rows

2016-09-15 Thread Clint Byrum
Excerpts from Matt Riedemann's message of 2016-09-14 20:21:09 -0500: > I'm looking for other input on a question I have in this change: > > https://review.openstack.org/#/c/345191/4/nova/db/sqlalchemy/api.py > > We've had a few patches like this where we don't (soft) delete entries > related to

[openstack-dev] [nova] Question about fixing missing soft deleted rows

2016-09-14 Thread Matt Riedemann
I'm looking for other input on a question I have in this change: https://review.openstack.org/#/c/345191/4/nova/db/sqlalchemy/api.py We've had a few patches like this where we don't (soft) delete entries related to an instance when that instance record is (soft) deleted. These then cause the