yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #30541
[Bug 1437126] [NEW] conductor workers count doesn't respect config
Public bug reported:
If I have
[conductor]
workers = 0
I get 1 conductor process
Increasing the value I get the following
workers = 1 = 1 process
workers = 2 = 3 processes
workers = 3 = 4 processes
Looks like if workers > 1 processes = workers + 1
workers < 2 = processes = 1
This is in Juno and has changed (again) from Icehouse.
** Affects: nova
Importance: Undecided
Status: New
--
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/1437126
Title:
conductor workers count doesn't respect config
Status in OpenStack Compute (Nova):
New
Bug description:
If I have
[conductor]
workers = 0
I get 1 conductor process
Increasing the value I get the following
workers = 1 = 1 process
workers = 2 = 3 processes
workers = 3 = 4 processes
Looks like if workers > 1 processes = workers + 1
workers < 2 = processes = 1
This is in Juno and has changed (again) from Icehouse.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1437126/+subscriptions
Follow ups
References