[Bug 1301036] Re: openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration
Lee Thompson
stagr.lee at gmail.com
Tue Apr 22 03:00:42 UTC 2014
I hit this issue on icehouse-rc2 for glance even though many of the
above patches are incorporated into the RPMs. Think it is still lurking
around somehow.
What got me around the problem was
# mysql -u root
mysql> use glance;
mysql> alter table migrate_version convert to character set utf8;
mysql> exit;
# glance-manage db_sync
# /etc/init.d/openstack-glance-api restart
# /etc/init.d/openstack-glance-registry restart
# glance image-list
+----+------+-------------+------------------+------+--------+
| ID | Name | Disk Format | Container Format | Size | Status |
+----+------+-------------+------------------+------+--------+
+----+------+-------------+------------------+------+--------+
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1301036
Title:
openstack.common.db.sqlalchemy.migration utf8 table check issue on
initial migration
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1301036/+subscriptions
More information about the Ubuntu-server-bugs
mailing list