Bug 1447733
| Summary: | "Check the number of OpenStack processes on undercloud" validation checks glance-registry process which doesn't exist | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ola Pavlenko <opavlenk> |
| Component: | openstack-tripleo-validations | Assignee: | Florian Fuchs <flfuchs> |
| Status: | CLOSED ERRATA | QA Contact: | nlevinki <nlevinki> |
| Severity: | low | Docs Contact: | |
| Priority: | high | ||
| Version: | 11.0 (Ocata) | CC: | akrivoka, beth.white, gchamoul, jjoyce, jschluet, slinaber, tvignaud |
| Target Milestone: | beta | Keywords: | Triaged |
| Target Release: | 12.0 (Pike) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-validations-7.4.2-0.20171016115241.c2c9bf2.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-12-13 21:25:26 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: | |||
stable/pike backport proposed https://review.openstack.org/511220 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. https://access.redhat.com/errata/RHEA-2017:3462 |
Description of problem: "Check the number of OpenStack processes on undercloud" validation checks glance-registry process which doesn't exist Version-Release number of selected component (if applicable): openstack-tripleo-ui-3.1.0-9.el7ost.noarch How reproducible: always Steps to Reproduce: 1. install undercloud and browse to ui 2. run the validation 3. Actual results: validation passes with: Message: Command `pgrep -f -c glance-registry` exited with code: 1 stdout: 0 Expected results: validation should include glance process Additional info: the validation should be revised $ sudo ps -ef | grep glance glance 13361 1 0 May02 ? 00:11:08 /usr/bin/python2 /usr/bin/glance-api glance 13381 13361 0 May02 ? 00:00:11 /usr/bin/python2 /usr/bin/glance-api glance 13382 13361 0 May02 ? 00:00:05 /usr/bin/python2 /usr/bin/glance-api glance 13383 13361 0 May02 ? 00:00:06 /usr/bin/python2 /usr/bin/glance-api glance 13384 13361 0 May02 ? 00:00:05 /usr/bin/python2 /usr/bin/glance-api glance 13385 13361 0 May02 ? 00:00:19 /usr/bin/python2 /usr/bin/glance-api glance 13386 13361 0 May02 ? 00:00:05 /usr/bin/python2 /usr/bin/glance-api stack 15057 14900 0 18:23 pts/1 00:00:00 grep --color=auto glance $ sudo pgrep -l glance 13361 glance-api 13381 glance-api 13382 glance-api 13383 glance-api 13384 glance-api 13385 glance-api 13386 glance-api [stack@puma01 ~]$ sudo pgrep -l glance-registry [stack@puma01 ~]$ sudo pgrep -f -c glance-registry 1 [stack@puma01 ~]$ pgrep -f -c glance-registry 0