Bug 1069430
Summary: | VMware: fix the VNC port allocation | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Tracy Jones <tjones> | |
Component: | openstack-nova | Assignee: | Matthew Booth <mbooth> | |
Status: | CLOSED ERRATA | QA Contact: | Jaroslav Henner <jhenner> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.0 (RHEL 7) | CC: | hartsocks, jhenner, mbooth, ndipanov, sgordon, slong, yeylon | |
Target Milestone: | rc | |||
Target Release: | 5.0 (RHEL 7) | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | openstack-nova-2014.1-3.el7ost | Doc Type: | Bug Fix | |
Doc Text: |
Previously, instances running on a VMware host were allocated a VNC port in a manner which was not guaranteed to be unique. This meant it was possible for multiple instances to be given the same VNC port on the same VMware host. Accessing the console of any of these instances would give access to one of them, but which one was non-deterministic. With this update, the VNC port allocated is now guaranteed to be unique in a vCenter, and it is no longer possible to have a VNC port collision between two guests.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1077017 (view as bug list) | Environment: | ||
Last Closed: | 2014-07-08 15:28:16 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: | 1055536, 1077017 |
Description
Tracy Jones
2014-02-25 02:18:15 UTC
Hi Jaroslav, Did Bug # 1077017 fix this in Havana - can we close this string of bugs? Thanks, Steve Confirmed with Matt this was in Icehouse. ~ # grep RemoteDisplay.vnc.port /vmfs/volumes/6a6da14b-0ce58e38/3b322e49-9e63-4932-93ce-80fba4aa 9e96/3b322e49-9e63-4932-93ce-80fba4aa9e96.vmx RemoteDisplay.vnc.port = "5906" It looks like the starting vnc port is 5900, as configured in nova.conf. 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/RHEA-2014-0853.html |