yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #65912
[Bug 1704952] [NEW] VMware: Concurrent nova-compute service initialization may fail
Public bug reported:
During initialization, the VMware Nova compute driver checks whether a
VC extension with key 'org.openstack.compute' exists and if not, it
registers one. This is a race condition. If multiple services try to
register the same extension, only one of them will succeed. The fix is
to catch InvalidArgument fault from vSphere API and ignore the
exception.
** Affects: nova
Importance: Low
Assignee: Radoslav Gerganov (rgerganov)
Status: In Progress
** Tags: vmware
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1704952
Title:
VMware: Concurrent nova-compute service initialization may fail
Status in OpenStack Compute (nova):
In Progress
Bug description:
During initialization, the VMware Nova compute driver checks whether a
VC extension with key 'org.openstack.compute' exists and if not, it
registers one. This is a race condition. If multiple services try to
register the same extension, only one of them will succeed. The fix is
to catch InvalidArgument fault from vSphere API and ignore the
exception.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1704952/+subscriptions
Follow ups