Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.06 KB

set.md

File metadata and controls

37 lines (25 loc) · 1.06 KB

Set

The set command supports the following sub-commands:

recovery-profile

This command will set the recovery profile to favor either the new client IO, recovery IO, or a balanced mode. The default is balanced mode. We can use the following built-in profile types:

  • balanced
  • high_client_ops
  • high_recovery_ops
odf set recovery-profile high_client_ops

To verify the recovery profile setting run odf get recovery-profile.

ceph

The ceph command helps update the Ceph configuration.

log-level

This command will set the log level for different ceph subsystems. The debug_ prefix will be automatically added to the subsystem when enabling the logging.

odf set ceph log-level osd crush 20

Once the logging efforts are complete, restore the systems to their default or to a level suitable for normal operations.