[Openstack] Glance registry

2013-05-21 Thread Razique Mahroua
Hi guys, I'm currently facing some Glance issues, when I run glance add, I often have that error : http://pastie.org/7939182 the Glance-registry process basically just dies - and i can't find anything into the logs. I suspect my soft raid on the server which somehow kills the process. Do you

[Openstack] glance-registry fails to start with latest ubuntu pkgs

2012-04-13 Thread Lee Thompson
Fresh install or upgraded install, glance-registry fails. Dropping the glance DB (postgreSQL) and recreating it doesn't help. This is the error... # cat registry.log 2012-04-13 20:58:13 20717 INFO [sqlalchemy.engine.base.Engine] SELECT images.created_at AS images_created_at,

Re: [Openstack] glance-registry fails to start with latest ubuntu pkgs

2012-04-13 Thread David Kranz
I ran into this a few hours ago. It seems you have to do glance-manage version_control 0 glance-manage db_sync before restarting glance-registry. After I did that all was well. -David On 4/13/2012 5:03 PM, Lee Thompson wrote: Fresh install or upgraded install, glance-registry fails.

Re: [Openstack] glance-registry fails to start with latest ubuntu pkgs

2012-04-13 Thread Thompson Lee
Works! On Apr 13, 2012, at 5:59 PM, David Kranz wrote: I ran into this a few hours ago. It seems you have to do glance-manage version_control 0 glance-manage db_sync before restarting glance-registry. After I did that all was well. -David On 4/13/2012 5:03 PM, Lee Thompson wrote: