ceph-pools
Manage ceph pools.
get /pools
List of all pools.
Parameters
pagination object query
Pagination request. When supplied, the result will be filtered, sorted and limited according to this request object.
Responses
default response
default response
oneOf A response that can be either paginated or a raw list (depending on the presence of the pagination query parameter).
object
A paginated result.
Examples
No request body required
post /pools/{name}/enable-ec-overwrites
Enable the ec_overwrites flag for the pool.
croit tries to enable this when creating the pool, however, this may fail if there are non-Bluestore OSDs. Pools that should have this flag but don't can be identified by the field 'erasureCodingOverwriteSupportMissing'.
Parameters
name string path Required
Examples
No request body required