Bug 1156572
| Summary: | all services aren't restarted correctly on upgrade | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Pádraig Brady <pbrady> | |
| Component: | openstack-nova | Assignee: | Pádraig Brady <pbrady> | |
| Status: | CLOSED ERRATA | QA Contact: | Dafna Ron <dron> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.0 (RHEL 7) | CC: | berrange, dasmith, dnavale, ndipanov, pbrady, sbauza, sclewis, sferdjao, sgordon, vromanso, yeylon | |
| Target Milestone: | z3 | Keywords: | ZStream | |
| Target Release: | 5.0 (RHEL 7) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | openstack-nova-2014.1.3-6.el7ost | Doc Type: | Bug Fix | |
| Doc Text: |
Some services missed packaging operations, resulting in the metadata-api, consoleauth, novncproxy, xvpvncproxy, spicehtml5proxy services not restarting on upgrade. With this update, the standard service options are added for all services. As a result, all services now restart on upgrade.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1156574 (view as bug list) | Environment: | ||
| Last Closed: | 2014-12-02 15:24:50 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: | ||||
|
Description
Pádraig Brady
2014-10-24 16:56:45 UTC
verified by: 1. accessing the vnc console after upgrade. 2. checking the novncproxy pid after upgrade and seeing that the pid was changed. [root@gizmo ~]# ps -elf |grep novncproxy 0 S root 14299 14260 0 80 0 - 28160 pipe_w 18:27 pts/6 00:00:00 grep --color=auto novncproxy 4 S nova 24415 1 0 80 0 - 83019 ep_pol 18:10 ? 00:00:00 /usr/bin/python /usr/bin/nova-novncproxy --web /usr/share/novnc/ [root@gizmo ~]# ps -elf |grep novncproxy 4 S nova 24415 1 0 80 0 - 83019 ep_pol 18:10 ? 00:00:00 /usr/bin/python /usr/bin/nova-novncproxy --web /usr/share/novnc/ 0 S root 24594 14260 0 80 0 - 28160 pipe_w 18:30 pts/6 00:00:00 grep --color=auto novncproxy [root@gizmo ~]# 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://rhn.redhat.com/errata/RHBA-2014-1933.html |