Bug 902871
Summary: | keystone-manage db_sync fails | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Sandro Mathys <sandro> | ||||||
Component: | openstack-packstack | Assignee: | Derek Higgins <derekh> | ||||||
Status: | CLOSED DEFERRED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | el6 | CC: | derekh, mmagr, p | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2013-01-23 09:49:16 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Sandro Mathys
2013-01-22 15:15:06 UTC
Could you please run packstack with --debug option and upload logs? Also please paste here versions of openstack* packages. I now also activated EPEL-Testing. The primary host (the one packstack is executed on) is a fresh install, the other node has been left in the state from the last test. # rpm -qa | grep openstack openstack-utils-2013.1-1.el6.noarch openstack-packstack-2012.2.2-0.5.dev318.el6.noarch openstack-keystone-2013.1-0.2.g2.el6.noarch openstack-glance-2013.1-0.2.g2.el6.noarch Also, uploading debug log. Created attachment 685698 [details] debug log (for comment 2) Hi Sandro, If your up for it can you try running the command below(as root) on the other node (where openstack is being installed to), NOTE : this command wipes lots of things off the server including mysql databases, running vm's and data in various places, so only run it if your sure you don't have anything to loose on the server. yum remove -y "*openstack*" "*nova*" "*keystone*" "*glance*" "*cinder*" "*swift*" mysql mysql-server httpd perl-DBI perl-DBD-MySQL ; ps -ef | grep -i repli | grep swift | awk '{print $2}' | xargs kill ; rm -rf /root/.my.cnf /var/lib/mysql/ /var/lib/nova /etc/nova /etc/swift /srv/node/device*/* ; umount /srv/node/device* ; killall dnsmasq ; for x in $(virsh list --all | grep instance- | awk '{print $2}') ; do virsh destroy $x ; virsh undefine $x ; done ; setenforce 1 Also can you verify you have the file /etc/my.cnf if not remove and re-install the package mysql-libs Finally on your packstack server you should have a file named /var/tmp/16b33222-b8dd-418c-b977-d30d208e68b3/manifests/10.112.1.29_mysql.pp.log can you see if it contains any errors? Note: this version of packstack is intended to work with openstack folsom (and not tested on grizzly) but some of the suggestions above may help progress. thanks, Derek. Sure, can go and try that. Since it's a very fresh install and is not working at all like that, I don't have much to lose ;) *mysql.pp.log shows one error, that sure worries me some: err: Could not prefetch database_grant provider 'mysql': Command mysql is missing Figure some kind of dependency is missing there in puppet. Going to attach that log, might be helpful. Created attachment 685704 [details] mysql.pp.log (for comment 5) Thanks. (In reply to comment #5) > *mysql.pp.log shows one error, that sure worries me some: > > err: Could not prefetch database_grant provider 'mysql': Command mysql is > missing thats an expected message, and shouldn't be causing any problems I see. Executing the remove-everything cmd and trying again didn't change anything, unsurprisingly. I know it supports Folsom only at this point but wanted to give it a try with Grizzly (it should work one day, right?)...but might as well go and see if it works with Folsom or if I can reproduce the issue there as well. Can't reproduce with Folsom so this bug can wait until Grizzly is going to be supported... ;) Thanks Sandro, yes grizzly will be supported some day, I'm going to close this as DEFERRED, but will try to reproduce it to see if I can find out what is going wrong. If I get anywhere I'll let you know. |