Setting and unsetting override options
You can set and unset Ceph options to override Ceph’s default behavior.
Prerequisites
-
A running IBM Storage Ceph cluster.
-
Root-level access to the node.
Procedure
-
To override Ceph’s default behavior, use the
ceph osd setcommand and the behavior you wish to override:Syntax
ceph osd set FLAGOnce you set the behavior,
ceph healthwill reflect the override(s) that you have set for the cluster.Example
[ceph: root@host01 /]# ceph osd set noout -
To cease overriding Ceph’s default behavior, use the
ceph osd unsetcommand and the override you wish to cease.Syntax
ceph osd unset FLAGExample
[ceph: root@host01 /]# ceph osd unset noout
| Flag | Description |
|---|---|
|
|
Prevents OSDs from being treated as |
|
|
Prevents OSDs from being treated as |
|
|
Prevents OSDs from being treated as |
|
|
Prevents OSDs from being treated as |
|
|
Makes a cluster appear to have reached its |
|
|
Ceph stops processing read and write operations, but will not affect OSD |
|
|
Ceph prevents new backfill operations. |
|
|
Ceph prevents new rebalancing operations. |
|
|
Ceph prevents new recovery operations. |
|
|
Ceph prevents new scrubbing operations. |
|
|
Ceph prevents new deep scrubbing operations. |
|
|
Ceph disables the process that is looking for cold/dirty objects to flush and evict. |