Comment 2 for bug 1209367

Revision history for this message
Adalberto Medeiros (adalbas) wrote : Re: volume is not deleted in cinder db with svc/storwize

Avishay,

1- Yes, the volume got deleted, what explains the message: 'CMMVC5754E The specified object does not exist, or the name supplied does not meet the naming rules.\n'

2-As you suggest,, i can look at what changed in the specific function. I also found some info around about the error
"InvalidRequestError: Could not evaluate current criteria in Python. Specify 'fetch' or False for the synchronize_session parameter."
http://stackoverflow.com/questions/7892618/sqlalchemy-delete-subquery
http://docs.sqlalchemy.org/en/rel_0_8/orm/query.html#sqlalchemy.orm.query.Query.de
I ll check if those might apply.