ceph/doc/rados/operations
Laura Flores e2ce8ed1ff mgr: add read balancer support inside the balancer module
Read balancing may now be managed automatically via the balancer
manager module. Users may choose between two new modes: ``upmap-read``, which
offers upmap and read optimization simultaneously, or ``read``, which may be used
to only optimize reads. Existing balancer commands have also been added to
contain more information about read balancing.

Run the following commands to test the new automatic behavior:
`ceph balancer on` (on by default)
`ceph balancer mode <read|upmap-read>`
`ceph balancer status`

Run the following commands to test the new supervised behavior:
`ceph balancer off`
`ceph balancer mode <read|upmap-read>`
`ceph balancer eval` | `ceph balancer eval <pool-name>`
`ceph balancer eval-verbose` | `ceph balancer eval-verbose <pool-name>`
`ceph balancer optimize <plan-name>`
`ceph balancer show <plan-name>`
`ceph balancer eval <plan-name>`
`ceph balancer execute <plan-name>`

In the balancer module, there is also a new "self_test" function which tests
the module's basic functionality. This test can be triggered with the following
commands:
`ceph mgr module enable selftest`
`ceph mgr self-test module balancer`

Related Trello: https://trello.com/c/sWoKctzL/859-add-read-balancer-support-inside-the-balancer-module
Signed-off-by: Laura Flores <lflores@ibm.com>
2024-01-28 13:15:38 -06:00
..
add-or-rm-mons.rst
add-or-rm-osds.rst
balancer.rst mgr: add read balancer support inside the balancer module 2024-01-28 13:15:38 -06:00
bluestore-migration.rst
cache-tiering.rst
change-mon-elections.rst
control.rst doc/rados/operations: Fix off-by-one errors in control.rst 2024-01-13 14:42:15 +00:00
crush-map-edits.rst Revert "crush: add multistep retry rules" 2024-01-26 20:32:05 +00:00
crush-map.rst Revert "crush: add multistep retry rules" 2024-01-26 20:32:05 +00:00
data-placement.rst
devices.rst
erasure-code-clay.rst
erasure-code-isa.rst
erasure-code-jerasure.rst
erasure-code-lrc.rst
erasure-code-profile.rst
erasure-code-shec.rst
erasure-code.rst doc/rados/operations: add EC overhead table to erasure-code.rst 2024-01-17 11:55:39 -05:00
health-checks.rst
index.rst
monitoring-osd-pg.rst
monitoring.rst
operating.rst
pg-concepts.rst
pg-repair.rst
pg-states.rst
placement-groups.rst doc/rados: ops/pgs: s/power of 2/power of two 2023-11-29 02:50:29 +01:00
pools.rst
read-balancer.rst mgr: add read balancer support inside the balancer module 2024-01-28 13:15:38 -06:00
stretch-mode.rst doc/rados: repair stretch-mode.rst 2023-12-03 13:17:46 +01:00
upmap.rst
user-management.rst