]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Remove the generic "osd_mclock_max_capacity_iops" option.
authorSridhar Seshasayee <sseshasa@redhat.com>
Fri, 14 May 2021 08:24:19 +0000 (13:54 +0530)
committerSridhar Seshasayee <sseshasa@redhat.com>
Tue, 3 Aug 2021 05:54:24 +0000 (11:24 +0530)
commite36fb7f3c8f85f1c751adcba196d97d407581e39
tree3cbd9a6686c8b500ccd55c5b8fe46c1dd73b2b49
parent5a784c87b94e0ea996e88d93f2de2a1a9497d277
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 <sseshasa@redhat.com>
(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.
src/common/options.cc
src/osd/scheduler/mClockScheduler.cc