Bug 1000447
| Summary: | /usr/bin/openstack-db --init --service glance fails | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Scott Lewis <sclewis> |
| Component: | python-oslo-config | Assignee: | Alan Pevec <apevec> |
| Status: | CLOSED ERRATA | QA Contact: | Ami Jeain <ajeain> |
| Severity: | low | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 3.0 | CC: | abaron, apevec, breeler, eglynn, fpercoco, gdubreui, hateya, markmc, ndipanov, ohochman, pbrady, sclewis, yeylon |
| Target Milestone: | z2 | Keywords: | Regression, ZStream |
| Target Release: | 3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-oslo-config-1.1.0-3.el6ost | Doc Type: | Bug Fix |
| Doc Text: |
Previously in Glance, the "openstack-db --init" command failed when using the default configuration with an "unable to open database file" error. This was due to the location of files being incorrectly specified. This has been fixed and the Glance database is now correctly created and initialized.
|
Story Points: | --- |
| Clone Of: | 997290 | Environment: | |
| Last Closed: | 2013-09-03 19:59:40 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: | |||
| Bug Depends On: | 997290 | ||
| Bug Blocks: | |||
|
Comment 2
Bruce Reeler
2013-08-28 06:00:19 UTC
verified using:
# rpm -qa |grep openstack
kernel-firmware-2.6.32-358.118.1.openstack.el6.noarch
openstack-utils-2013.1-8.1.el6ost.noarch
openstack-packstack-2013.1.1-0.31.dev677.el6ost.noarch
kernel-2.6.32-358.118.1.openstack.el6.x86_64
openstack-glance-2013.1.3-1.el6ost.noarch
# rpm -qa |grep oslo
python-oslo-config-1.1.0-3.el6ost.noarch
# /usr/bin/openstack-db --init --service glance -p glance -r ""
mysqld is not running. Would you like to start it now? (y/n): y
Initializing MySQL database: Installing MySQL system tables...
OK
Filling help tables...
OK
To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h cougar14.scl.lab.tlv.redhat.com password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
You can start the MySQL daemon with:
cd /usr ; /usr/bin/mysqld_safe &
You can test the MySQL daemon with mysql-test-run.pl
cd /usr/mysql-test ; perl mysql-test-run.pl
Please report any problems with the /usr/bin/mysqlbug script!
[ OK ]
Starting mysqld: [ OK ]
Verified connectivity to MySQL.
Creating 'glance' database.
Initializing the glance database, please wait...
Complete!
Relnote is good now. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-1186.html |