User Tools

Site Tools


cephtest:acelerando

Cuando el cluster necesita recuperarse lo hace por defecto suavemente para no afectar el rendimiento.

Para acelerarlo se puede usar esto:

ceph tell 'osd.*' injectargs '--osd-max-backfills 16'
ceph tell 'osd.*' injectargs '--osd-recovery-max-active 4'

Por defecto;

ceph tell 'osd.*' injectargs '--osd-max-backfills 1'
ceph tell 'osd.*' injectargs '--osd-recovery-max-active 3'

Para ver los valores actuales

ceph --show-config
cephtest/acelerando.txt · Last modified: 2020/04/10 17:38 (external edit)