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