Interface nodesCephPoolsGetpool

Returned by GET /nodes/{node}/ceph/pools/{name}

Hierarchy

  • nodesCephPoolsGetpool

Indexable

[additionalProperties: string]: any

Properties

application?: string

The application of the pool.

application_list?: string[]
autoscale_status?: any
crush_rule?: string

The rule to use for mapping object placement in the cluster.

fast_read: boolean
hashpspool: boolean
id: number
min_size?: number

Minimum number of replicas per object

name: string

The name of the pool. It must be unique.

nodeep-scrub: boolean
nodelete: boolean
nopgchange: boolean
noscrub: boolean
nosizechange: boolean
pg_autoscale_mode?: string

The automatic PG scaling mode of the pool.

pg_num?: number

Number of placement groups.

pg_num_min?: number

Minimal number of placement groups.

pgp_num: number
size?: number

Number of replicas per object

statistics?: any
target_size?: string

The estimated target size of the pool for the PG autoscaler.

target_size_ratio?: number

The estimated target ratio of the pool for the PG autoscaler.

use_gmt_hitset: boolean
write_fadvise_dontneed: boolean

Generated using TypeDoc