ceph/doc/dev/osd_internals
Sridhar Seshasayee e0b5316171 osd: Set initial mClock QoS params at CONF_DEFAULT level
Create the initial mClock QoS params at CONF_DEFAULT level using
set_val_default(). This allows switching to a custom profile on a
running OSD and to make necessary changes to the desired QoS params.
Note that Switching to ‘custom’ profile and then subsequently changing
the QoS params using “config set osd.n …” will be at a higher level i.e.
at CONF_MON.

But When switching back to a built-in profile, the new values won’t take
effect since CONF_DEFAULT < CONF_MON. For the values to take effect, the
config keys created as part of the ‘custom’ profile must be removed from
the ConfigMonitor store after switching back to a built-in profile.

- Added a couple of standalone tests to exercise the scenario.
- Updated the mClock configuration document and the mClock internal
  documentation with a couple of typos relating to the best effort weights.
- Added new sections to the mClock configuration document outlining the
  steps to switch between the built-in and custom profile and vice-versa.

Fixes: https://tracker.ceph.com/issues/55153
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
2022-07-06 16:15:58 +05:30
..
erasure_coding doc: Fix many spelling errors 2022-07-02 23:38:18 -04:00
async_recovery.rst
backfill_reservation.rst
erasure_coding.rst
index.rst
last_epoch_started.rst
log_based_pg.rst
manifest.rst doc: Fix many spelling errors 2022-07-02 23:38:18 -04:00
map_message_handling.rst
mclock_wpq_cmp_study.rst osd: Set initial mClock QoS params at CONF_DEFAULT level 2022-07-06 16:15:58 +05:30
osd_overview.rst
osd_throttles.rst doc: Fix many spelling errors 2022-07-02 23:38:18 -04:00
osd_throttles.txt
osdmap_versions.txt doc: Fix many spelling errors 2022-07-02 23:38:18 -04:00
partial_object_recovery.rst
pg.rst
pg_removal.rst
pgpool.rst
recovery_reservation.rst
refcount.rst doc: Fix many spelling errors 2022-07-02 23:38:18 -04:00
scrub.rst
snaps.rst
stale_read.rst
watch_notify.rst
wbthrottle.rst