From: Sridhar Seshasayee Date: Fri, 14 May 2021 08:24:19 +0000 (+0530) Subject: osd: Remove the generic "osd_mclock_max_capacity_iops" option. X-Git-Tag: v16.2.7~110^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e36fb7f3c8f85f1c751adcba196d97d407581e39;p=ceph.git osd: Remove the generic "osd_mclock_max_capacity_iops" option. Remove the generic "osd_mclock_max_capacity_iops" option and use the "osd_mclock_max_capacity_iops_[hdd,ssd]" options. It is better to have a clear indication about the type of underlying device. This helps in avoiding confusion when trying to read or override the options. Signed-off-by: Sridhar Seshasayee (cherry picked from commit 6ad38a291dd1fffb5a8b9ad786dd7ca22f67f411) Conflicts: src/common/options/osd.yaml.in - Removed non-existent file: src/common/options/osd.yaml.in since the switch to yaml for config options is not available in pacific yet. - Removed config option "osd_mclock_max_capacity_iops" from options.cc. --- diff --git a/src/common/options.cc b/src/common/options.cc index 96bbf56c1a02..a53c15c12512 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3118,12 +3118,6 @@ std::vector