Enums§
- Cluster
Ceph Cephindex Error - struct for typed errors of method
cluster_ceph_cephindex - Cluster
Ceph GetAll Flags Error - struct for typed errors of method
cluster_ceph_get_all_flags - Cluster
Ceph GetFlag Error - struct for typed errors of method
cluster_ceph_get_flag - Cluster
Ceph Metadata Error - struct for typed errors of method
cluster_ceph_metadata - Cluster
Ceph SetFlags Error - struct for typed errors of method
cluster_ceph_set_flags - Cluster
Ceph Status Error - struct for typed errors of method
cluster_ceph_status - Cluster
Ceph Update Flag Error - struct for typed errors of method
cluster_ceph_update_flag
Functions§
- cluster_
ceph_ cephindex - Cluster ceph index.
- cluster_
ceph_ get_ all_ flags - get the status of all ceph flags
- cluster_
ceph_ get_ flag - Get the status of a specific ceph flag.
- cluster_
ceph_ metadata - Get ceph metadata.
- cluster_
ceph_ set_ flags - Set/Unset multiple Ceph flags at once. Each flag is a top-level optional boolean: passing true sets the flag, false unsets it, omitting it leaves the current state untouched. Runs as a worker task; returns a UPID to follow.
- cluster_
ceph_ status - Get ceph status.
- cluster_
ceph_ update_ flag - Set or clear (unset) a specific Ceph flag. Runs synchronously (unlike the bulk PUT /cluster/ceph/flags endpoint, which forks a worker task).