From 77efc084fc50d38d2a1b42aca864a2a56eae6eba Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 20 Aug 2019 10:07:38 -0400 Subject: [PATCH] doc: remove confusing docs about aggregate allocation ratios Change Ifaf596a8572637f843f47daf5adce394b0365676 added a note about the behavior change in Ocata where allocation ratios set on host aggregates was ignored because of placement resource provider allocation ratios being used. Later, change I7d8e822cd40dccaf5244e2cd95fa1af43fa9ed87 added a lot more detail about allocation ratios in the scheduler docs including the initial* allocation ratio config options. The note from the previous change was moved and as a result leads to some confusion since the doc starts by saying essentially, "you can use these aggregate filters to manage allocation ratios on a set of hosts" and then the immediate note says essentially, "oh btw that doesn't work since ocata, sorry!". To avoid the confusion, this simply removes the part about how the aggregate filters can be used to manage allocation ratios. Change-Id: I62710b0b8c098cca3f67020f4a6da5e684115414 Related-Bug: #1804125 --- doc/source/admin/configuration/schedulers.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/source/admin/configuration/schedulers.rst b/doc/source/admin/configuration/schedulers.rst index 937805cf82..87b9df04f8 100644 --- a/doc/source/admin/configuration/schedulers.rst +++ b/doc/source/admin/configuration/schedulers.rst @@ -1284,12 +1284,6 @@ The allocation ratio configuration is used both during reporting of compute node `resource provider inventory`_ to the placement service and during scheduling. -The `AggregateCoreFilter`_, `AggregateDiskFilter`_ and `AggregateRamFilter`_ -filters allow overriding per-compute allocation ratios by setting an allocation -ratio value using host aggregate metadata. This provides a convenient way to -manage a group of compute hosts with similar allocation ratios while leaving -the configuration settings alone. - .. _bug-1804125: .. note:: Regarding the `AggregateCoreFilter`_, `AggregateDiskFilter`_ and