Este conteúdo não está disponível no idioma selecionado.
Chapter 17. Enabling faster client IO or recovery IO during OSD backfill
During a maintenance window, you may want to favor either client IO or recovery IO. Favoring recovery IO over client IO will significantly reduce OSD recovery time. The valid recovery profile options are balanced, high_client_ops, and high_recovery_ops. Set the recovery profile using the following procedure.
Prerequisites
-
Download the
odf-clitool from the customer portal.
Procedure
Check the current recovery profile:
$ odf get recovery-profileModify the recovery profile:
$ odf set recovery-profile <option>Replace
optionwith eitherbalanced,high_client_ops, orhigh_recovery_ops.Verify the updated recovery profile:
$ odf get recovery-profile