Skip to main content

Module cluster_ceph_api

Module cluster_ceph_api 

Source

Enums§

ClusterCephCephindexError
struct for typed errors of method cluster_ceph_cephindex
ClusterCephGetAllFlagsError
struct for typed errors of method cluster_ceph_get_all_flags
ClusterCephGetFlagError
struct for typed errors of method cluster_ceph_get_flag
ClusterCephMetadataError
struct for typed errors of method cluster_ceph_metadata
ClusterCephSetFlagsError
struct for typed errors of method cluster_ceph_set_flags
ClusterCephStatusError
struct for typed errors of method cluster_ceph_status
ClusterCephUpdateFlagError
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).