set_ceph_flags
Manage Ceph cluster flags by setting or unsetting global flags such as noout, noscrub, nobackfill, nodown, and more to control cluster behavior.
Instructions
Set a Ceph global flag.
Args: flag: Flag name (noout, noscrub, nobackfill, norebalance, nodown, noup, etc.). value: True to set, False to unset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flag | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |