← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1437126] Re: conductor workers count doesn't respect config

 

** Changed in: nova
       Status: Incomplete => Won't Fix

-- 
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):
  Won't Fix

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


References