RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1012148 - Conductor should be able to start multiple workers
Summary: Conductor should be able to start multiple workers
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-nova
Version: unspecified
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
: Grizzly
Assignee: Xavier Queralt
QA Contact: Ami Jeain
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-25 20:13 UTC by Dan Smith
Modified: 2014-06-18 07:00 UTC (History)
6 users (show)

Fixed In Version: openstack-nova-2013.1.4-5
Doc Type: Bug Fix
Doc Text:
Clone Of: 1012143
Environment:
Last Closed: 2014-03-24 07:45:12 UTC
Embargoed:


Attachments (Terms of Use)

Description Dan Smith 2013-09-25 20:13:26 UTC
+++ This bug was initially created as a clone of Bug #1012143 +++

Description of problem:

Any reasonable deployment needs more than one conductor process and grizzly did not support this natively. Right now, this is only workable if someone runs a conductor on several machines or starts multiple processes manually. We should have an /etc/sysconfig/nova-conductor config point to specify how many daemons to start so that it's easy to start multiple daemons on a single system.

Version-Release number of selected component (if applicable):

openstack-nova-conductor-2013.1.3-2.el6

How reproducible:

Very.

Steps to Reproduce:
1. Deploy conductor on one machine
2. Deploy compute on many machines
3. Notice failures and poor performance

Actual results:

Everything funnels through a single conductor.

Expected results:

Multiple conductors should be started to spread out the load.

Additional info:

This should be pretty easy to do in the script, starting multiple workers, with log files and pid files like /var/log/nova/conductor-$i.log, etc.


Note You need to log in before you can comment on or make changes to this bug.