Comment 3 for bug 1659681

Revision history for this message
Paul Peereboom (peereb) wrote :

I'm seeing some cinder db deadlocks which can occur when creating and deleting cinder volumes. Are you sure you have
connection = mysql+pymysql://cinder:<pw>@<host>:<port>/cinder
instead of:
connection = mysql://cinder:<pw>@<host>:<port>/cinder
in your cinder.conf?