<div dir="ltr">Hello,<div><br></div><div>I saw the note about MySQL and UTF-8 in Anne's "What's Up Doc?" email. I'm coincidentally setting up a new OpenStack cloud and am running into an issue related to this.</div>

<div><br></div><div>Matt, with reference to your <a href="https://review.openstack.org/#/c/80799/" target="_blank">patch</a>, can you confirm that you were able to run "cinder-manage db sync" without error?</div>
<div><br></div>
<div>When I run this command, it fails on both:</div><div><br></div><div>/usr/lib/python2.7/dist-packages/cinder/db/sqlalchemy/migrate_repo/versions/003_glance_metadata.py</div><div><br></div><div>and</div><div><br></div>

<div>009_add_snapshot_metadata_table.py</div><div><br></div><div>I have to add:</div><div><br></div><div>mysql_charset='utf8' </div><div><br></div><div>below </div><div><br></div><div>mysql_engine='InnoDB'</div>

<div><br></div><div>for both files in order for the db sync command to work without error.</div><div><br></div><div>This is with Havana, but I checked <a href="https://github.com/openstack/cinder/blob/master/cinder/db/sqlalchemy/migrate_repo/versions/003_glance_metadata.py">both</a> <a href="https://github.com/openstack/cinder/blob/master/cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py">py</a> files in HEAD and they haven't changed, so I'm assuming I'll run into the same issue in Icehouse.</div>
<div><br></div><div>I also see that other <a href="https://github.com/openstack/cinder/tree/master/cinder/db/sqlalchemy/migrate_repo/versions">files</a> already have the "mysql_charset" setting in place, and I also see a <a href="https://bugs.launchpad.net/cinder/+bug/1233861">similar bug</a> opened for another migrate file. Perhaps 003 and 009 also need bugs opened?</div>
<div><br></div><div>Let me know if you are not running into this issue and I'll repost this question to one of the other OpenStack lists for bug confirmation. I figured I'd post here first to see if we can work out the issue and quickly append the docs and/or open a bug report.</div>
<div><br></div><div>Thanks,</div><div>Joe </div></div>