Bug 1176674
Summary: | rubygem-staypuft: After successful Neutron/Nova deployment unable to run basic glance commands. openstack-glance-api and openstack-glance-registry services are down. | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Alexander Chuzhoy <sasha> | ||||||||||||||
Component: | rubygem-staypuft | Assignee: | Crag Wolfe <cwolfe> | ||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Omri Hochman <ohochman> | ||||||||||||||
Severity: | urgent | Docs Contact: | |||||||||||||||
Priority: | urgent | ||||||||||||||||
Version: | unspecified | CC: | ajeain, ddhanapa, mburns, sasha, yeylon | ||||||||||||||
Target Milestone: | ga | Keywords: | Reopened | ||||||||||||||
Target Release: | Installer | ||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||
OS: | Linux | ||||||||||||||||
Whiteboard: | |||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||
Clone Of: | Environment: | ||||||||||||||||
Last Closed: | 2015-02-12 19:43:05 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: | |||||||||||||||||
Bug Blocks: | 1177026 | ||||||||||||||||
Attachments: |
|
Description
Alexander Chuzhoy
2014-12-22 19:12:04 UTC
Reprodued with nonHA Neutron deployment - same packages version. *** Bug 1177813 has been marked as a duplicate of this bug. *** Can you please attach logs? What glance configuration did you have? I'll attach the logs once this is reproduced. The glace was configured with NFS. Setting needinfo until requested info is provided. After discussion with QE, this does not reproduce. Closing. Please reopen if it reproduces. We are seeing this issue in OSP6 setup. SO I am reopening this We are using staypuft installer to bring up OS (OSP6). provided workaround works. I was unable to get any useful logs. please let me know what are the logs required. [root@mac525413e5abeb ~(openstack_admin)]# glance image-list Error finding address for http://11.0.0.12:9292/v1/images/detail?sort_key=name&sort_dir=asc&limit=20: HTTPConnectionPool(host='11.0.0.12', port=9292): Max retries exceeded with url: /v1/images/detail?sort_key=name&sort_dir=asc&limit=20 (Caused by <class 'httplib.BadStatusLine'>: '') USED THE PROVIDED WORKAROUND [root@mac525413e5abeb ~(openstack_admin)]# systemctl start openstack-glance-registry [root@mac525413e5abeb ~(openstack_admin)]# systemctl start openstack-glance-api [root@mac525413e5abeb ~(openstack_admin)]# glance image-list +----+------+-------------+------------------+------+--------+ | ID | Name | Disk Format | Container Format | Size | Status | +----+------+-------------+------------------+------+--------+ +----+------+-------------+------------------+------+--------+ [root@mac525413e5abeb ~(openstack_admin)]# The most useful logs would be /var/log/messages*, /var/log/glance/*, and /var/log/pacemaker . Although, it would probably be a good idea to tar up /var/log and have it stashed away just in case there is a useful error message lurking somewhere else. Created attachment 991094 [details]
sosreport
Created attachment 991102 [details]
crm_report
Created attachment 991104 [details]
/var/log/glance logs
Created attachment 991105 [details]
glance related errors in pacemaker logs
Created attachment 991106 [details]
Fail messages related to glance in pacemaker
I have attached sosreport, crm_report and lar/log/glance logs pacemaker and messages logs are too big to attach so i have grep for glance related logs and have attached them herewith Created attachment 991107 [details]
glance related errors in messages logs
Looking at the pacemaker log, it looks like there are issues around fs-varlibglanceimages-clone that might be interfering. Note that if you don't want pacemaker to attempt to mount an nfs share for glance, the parameter $pcmk_fs_manage in quickstack::pacemaker::glance: should be set to false. If you do want it to mount (usually nfs) storage for glance, make sure the other params $pcmk_fs_device, $pcmk_fs_options and $pcmk_fs_type are correct. If the above seems right to you, please attach the yaml for one of the hosts. Was it local file for glance? If that's the case, then this is probably bug 1183815 which is fixed in A1. yes, i am using single controller setup with glance backend as a local file. Also pcmk_fs_manage=true Thanks Mike and Crag Ok, re-closing this. We can track in bug 1183815 *** This bug has been marked as a duplicate of bug 1183815 *** |