← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1709328] Re: the default of the scheduler.enabled_filters config is inconsistent

 

Reviewed:  https://review.openstack.org/491854
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2fe96819c24eff5a9493a6559f3e8d5b4624a8c9
Submitter: Jenkins
Branch:    master

commit 2fe96819c24eff5a9493a6559f3e8d5b4624a8c9
Author: Chris Friesen <chris.friesen@xxxxxxxxxxxxx>
Date:   Tue Aug 8 10:31:54 2017 -0600

    Remove ram/disk sched filters from default list
    
    Since we now use placement to verify basic CPU/RAM/disk resources,
    we should default to disabling the equivalent scheduler filters.
    
    Oddly enough, CoreFilter was already disabled so now also disable
    RamFilter and DiskFilter.
    
    Closes-Bug: #1709328
    Change-Id: Ibe1cee1cb2642f61a8d6bf9c3f6bbee4f2c2f414


** Changed in: nova
       Status: In Progress => Fix Released

-- 
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/1709328

Title:
  the default of the scheduler.enabled_filters config is inconsistent

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  The default value of enabled_filters in the nova conf should either
  contains CoreFilter,RamFilter and DiskFilter or non of them. Today it
  contains only RamFilter and DiskFilter. [1]

  [1]
  https://github.com/openstack/nova/blob/1e5c7b52a403e708dba5a069dd86b628a4cb952c/nova/conf/scheduler.py#L247-L258

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1709328/+subscriptions


References