Comment 2 for bug 1475351

Revision history for this message
Maurice Escher (maurice-escher) wrote :

https://github.com/openstack/manila/blob/stable/train/manila/share/api.py#L1207 calls a method which is not implemented

But I'm unsure how to solve this - if we don't have a ID there, cleanup is hard.
I saw this happening because I got an db error 'Lock wait timeout exceeded' on 'INSERT INTO share_snapshots'. Nothing to cleanup there, but cleanup may be necessary if the error happens later on snapshot instance creation in https://github.com/openstack/manila/blob/stable/train/manila/db/sqlalchemy/api.py#L2515-L2526