Bug 1156574
| 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 6) | CC: | ajeain, berrange, dasmith, ddomingo, ndipanov, pbrady, sbauza, sclewis, sferdjao, sgordon, vromanso, yeylon |
| Target Milestone: | z3 | Keywords: | ZStream |
| Target Release: | 5.0 (RHEL 6) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-nova-2014.1.3-6.el6ost | Doc Type: | Bug Fix |
| Doc Text: |
The absence of some required packaging operations prevented novncproxy and spicehtml5proxy from restarting upon upgrade. This update adds those required operatings; as such, the novncproxy and spicehtml5proxy services now restart as expected after upgrading.
|
Story Points: | --- |
| Clone Of: | 1156572 | Environment: | |
| Last Closed: | 2014-12-02 15:14:30 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:58:05 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@puma55 ~]# ps -elf |grep novncproxy 0 S nova 18298 1 0 80 0 - 77864 ep_pol 17:36 ? 00:00:00 /usr/bin/python /usr/bin/nova-novncproxy --web /usr/share/novnc/ 0 S root 34775 7051 0 80 0 - 25812 pipe_w 17:58 pts/0 00:00:00 grep novncproxy [root@puma55 ~]# ps -elf |grep novncproxy 0 S nova 41845 1 0 80 0 - 77989 ep_pol 18:07 ? 00:00:00 /usr/bin/python /usr/bin/nova-novncproxy --web /usr/share/novnc/ 0 S root 52789 7051 0 80 0 - 25812 pipe_w 18:09 pts/0 00:00:00 grep novncproxy [root@puma55 ~]# 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-1932.html |